diff --git a/propagator/data/sbin/init-bottom b/propagator/data/sbin/init-bottom index 76b8490..f1dbc98 100755 --- a/propagator/data/sbin/init-bottom +++ b/propagator/data/sbin/init-bottom @@ -124,6 +124,13 @@ if [ -h /dev/disk/by-label/alt-live-storage ]; then grep -qs "[[:space:]]$stage2.rw[[:space:]]" /proc/mounts || mount -o $mount_options /dev/disk/by-label/alt-live-storage $stage2.rw fi + +# Workaround for https://bugzilla.altlinux.org/30564 +if [ -h /dev/disk/by-uuid/11111111-1111-1111-1111-111111111111 ]; then + grep -qs "[[:space:]]$stage2.rw[[:space:]]" /proc/mounts || + mount -o $mount_options /dev/disk/by-uuid/11111111-1111-1111-1111-111111111111 $stage2.rw +fi + } #