X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-main.sh;fp=components%2F9990-main.sh;h=ed48be30da0961f5f471a1cbe243d7401843a006;hb=c6a17c7b41bab36c8445e05fcd60e1e7a0a703a3;hp=b58570449755d08e873695269508e0b281b8c5b4;hpb=96818620121454d42b3d20c6f3440dcc82edf6a8;p=live-boot-grml.git diff --git a/components/9990-main.sh b/components/9990-main.sh index b585704..ed48be3 100755 --- a/components/9990-main.sh +++ b/components/9990-main.sh @@ -174,6 +174,13 @@ Live () panic "A wrong rootfs was mounted." fi + # avoid breaking existing user scripts that rely on the old path + # this includes code that checks what is mounted on /lib/live/mount/* + # (eg: grep /lib/live /proc/mount) + # XXX: to be removed before the bullseye release + mkdir -p ${rootmnt}/lib/live/mount + mount --rbind /run/live ${rootmnt}/lib/live/mount + Fstab Netbase