diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-03 14:18:52 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-03 14:18:52 +0000 |
commit | f4017ea2f9cf2452120b8bd072b5c03ef61784c9 (patch) | |
tree | b5a11190c33efd1519391c7e44fc134a6516aaee /make_boot_img | |
parent | 8f5d72a12b4488f3007c73537d5212b6b67cadce (diff) | |
download | drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.gz drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.bz2 drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.xz drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.zip |
*** empty log message ***
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/make_boot_img b/make_boot_img index 37a575846..742a47ba2 100755 --- a/make_boot_img +++ b/make_boot_img @@ -90,16 +90,25 @@ F1 help.msg F2 boot.msg label linux kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type + append $ks ramdisk_size=32000 initrd=$type.rdz $type vga=788 +label vgalo + kernel vmlinuz + append $ks ramdisk_size=32000 initrd=$type.rdz $type vga=785 +label vgahi + kernel vmlinuz + append $ks ramdisk_size=32000 initrd=$type.rdz $type vga=791 +label vga16 + kernel vmlinuz + append $ks ramdisk_size=32000 initrd=$type.rdz $type vga16 label text kernel vmlinuz append $ks ramdisk_size=32000 initrd=$type.rdz $type text label patch kernel vmlinuz - append ramdisk_size=32000 initrd=$type.rdz $type patch + append ramdisk_size=32000 initrd=$type.rdz $type patch vga=788 label expert kernel vmlinuz - append ramdisk_size=32000 initrd=$type.rdz $type expert + append ramdisk_size=32000 initrd=$type.rdz $type expert vga=788 label rescue kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz $type rescue rw |