X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-main.sh;h=3151db0460335a73b447b634833f4c105ba7edd9;hb=0a99e046af49be786db4c61831178fa388617cea;hp=85b8a1de4b0394ae00d6aa778957644d2f50124a;hpb=e071847bc4f3b01f1f0f96deea4a6da2d059ef27;p=live-boot-grml.git diff --git a/components/9990-main.sh b/components/9990-main.sh index 85b8a1d..3151db0 100755 --- a/components/9990-main.sh +++ b/components/9990-main.sh @@ -148,15 +148,6 @@ Live () log_end_msg - # unionfs-fuse needs /dev to be bind-mounted for the duration of - # live-bottom; udev's init script will take care of things after that - case "${UNIONTYPE}" in - unionfs-fuse) - mount -n -o bind /dev "${rootmnt}/dev" - ;; - esac - - # aufs2 in kernel versions around 2.6.33 has a regression: # directories can't be accessed when read for the first the time, # causing a failure for example when accessing /var/lib/fai @@ -201,11 +192,7 @@ Live () Swap - case "${UNIONFS}" in - unionfs-fuse) - umount "${rootmnt}/dev" - ;; - esac + Grml_Networking exec 1>&6 6>&- exec 2>&7 7>&-