summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2001-05-01 12:54:46 +0000
committerStew Benedict <stewb@mandriva.org>2001-05-01 12:54:46 +0000
commit8f38b988f56124fe98d55e7c453fd62b4e79d5ab (patch)
tree2c2d410723998e58a383f3e1430e23cc7f8436b7 /make_boot_img
parent9a6960e648022a8aaea5b761c3eb840f358b5b51 (diff)
downloaddrakx-backup-do-not-use-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.tar
drakx-backup-do-not-use-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.tar.gz
drakx-backup-do-not-use-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.tar.bz2
drakx-backup-do-not-use-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.tar.xz
drakx-backup-do-not-use-8f38b988f56124fe98d55e7c453fd62b4e79d5ab.zip
force "novideo" mode in text install, rescue
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img4
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";