From d03a4e190f562b353d206fbe39b535ff9fb4f379 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 22 May 2001 22:30:24 +0000 Subject: add net boot options for PPC --- make_boot_img | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'make_boot_img') 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"; -- cgit v1.2.1