diff options
author | Mystery Man <unknown@mandriva.org> | 2000-07-05 14:04:50 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2000-07-05 14:04:50 +0000 |
commit | b0d322a739b2eb4b815e07a2023da1011491ba8b (patch) | |
tree | 8785c967360411c49ba65bdc56c4e62e9b73223d /make_boot_img | |
parent | 13c1505ba44c0d57a4d5bdb6ce62267a34f9b510 (diff) | |
download | drakx-backup-do-not-use-helium_sparc_rc1.tar drakx-backup-do-not-use-helium_sparc_rc1.tar.gz drakx-backup-do-not-use-helium_sparc_rc1.tar.bz2 drakx-backup-do-not-use-helium_sparc_rc1.tar.xz drakx-backup-do-not-use-helium_sparc_rc1.zip |
This commit was manufactured by cvs2svn to create taghelium_sparc_rc1
'helium_sparc_rc1'.
Diffstat (limited to 'make_boot_img')
-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", " |