Δημοσιεύτηκε: 11 Μάιος 2008, 20:01
από simosx
Ναι, θέλει και

> diff -u /etc/init.d/mountkernfs.sh.ORIGINAL /etc/init.d/mountkernfs.sh
--- mountkernfs.sh.ORIGINAL 2008-05-02 11:27:45.000000000 +0100
+++ mountkernfs.sh 2008-05-02 11:29:01.000000000 +0100
@@ -36,6 +36,9 @@
domount spufs "" /spu -ogid=spu
fi

+ ## Mount the usbfs for use with Virtual Box
+ domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev,devgid=124,devmode=664
+
# Propagate files from the initramfs to our new /var/run.
for file in /dev/.initramfs/varrun/*; do
[ -e "$file" ] || continue

Πηγή: http://www.ubuntu-unleashed.com/2008/04 ... heron.html