[PATCH 2/2] When doing a live install, set the ks method appropriately (#986069).

Chris Lumens clumens at redhat.com
Mon Jul 29 20:02:27 UTC 2013


---
 anaconda | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anaconda b/anaconda
index 6246170..3bc4a3e 100755
--- a/anaconda
+++ b/anaconda
@@ -946,7 +946,7 @@ if __name__ == "__main__":
             ksdata.method.method = "url"
             ksdata.method.url = anaconda.methodstr
         elif anaconda.methodstr.startswith("livecd"):
-            ksdata.method.method = "livecd"
+            ksdata.method.method = "harddrive"
             device = anaconda.methodstr.split(":", 1)[1]
             ksdata.method.partition = os.path.normpath(device)
         else:
-- 
1.8.1.2



More information about the anaconda-patches mailing list