diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-20 22:19:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-20 22:19:00 +0000 |
commit | caa013bea3a978cddcba4dc9ffe0ee577dbcf7cb (patch) | |
tree | 0d7e6a264c06222497a4a1f36cfceb46016934fd /make_boot_img | |
parent | 987e71cbb903383c39f4074a84b765e543b34fdd (diff) | |
download | drakx-caa013bea3a978cddcba4dc9ffe0ee577dbcf7cb.tar drakx-caa013bea3a978cddcba4dc9ffe0ee577dbcf7cb.tar.gz drakx-caa013bea3a978cddcba4dc9ffe0ee577dbcf7cb.tar.bz2 drakx-caa013bea3a978cddcba4dc9ffe0ee577dbcf7cb.tar.xz drakx-caa013bea3a978cddcba4dc9ffe0ee577dbcf7cb.zip |
no_comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img index c57a931f3..bd9ab96e6 100755 --- a/make_boot_img +++ b/make_boot_img @@ -131,6 +131,9 @@ label expert label rescue kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz $ftype rescue rw +label lnx4win + kernel vmlinuz + append ramdisk_size=32000 initrd=$type.rdz $ftype lnx4win vga=788 label oem kernel vmlinuz append ramdisk_size=32000 initrd=cdrom.rdz cdrom rescue oem rw |