diff options
| author | Dirk von Suchodoletz | 2006-11-20 02:22:18 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-11-20 02:22:18 +0100 |
| commit | 0d82010bdb9a85212a63069de5c9c2e7c5480d2d (patch) | |
| tree | 046fbf8c4c52754453285e85087524bf4bb0dca2 /initramfs/initrd-stuff/etc/functions | |
| parent | Support for commercial X servers (ATI at the moment ...) (diff) | |
| download | core-0d82010bdb9a85212a63069de5c9c2e7c5480d2d.tar.gz core-0d82010bdb9a85212a63069de5c9c2e7c5480d2d.tar.xz core-0d82010bdb9a85212a63069de5c9c2e7c5480d2d.zip | |
Support for nvidia too, still to be checked. Disable parallel start of
runlevel scripts in SuSE (no gain, but trouble), tvout option ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@515 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
| -rw-r--r-- | initramfs/initrd-stuff/etc/functions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions index b657c92f..ac17578a 100644 --- a/initramfs/initrd-stuff/etc/functions +++ b/initramfs/initrd-stuff/etc/functions @@ -912,8 +912,8 @@ done # by slxmkramfs from <distro>/functions-default & ~-version # find out if prerequisites for special X server modules are met (distro -# specific) -checkglx () { +# specific) and enable tvout if required +checkgraphix () { : } |
