diff options
author | maximilian attems <maks@debian.org> | 2009-04-02 01:54:46 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-04-02 01:54:46 +0200 |
commit | f3049298fec182252dc76c75202454bb324bc682 (patch) | |
tree | 34a211b9770717a6b9d1eaace5aff0766fa479ba /scripts | |
parent | a55e9b4865c15d3572d93132cfee1d0a53223d29 (diff) | |
download | initramfs-tools-f3049298fec182252dc76c75202454bb324bc682.tar.gz initramfs-tools-f3049298fec182252dc76c75202454bb324bc682.zip |
init-top/framebuffer: syntax fix.
fix wrong merge of e184c8c2a9ad4520cf0cf4536301c6ae6206e911
scripts/init-top/framebuffer: 84: Syntax error: ")" unexpected (expecting ";;")
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/init-top/framebuffer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer index 37456ae..e0028f7 100755 --- a/scripts/init-top/framebuffer +++ b/scripts/init-top/framebuffer @@ -81,6 +81,7 @@ matroxfb) intelfb|i810fb) # Needs AGP driver loaded modprobe intel-agp + ;; uvesafb) # v86d requires /dev/zero and dev/mem, but udev haven't been started yet [ -e /dev/zero ] || mknod -m 0666 /dev/zero c 1 5 |