diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-30 02:43:49 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-30 02:43:49 +0100 |
commit | 2c0250047b61cc6defedea36567f19ce1f63e782 (patch) | |
tree | 3313daa2ca2b6f6ab4cdf3698281a2cb25bb7982 /components | |
parent | 177e62756d6185e6aa3ec79048d041dd5640569a (diff) | |
download | live-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')
-rwxr-xr-x | components/9990-overlay.sh | 2 |
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}" ;; |