diff options
author | Stew Benedict <stewb@mandriva.org> | 2001-05-01 12:54:46 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2001-05-01 12:54:46 +0000 |
commit | 8f38b988f56124fe98d55e7c453fd62b4e79d5ab (patch) | |
tree | 2c2d410723998e58a383f3e1430e23cc7f8436b7 | |
parent | 9a6960e648022a8aaea5b761c3eb840f358b5b51 (diff) | |
download | drakx-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.tar drakx-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.tar.gz drakx-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.tar.bz2 drakx-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.tar.xz drakx-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.zip |
force "novideo" mode in text install, rescue
-rwxr-xr-x | make_boot_img | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |