View | Details | Raw Unified | Return to bug 30564
Collapse All | Expand All

(-)a/propagator/data/sbin/init-bottom (+7 lines)
Lines 124-129 if [ -h /dev/disk/by-label/alt-live-storage ]; then Link Here
124
	grep -qs "[[:space:]]$stage2.rw[[:space:]]" /proc/mounts ||
124
	grep -qs "[[:space:]]$stage2.rw[[:space:]]" /proc/mounts ||
125
		mount -o $mount_options /dev/disk/by-label/alt-live-storage $stage2.rw
125
		mount -o $mount_options /dev/disk/by-label/alt-live-storage $stage2.rw
126
fi
126
fi
127
128
# Workaround for https://bugzilla.altlinux.org/30564
129
if [ -h /dev/disk/by-uuid/11111111-1111-1111-1111-111111111111 ]; then
130
	grep -qs "[[:space:]]$stage2.rw[[:space:]]" /proc/mounts ||
131
		mount -o $mount_options /dev/disk/by-uuid/11111111-1111-1111-1111-111111111111 $stage2.rw
132
fi
133
127
}
134
}
128
135
129
#
136
#

Return to bug 30564