diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-06 13:13:51 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-06 13:13:51 +0000 |
commit | ba49c648d57ae9a0a4067a42566a142bfd9026ef (patch) | |
tree | c107a3d557db0b9412a124c1d16f1f6ac4250fa4 /make_boot_img | |
parent | 45824fec5baaefad5e1d29b408f856df45ee898b (diff) | |
download | drakx-ba49c648d57ae9a0a4067a42566a142bfd9026ef.tar drakx-ba49c648d57ae9a0a4067a42566a142bfd9026ef.tar.gz drakx-ba49c648d57ae9a0a4067a42566a142bfd9026ef.tar.bz2 drakx-ba49c648d57ae9a0a4067a42566a142bfd9026ef.tar.xz drakx-ba49c648d57ae9a0a4067a42566a142bfd9026ef.zip |
restore oem and preinst for every image.
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/make_boot_img b/make_boot_img index f78bda944..39518e4c3 100755 --- a/make_boot_img +++ b/make_boot_img @@ -164,17 +164,14 @@ label rescue append ramdisk_size=32000 initrd=$type.rdz $automatic rescue rw label lnx4win kernel vmlinuz - append ramdisk_size=32000 initrd=$type.rdz $automatic lnx4win vga=788" . - -($type eq 'all' && -"label preinst + append ramdisk_size=32000 initrd=$type.rdz $automatic lnx4win vga=788 +label preinst kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz automatic=method:cdrom rescue oem rw label oem kernel vmlinuz - append ramdisk_size=32000 initrd=$type.rdz automatic=method:cdrom rescue oem rw") . - -"label auto + append ramdisk_size=32000 initrd=$type.rdz automatic=method:cdrom rescue oem rw +label auto kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz $automatic auto_install=Mandrake/base/auto_inst.cfg.pl label all |