diff options
author | Francois Pons <fpons@mandriva.com> | 2000-07-05 14:04:50 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-07-05 14:04:50 +0000 |
commit | b4cbdb8aee10de2ce0be06afde1133b5da1f9556 (patch) | |
tree | 95d3b34497efaa1760cd61d3e29cf4cc5c10ab87 | |
parent | 387c89deef2349034f66d87ae34d842672e5fb20 (diff) | |
download | drakx-b4cbdb8aee10de2ce0be06afde1133b5da1f9556.tar drakx-b4cbdb8aee10de2ce0be06afde1133b5da1f9556.tar.gz drakx-b4cbdb8aee10de2ce0be06afde1133b5da1f9556.tar.bz2 drakx-b4cbdb8aee10de2ce0be06afde1133b5da1f9556.tar.xz drakx-b4cbdb8aee10de2ce0be06afde1133b5da1f9556.zip |
*** empty log message ***
-rwxr-xr-x | make_boot_img | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img index d69715afc..14dde54b1 100755 --- a/make_boot_img +++ b/make_boot_img @@ -203,6 +203,10 @@ image[sun4c,sun4d,sun4m]=/$boot/vmlinux label=ks initrd=/$boot/live.rdz append=\"ramdisk_size=32000 ks$corporate\" +image[sun4c,sun4d,sun4m]=/$boot/vmlinux + label=rescue + initrd=/$boot/live.rdz + append=\"ramdisk_size=32000 rescue rw root=/dev/ram3$corporate\" image[sun4u]=/$boot/vmlinux64 label=linux alias=install @@ -220,6 +224,10 @@ image[sun4u]=/$boot/vmlinux64 label=ks initrd=/$boot/live64.rdz append=\"ramdisk_size=32000 ks$corporate\" +image[sun4u]=/$boot/vmlinux64 + label=rescue + initrd=/$boot/live64.rdz + append=\"ramdisk_size=32000 rescue rw root=/dev/ram3$corporate\" "); output("$dir/$boot/README", " |