summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2001-09-26 13:03:29 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2001-09-26 13:03:29 +0000
commit9401e9b8391679d32bd341d105133b6c6b49d455 (patch)
tree63b6a26707439e7e2e16b41f937ae28016b5b8b5
parentd26d0048f47da4e59c8382af1a20b1537fc7dd43 (diff)
downloaddrakx-backup-do-not-use-9401e9b8391679d32bd341d105133b6c6b49d455.tar
drakx-backup-do-not-use-9401e9b8391679d32bd341d105133b6c6b49d455.tar.gz
drakx-backup-do-not-use-9401e9b8391679d32bd341d105133b6c6b49d455.tar.bz2
drakx-backup-do-not-use-9401e9b8391679d32bd341d105133b6c6b49d455.tar.xz
drakx-backup-do-not-use-9401e9b8391679d32bd341d105133b6c6b49d455.zip
- make_boot_img (boot_img_ia64): add "rescue" boot entry
-rwxr-xr-xmake_boot_img8
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";