From: Richard Nelson Date: Tue, 23 Jun 2015 20:43:00 +0000 (-0500) Subject: Adjusting whitespace to tabs on components/9990-overlay.sh X-Git-Tag: debian/5.0_a5-1~5 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=396df49ea752a361a88ada9d180e3a58d9fa37a4 Adjusting whitespace to tabs on components/9990-overlay.sh --- 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 }