search for: mountkernfs

Displaying 1 result from an estimated 1 matches for "mountkernfs".

Did you mean: mount_kernfs
2010 Jul 31
1
Xen + Debian Squeeze + Recent ATI Graphics Card
...;m sure that I saw a package for that somewhere. Thanks in advance for any information. -------- Init Script: #!/bin/sh # /etc/init.d/conf-xorg-xen: Update xorg.conf according to whether or not Kernel Mode Setting set ### BEGIN INIT INFO # Provides: conf-xorg-xen # Required-Start: mountkernfs $local_fs # Required-Stop: # Default-Start: S # Default-Stop: # X-Start-Before: x11-common ### END INIT INFO XORGSRC=/etc/X11/xorg.conf.xen XORGFILE=/etc/X11/xorg.conf case "$1" in start) if grep "nomodeset" /proc/cmdline > /dev/null 2>&1; then...