From c7d7e6435bd7ee856854badd9e5e49864553bd6d Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Wed, 17 Aug 2011 16:46:32 +0100 Subject: Gentoo-style initscript, fix extlinux config and installer password arg --- res/extlinux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/extlinux.conf b/res/extlinux.conf index e69015e..a468dbc 100644 --- a/res/extlinux.conf +++ b/res/extlinux.conf @@ -3,4 +3,4 @@ timeout 10 label Gentoo kernel kernel - append root=/dev/hda3 ro ga=791 splash=silent,theme:default console=tty1 rootfstype=ext3 + append root=/dev/hda3 ro vga=791 splash=silent,theme:default console=tty1 rootfstype=ext3 -- cgit v1.2.3-65-gdbad