X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-overlay.sh;fp=components%2F9990-overlay.sh;h=58828f66524acca9655bc788b29c344a1ad081c3;hb=396df49ea752a361a88ada9d180e3a58d9fa37a4;hp=a64c78b8946b135ec9ac2f5ad4ce4c0b28d2d3b1;hpb=ab09402f047b79767ad44c69ae48f5e46dcf1f77;p=live-boot-grml.git diff --git a/components/9990-overlay.sh b/components/9990-overlay.sh index a64c78b..58828f6 100755 --- a/components/9990-overlay.sh +++ b/components/9990-overlay.sh @@ -357,8 +357,8 @@ setup_unionfs () done fi - # ensure that a potentially stray tmpfs gets removed - # otherways, initramfs-tools is unable to remove /live - # and fails to boot - umount /live/overlay > /dev/null 2>&1 || true + # ensure that a potentially stray tmpfs gets removed + # otherways, initramfs-tools is unable to remove /live + # and fails to boot + umount /live/overlay > /dev/null 2>&1 || true }