summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-08-05 12:42:13 +0200
committerDidier Raboud <odyx@debian.org>2012-08-05 12:42:15 +0200
commitb69717074d91e939c4b3650ca23746d41ab15790 (patch)
tree3d07aca6c6bb65ce92f0ce609a3d9e2c951eb1a0
parent46119789a4ec1e6c987b87b20279243b16beee0e (diff)
Sync default video modes for Linux.
In particular, non-GTK install uses vga=788 instead of vga=normal since 2009, see 63d9d35e4d0306ca3c1ae2b4848140782342a2d1 on d-i/debian-installer.git.
-rw-r--r--graphics.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics.nsi b/graphics.nsi
index 7086d42..36e674a 100644
--- a/graphics.nsi
+++ b/graphics.nsi
@@ -63,7 +63,7 @@ ${If} $kernel == "linux"
${If} "$user_interface" == "graphical"
StrCpy $preseed_cmdline "$preseed_cmdline video=vesa:ywrap,mtrr vga=788"
${Else}
- StrCpy $preseed_cmdline "$preseed_cmdline vga=normal"
+ StrCpy $preseed_cmdline "$preseed_cmdline vga=788"
${EndIf}
${ElseIf} $kernel == "hurd"
${If} "$user_interface" != "graphical"