summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2001-05-22 22:30:24 +0000
committerStew Benedict <stewb@mandriva.org>2001-05-22 22:30:24 +0000
commitd03a4e190f562b353d206fbe39b535ff9fb4f379 (patch)
tree949c8e68f49db1c8b925e28455f0846c9399f554 /make_boot_img
parentc1e639b4475547214b506a76bd1aa101ec88aff5 (diff)
downloaddrakx-backup-do-not-use-d03a4e190f562b353d206fbe39b535ff9fb4f379.tar
drakx-backup-do-not-use-d03a4e190f562b353d206fbe39b535ff9fb4f379.tar.gz
drakx-backup-do-not-use-d03a4e190f562b353d206fbe39b535ff9fb4f379.tar.bz2
drakx-backup-do-not-use-d03a4e190f562b353d206fbe39b535ff9fb4f379.tar.xz
drakx-backup-do-not-use-d03a4e190f562b353d206fbe39b535ff9fb4f379.zip
add net boot options for PPC
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";