search for: default_boot

Displaying 2 results from an estimated 2 matches for "default_boot".

2011 Jan 19
1
[PATCH] Fix architecture detection of Linux guests with invalid grub.conf
...9 deletions(-) diff --git a/lib/Sys/VirtV2V/Converter/RedHat.pm b/lib/Sys/VirtV2V/Converter/RedHat.pm index 78a454a..a8a7051 100644 --- a/lib/Sys/VirtV2V/Converter/RedHat.pm +++ b/lib/Sys/VirtV2V/Converter/RedHat.pm @@ -610,17 +610,20 @@ sub _get_os_arch my $boot = $desc->{boot}; my $default_boot = $boot->{default} if(defined($boot)); - my $arch; - if(defined($default_boot)) { - my $config = $boot->{configs}->[$default_boot]; + # Pick the default config if one is defined + my $config = $boot->{configs}->[$default_boot] if defined($default_boot); -...
2008 Sep 03
4
gpxelinux feature request
Hi All, A while back there was some mention that gpxe may acquire the ability to receive command-line parameters. I'd dearly love if this could become a reality. It would be fantastic if we could have a pxelinux menu config as follows: KERNEL gpxelinux.0 APPEND config http://someserver.net/gpxe-for-this-box.cfg This would solve a huge number of our problems since we don't have the