summaryrefslogtreecommitdiff
path: root/components/9990-overlay.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-10-30 02:43:49 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-10-30 02:43:49 +0100
commit2c0250047b61cc6defedea36567f19ce1f63e782 (patch)
tree3313daa2ca2b6f6ab4cdf3698281a2cb25bb7982 /components/9990-overlay.sh
parent177e62756d6185e6aa3ec79048d041dd5640569a (diff)
downloadlive-boot-2c0250047b61cc6defedea36567f19ce1f63e782.tar.gz
live-boot-2c0250047b61cc6defedea36567f19ce1f63e782.zip
Correcting spelling typo in overlay component breaking booting from uncompressed filesystems, thanks to John Bazik <jsb@cs.brown.edu> (Closes: #728250).
Diffstat (limited to 'components/9990-overlay.sh')
-rwxr-xr-xcomponents/9990-overlay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/9990-overlay.sh b/components/9990-overlay.sh
index 6b62093..4ae5c07 100755
--- a/components/9990-overlay.sh
+++ b/components/9990-overlay.sh
@@ -353,7 +353,7 @@ setup_unionfs ()
live_rootfs="/live/rootfs/${d##*/}"
live_rootfs_list="${live_rootfs_list} ${live_rootfs}"
mkdir -p "${live_rootfs}"
- case d in
+ case "${d}" in
*.dir)
# do nothing # mount -o bind "${d}" "${live_rootfs}"
;;