Include /lib64 into the deploy ramdisk on openSUSE
Change-Id: I88262f6793e1ed3e7f061888ce36b2b134e19507
This commit is contained in:
parent
b948d4a23f
commit
05d8d4ee43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user