[Fedora-livecd-list] [PATCH] Remove Verify and Boot (#571578)

Brian C. Lane bcl at redhat.com
Thu Nov 11 21:37:19 UTC 2010


The check kernel argument doesn't actually do anything. Anaconda doesn't
check it, nor does the livecd.
---
 imgcreate/live.py |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/imgcreate/live.py b/imgcreate/live.py
index fcb7198..1ca6471 100644
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -526,18 +526,6 @@ menu hiddenrow 5
                                            extra = "",
                                            index = index)
 
-            if checkisomd5:
-                cfg += self.__get_image_stanza(is_xen, isDracut,
-                                               fslabel = self.fslabel,
-                                               isofstype = "auto",
-                                               liveargs = kernel_options,
-                                               long = "Verify and " + long,
-                                               short = "check" + index,
-                                               basicvideo = "",
-                                               xdriver = "",
-                                               extra = "check",
-                                               index = index)
-
             index = str(int(index) + 1)
 
         return cfg
@@ -633,13 +621,6 @@ hiddenmenu
                                                liveargs = kernel_options,
                                                long = name,
                                                extra = "", index = index)
-            if checkisomd5:
-                cfg += self.__get_efi_image_stanza(fslabel = self.fslabel,
-                                                   isofstype = "auto",
-                                                   liveargs = kernel_options,
-                                                   long = "Verify and Boot " + name,
-                                                   extra = "check",
-                                                   index = index)
             break
 
         return cfg
-- 
1.7.3.2



More information about the livecd mailing list