imgcreate/live.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 150ce6e01e6d99764132220dd4b3983d8df0f812 Author: Brian C. Lane bcl@redhat.com Date: Wed Jan 26 16:00:20 2011 -0800
Remove boot from local drive option
This option almost never works, it is dependent on the system's BIOS matching the command.
diff --git a/imgcreate/live.py b/imgcreate/live.py index 93a4b4e..cc8c630 100644 --- a/imgcreate/live.py +++ b/imgcreate/live.py @@ -555,10 +555,7 @@ menu hiddenrow 5 """
def __get_local_stanza(self, isodir): - return """label local - menu label Boot from local drive - localboot 0xffff -""" + return ""
def _configure_syslinux_bootloader(self, isodir): """configure the boot loader"""
livecd@lists.fedoraproject.org