diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-09-26 13:03:29 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-09-26 13:03:29 +0000 |
commit | 9401e9b8391679d32bd341d105133b6c6b49d455 (patch) | |
tree | 63b6a26707439e7e2e16b41f937ae28016b5b8b5 /make_boot_img | |
parent | d26d0048f47da4e59c8382af1a20b1537fc7dd43 (diff) | |
download | drakx-9401e9b8391679d32bd341d105133b6c6b49d455.tar drakx-9401e9b8391679d32bd341d105133b6c6b49d455.tar.gz drakx-9401e9b8391679d32bd341d105133b6c6b49d455.tar.bz2 drakx-9401e9b8391679d32bd341d105133b6c6b49d455.tar.xz drakx-9401e9b8391679d32bd341d105133b6c6b49d455.zip |
- make_boot_img (boot_img_ia64): add "rescue" boot entry
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index 39c541695..7c95b5ba7 100755 --- a/make_boot_img +++ b/make_boot_img @@ -240,8 +240,14 @@ image=vmlinux label=linux root=/dev/ram3 initrd=$type.rdz - append=\"ramdisk_size=120000\" + append=\" ramdisk_size=120000\" read-only + +image=vmlinux + label=rescue + root=/dev/ram3 + initrd=$type.rdz + append=\" rescue ramdisk_size=120000\" "); _ "sync"; _ "df $mnt"; |