summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-25 23:14:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-25 23:14:11 +0000
commit57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34 (patch)
tree9a7492fc08e0ac197485735ae2e4bc7688286413 /make_boot_img
parent7039b28e9cc76fd602016a10c0927b40fc960b58 (diff)
downloaddrakx-backup-do-not-use-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.tar
drakx-backup-do-not-use-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.tar.gz
drakx-backup-do-not-use-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.tar.bz2
drakx-backup-do-not-use-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.tar.xz
drakx-backup-do-not-use-57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34.zip
no_comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img9
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";