From 100aeb7dfddcc653052b9fcd4e4d5abdc38b9e2a Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 17 Apr 2001 15:18:50 +0000 Subject: left out root= in yaboot.config --- make_boot_img | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index 4a27b0e9d..e0640ee6d 100755 --- a/make_boot_img +++ b/make_boot_img @@ -360,30 +360,35 @@ default = install-novideo image = cd:,\\\\\\\\vmlinux label = install-novideo + root = /dev/ram3 initrd = cd:,\\\\\\\\all.gz initrd-size = 32000 append = \" video=ofonly\" image = cd:,\\\\\\\\vmlinux label = install-atyfb + root = /dev/ram3 initrd = cd:,\\\\\\\\all.gz initrd-size = 32000 append = \" video=atyfb:vmode:17\" image = cd:,\\\\\\\\vmlinux label = install-aty128fb + root = /dev/ram3 initrd = cd:,\\\\\\\\all.gz initrd-size = 32000 append = \" video=aty128fb:vmode:17\" image = cd:,\\\\\\\\vmlinux label = install-text + root = /dev/ram3 initrd = cd:,\\\\\\\\all.gz initrd-size = 32000 append = \" text\" image = cd:,\\\\\\\\vmlinux label = rescue + root = /dev/ram3 initrd = cd:,\\\\\\\\all.gz initrd-size = 32000 append = \" rescue\" -- cgit v1.2.1