From 8f38b988f56124fe98d55e7c453fd62b4e79d5ab Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 1 May 2001 12:54:46 +0000 Subject: force "novideo" mode in text install, rescue --- make_boot_img | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index 5d9532160..144fd5a1b 100755 --- a/make_boot_img +++ b/make_boot_img @@ -384,14 +384,14 @@ image = cd:,\\\\\\\\vmlinux root = /dev/ram3 initrd = cd:,\\\\\\\\all.gz initrd-size = 32000 - append = \" text\" + append = \" text video=ofonly\" image = cd:,\\\\\\\\vmlinux label = rescue root = /dev/ram3 initrd = cd:,\\\\\\\\all.gz initrd-size = 32000 - append = \" rescue\" + 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