Merge "Include /lib64 into the deploy ramdisk on openSUSE"

This commit is contained in:
Jenkins 2014-01-27 10:26:14 +00:00 committed by Gerrit Code Review
commit 83018fcb34

View File

@ -52,7 +52,7 @@ function create_ramdisk_base () {
DISTRO=`lsb_release -si` || true DISTRO=`lsb_release -si` || true
if [[ "Fedora RedHatEnterpriseServer" =~ "$DISTRO" ]]; then if [[ "Fedora RedHatEnterpriseServer \"openSUSE project\"" =~ "$DISTRO" ]]; then
mkdir -p "$TMP_MOUNT_PATH/usr" mkdir -p "$TMP_MOUNT_PATH/usr"
ln -s ../lib "$TMP_MOUNT_PATH/usr/lib" ln -s ../lib "$TMP_MOUNT_PATH/usr/lib"
if [ "`uname -m`" = "x86_64" ]; then if [ "`uname -m`" = "x86_64" ]; then