diff options
author | Francois Pons <fpons@mandriva.com> | 2003-08-21 13:59:06 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-08-21 13:59:06 +0000 |
commit | a8e70cdd403751b7142b6d16af5773489e8bccd7 (patch) | |
tree | 56d3bcd2f6263f19a7776862c4763180772d2ab6 | |
parent | 27366c7713a512e4f0172d493fc62810c8be4d88 (diff) | |
download | drakx-a8e70cdd403751b7142b6d16af5773489e8bccd7.tar drakx-a8e70cdd403751b7142b6d16af5773489e8bccd7.tar.gz drakx-a8e70cdd403751b7142b6d16af5773489e8bccd7.tar.bz2 drakx-a8e70cdd403751b7142b6d16af5773489e8bccd7.tar.xz drakx-a8e70cdd403751b7142b6d16af5773489e8bccd7.zip |
updated with newer pictures of 9.2.
-rwxr-xr-x | make_boot_img | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index 0a4da0620..dda3c505a 100755 --- a/make_boot_img +++ b/make_boot_img @@ -633,7 +633,10 @@ sub isolinux { } if (-e "isolinux-graphic.bmp") { #- change here for newer picture isolinux-graphic.bmp and newer parameters. - _ "lilo-bmp2mdk mode:0x103 progress:425,173,16,7,64+21 clear:600,800,64+59 pos:0,0 <isolinux-graphic.bmp >isolinux/boot.msg"; + #- for old style pictures (9.1 and previous) + # lilo-bmp2mdk mode:0x103 progress:425,173,16,7,64+21 clear:600,800,64+59 pos:0,0 <isolinux-graphic.bmp >isolinux/boot.msg + #- for current 9.2 pictures. + _ "lilo-bmp2mdk mode:0x103 progress:371,144,4,8,64+68 clear:600,800,64+127 pos:0,0 <isolinux-graphic.bmp >isolinux/boot.msg"; } _ "cp /usr/lib/syslinux/isolinux.bin isolinux/isolinux.bin"; output "isolinux/isolinux.cfg", " |