Correcting spelling typo in overlay component breaking booting from uncompressed...
authorDaniel Baumann <mail@daniel-baumann.ch>
Wed, 30 Oct 2013 01:43:49 +0000 (02:43 +0100)
committerDaniel Baumann <mail@daniel-baumann.ch>
Wed, 30 Oct 2013 01:43:49 +0000 (02:43 +0100)
components/9990-overlay.sh

index 6b62093..4ae5c07 100755 (executable)
@@ -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}"
                                ;;