[SCM] Debian Live initramfs hook branch, master, updated. 1.154.5-1-3-g8a87002
Daniel Baumann
daniel at debian.org
Thu Jan 22 16:30:04 UTC 2009
The following commit has been merged in the master branch:
commit 8a87002d70502e6c8e0711c9c1ef6ee11c8fab67
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Jan 22 17:21:02 2009 +0100
Added missing variable quoting that lead to broken root persistence, thanks to Thierry Walrant <debian.tgc at walrant.net> (Closes: #512656).
diff --git a/scripts/live-helpers b/scripts/live-helpers
index adb56b7..8875248 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -206,7 +206,7 @@ setup_loop ()
dev=$(sys2dev "${loopdev}")
options=''
- if [ -n ${readonly} ]
+ if [ -n "${readonly}" ]
then
if losetup --help 2>&1 | grep -q -- "-r\b"
then
--
Debian Live initramfs hook
More information about the debian-live-changes
mailing list