]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dmsquash-live/dmsquash-live-root.sh: fixup 32214acb3ae
authorHarald Hoyer <harald@redhat.com>
Fri, 31 May 2013 07:04:55 +0000 (09:04 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 31 May 2013 07:04:55 +0000 (09:04 +0200)
modules.d/90dmsquash-live/dmsquash-live-root.sh

index f63819cca91e260a8d9a1e2ea32a2df707744ee8..14e84e14bbb1edeb6ca6dbb3e92c276f44495d6d 100755 (executable)
@@ -20,7 +20,7 @@ livedev="$1"
 live_dir=$(getarg rd.live.dir -d live_dir)
 [ -z "$live_dir" ] && live_dir="LiveOS"
 squash_image=$(getarg rd.live.squashimg)
-[ -z "squash_image" ] && squash_image="squashfs.img"
+[ -z "$squash_image" ] && squash_image="squashfs.img"
 
 getargbool 0 rd.live.ram -d -y live_ram && live_ram="yes"
 getargbool 0 rd.live.overlay.reset -d -y reset_overlay && reset_overlay="yes"