From 2c0250047b61cc6defedea36567f19ce1f63e782 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 30 Oct 2013 02:43:49 +0100 Subject: [PATCH] Correcting spelling typo in overlay component breaking booting from uncompressed filesystems, thanks to John Bazik (Closes: #728250). --- components/9990-overlay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" ;; -- 2.1.4