From 05d8d4ee435170f8ba60024018709f02362acb64 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 27 Jan 2014 09:29:12 +0100 Subject: [PATCH] Include /lib64 into the deploy ramdisk on openSUSE Change-Id: I88262f6793e1ed3e7f061888ce36b2b134e19507 --- lib/ramdisk-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ramdisk-functions b/lib/ramdisk-functions index ea0a6b39..6ca4fb19 100644 --- a/lib/ramdisk-functions +++ b/lib/ramdisk-functions @@ -52,7 +52,7 @@ function create_ramdisk_base () { DISTRO=`lsb_release -si` || true - if [[ "Fedora RedHatEnterpriseServer" =~ "$DISTRO" ]]; then + if [[ "Fedora RedHatEnterpriseServer \"openSUSE project\"" =~ "$DISTRO" ]]; then mkdir -p "$TMP_MOUNT_PATH/usr" ln -s ../lib "$TMP_MOUNT_PATH/usr/lib" if [ "`uname -m`" = "x86_64" ]; then