Include /lib64 into the deploy ramdisk on openSUSE

Change-Id: I88262f6793e1ed3e7f061888ce36b2b134e19507
This commit is contained in:
Ralf Haferkamp 2014-01-27 09:29:12 +01:00
parent b948d4a23f
commit 05d8d4ee43
1 changed files with 1 additions and 1 deletions

View File

@ -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