summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2015-06-23 15:43:00 -0500
committerDaniel Baumann <mail@daniel-baumann.ch>2015-08-19 17:22:23 +0200
commit396df49ea752a361a88ada9d180e3a58d9fa37a4 (patch)
tree1f5aa1463575a796c5b361e85220f04b160aac60
parentab09402f047b79767ad44c69ae48f5e46dcf1f77 (diff)
downloadlive-boot-396df49ea752a361a88ada9d180e3a58d9fa37a4.tar.gz
live-boot-396df49ea752a361a88ada9d180e3a58d9fa37a4.zip
Adjusting whitespace to tabs on components/9990-overlay.sh
-rwxr-xr-xcomponents/9990-overlay.sh8
1 files changed, 4 insertions, 4 deletions
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
}