mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 03:41:12 +00:00
-> in a few overlooked places
This commit is contained in:
parent
99cdaafd61
commit
6fce3b879d
@ -37,7 +37,7 @@ cp -a chroot/* mountpoint/
|
||||
umount mountpoint
|
||||
rmdir mountpoint
|
||||
|
||||
case $architecture in
|
||||
case $ARCH in
|
||||
amd64|i386) should_install_grub=1;;
|
||||
*) should_install_grub=0;;
|
||||
esac
|
||||
@ -60,7 +60,7 @@ if [ "${should_install_grub}" -eq 1 ]; then
|
||||
rmdir mountpoint
|
||||
fi
|
||||
|
||||
if [ "$architecture" = "s390x" ]; then
|
||||
if [ "$ARCH" = "s390x" ]; then
|
||||
# Do ZIPL install bits
|
||||
mkdir mountpoint
|
||||
mount_partition "${rootfs_dev_mapper}" mountpoint
|
||||
|
Loading…
x
Reference in New Issue
Block a user