summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img21
1 files changed, 21 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img
index 144fd5a1b..77a925f9d 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -386,12 +386,33 @@ image = cd:,\\\\\\\\vmlinux
initrd-size = 32000
append = \" text video=ofonly\"
+image = enet:0,vmlinux
+ label = install-net
+ root = /dev/ram3
+ initrd = enet:0,all.gz
+ initrd-size = 32000
+ append = \" video=ofonly\"
+
+image = enet:0,vmlinux
+ label = install-net-text
+ root = /dev/ram3
+ initrd = enet:0,all.gz
+ initrd-size = 32000
+ append = \" text video=ofonly\"
+
image = cd:,\\\\\\\\vmlinux
label = rescue
root = /dev/ram3
initrd = cd:,\\\\\\\\all.gz
initrd-size = 32000
append = \" rescue video=ofonly\"
+
+image = enet:0,vmlinux
+ label = rescue-net
+ root = /dev/ram3
+ initrd = enet:0,all.gz
+ initrd-size = 32000
+ append = \" rescue video=ofonly\"
");
#- seem to need 2 yaboot.conf, one in the root, and one in boot
_ "cp -f $dir/boot/yaboot.conf $dir/yaboot.conf";