diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-11-08 21:18:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-11-08 21:18:39 +0000 |
commit | de1f7dc62a8ddcd1f85050476942cf378472eda2 (patch) | |
tree | 3a43692b3c24bd726afe85795c86e3cbf269a84d /make_boot_img | |
parent | 00ec141ac81fc910e244005320247d5f7c121195 (diff) | |
download | drakx-de1f7dc62a8ddcd1f85050476942cf378472eda2.tar drakx-de1f7dc62a8ddcd1f85050476942cf378472eda2.tar.gz drakx-de1f7dc62a8ddcd1f85050476942cf378472eda2.tar.bz2 drakx-de1f7dc62a8ddcd1f85050476942cf378472eda2.tar.xz drakx-de1f7dc62a8ddcd1f85050476942cf378472eda2.zip |
(boot_img_i386): add label preinst which is the same as oem
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 78324cfa0..74f2f8b39 100755 --- a/make_boot_img +++ b/make_boot_img @@ -135,6 +135,9 @@ label rescue label lnx4win kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz $ftype lnx4win vga=788 +label preinst + kernel vmlinuz + append ramdisk_size=32000 initrd=all.rdz cdrom rescue oem rw label oem kernel vmlinuz append ramdisk_size=32000 initrd=all.rdz cdrom rescue oem rw |