diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-25 23:14:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-25 23:14:11 +0000 |
commit | 57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34 (patch) | |
tree | 9a7492fc08e0ac197485735ae2e4bc7688286413 /make_boot_img | |
parent | 7039b28e9cc76fd602016a10c0927b40fc960b58 (diff) | |
download | drakx-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.tar drakx-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.tar.gz drakx-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.tar.bz2 drakx-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.tar.xz drakx-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.zip |
no_comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/make_boot_img b/make_boot_img index 7bf90bdce..37a575846 100755 --- a/make_boot_img +++ b/make_boot_img @@ -96,13 +96,16 @@ label text append $ks ramdisk_size=32000 initrd=$type.rdz $type text label patch kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type patch + append ramdisk_size=32000 initrd=$type.rdz $type patch label expert kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type expert + append ramdisk_size=32000 initrd=$type.rdz $type expert label rescue kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type rescue rw + append ramdisk_size=32000 initrd=$type.rdz $type rescue rw +label auto + kernel vmlinuz + append ramdisk_size=32000 initrd=$type.rdz $type auto_install=auto_inst.cfg.pl "); _ "cp -f $instdir/installinit/ks.cfg $mnt 2>/dev/null"; _ "sync"; |