X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-overlay.sh;h=58828f66524acca9655bc788b29c344a1ad081c3;hb=f5716f9a79564e44e38f5d4164a4dc1d77cb8c3a;hp=a64c78b8946b135ec9ac2f5ad4ce4c0b28d2d3b1;hpb=b6c5221a9c9b2c2020ba1b53ff618cf972d1b2f8;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 }