23 lines
985 B
Diff
23 lines
985 B
Diff
|
From d18fd0235bfdbb845eac35c6d45b06168cb37900 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Fri, 31 May 2013 09:04:55 +0200
|
||
|
Subject: [PATCH] dmsquash-live/dmsquash-live-root.sh: fixup 32214acb3ae
|
||
|
|
||
|
---
|
||
|
modules.d/90dmsquash-live/dmsquash-live-root.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/90dmsquash-live/dmsquash-live-root.sh b/modules.d/90dmsquash-live/dmsquash-live-root.sh
|
||
|
index f63819c..14e84e1 100755
|
||
|
--- a/modules.d/90dmsquash-live/dmsquash-live-root.sh
|
||
|
+++ b/modules.d/90dmsquash-live/dmsquash-live-root.sh
|
||
|
@@ -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"
|