summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}