summaryrefslogtreecommitdiff
path: root/scripts/init-top
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-04-02 13:29:25 +0200
committermaximilian attems <maks@debian.org>2007-04-02 13:29:25 +0200
commitc4343742b3bf028e467ac8a58ead95c9bfefc628 (patch)
tree9f99e841f9829111bc78f828be819fe9022428a0 /scripts/init-top
parentd21a00a23405d1db81ab05a12342145276ef2af0 (diff)
first prerelease 0.86 + merge 0.85f
* kick mdrun script * update control for lenny + ubuntu * add _all_ ide, block and drivers * use MODPROBE_OPTIONS and kill any modprobed arg * small doc + whitespace fixes
Diffstat (limited to 'scripts/init-top')
-rwxr-xr-xscripts/init-top/framebuffer7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer
index 7c080f9..c680409 100755
--- a/scripts/init-top/framebuffer
+++ b/scripts/init-top/framebuffer
@@ -59,9 +59,6 @@ parse_video_opts()
FB=""
OPTS=""
-SPLASH=false;
-VESA=false;
-
for x in $(cat /proc/cmdline); do
case ${x} in
splash*)
@@ -89,8 +86,8 @@ matroxfb)
esac
if [ -n "${FB}" ]; then
- modprobe -q fbcon
- modprobe -q ${FB} ${OPTS}
+ modprobe fbcon
+ modprobe ${FB} ${OPTS}
fi
if [ -e /proc/fb ]; then