summaryrefslogtreecommitdiff
path: root/scripts/init-top
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-04-16 22:07:01 +0200
committermaximilian attems <maks@debian.org>2007-04-16 22:07:01 +0200
commit7e0470e3fe7ede0f846ff2e459aeec1650742e9b (patch)
tree9201d549037a8bca1aa7b59c894a97a90e988030 /scripts/init-top
parent2b382bf18e47765e9f3bb1963008f8ee1a46cf97 (diff)
nice usplash experience
tested both on my laptop as on qemu ubuntu merge
Diffstat (limited to 'scripts/init-top')
-rwxr-xr-xscripts/init-top/framebuffer4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer
index c680409..08e36d2 100755
--- a/scripts/init-top/framebuffer
+++ b/scripts/init-top/framebuffer
@@ -61,10 +61,6 @@ OPTS=""
for x in $(cat /proc/cmdline); do
case ${x} in
- splash*)
- FB="vga16fb";
- OPTS="";
- ;;
vga=*)
FB="vesafb";
OPTS="";