diff options
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index 3b538365f..72229f2d6 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -118,9 +118,14 @@ display help.msg implicit 1 EOF my $header_gfxboot = <<EOF; -gfxboot bootlogo +default gfxboot +timeout 0 +prompt 0 label harddisk localboot 0x80 +label gfxboot + comboot gfxboot.com + append bootlogo EOF my $header_non_gfxboot = <<EOF; F1 help.msg @@ -745,7 +750,8 @@ sub boot_iso { my $with_gfxboot = 0; _ "cp /usr/share/gfxboot/themes/Mandriva/install/* .boot_iso/isolinux" if $with_gfxboot; -# _ "cp /home/pixel/cooker/soft/theme/mandriva-gfxboot-theme/inst/* .boot_iso/isolinux" if $with_gfxboot; +# _ "cp /home/pixel/cooker/soft/theme/mandriva-gfxboot-theme/inst/* .boot_iso/isolinux" if $with_gfxboot; + _ "cp /usr/lib/syslinux/gfxboot.com .boot_iso/isolinux/gfxboot.com" if $with_gfxboot; output('.boot_iso/isolinux/isolinux.cfg', syslinux_cfg_all('', $with_gfxboot)); |