Add vbox -- VirtualBox time sync driver

Sets time forward to match the host time.

Started automatically if the corresponding device is present.
This commit is contained in:
David van Moolenbroek
2011-11-23 18:15:43 +01:00
parent b4d9ac91ba
commit 0aa01a2dce
8 changed files with 269 additions and 4 deletions

View File

@@ -141,6 +141,10 @@ start)
fi
up -n printer -dev /dev/lp -period 10HZ
up -n ipc
# start VirtualBox time sync driver if the device is there
if grep '^[^ ]* [^ ]* 80EE:CAFE ' /proc/pci >/dev/null; then
up -n vbox -period 10HZ
fi
echo .
# Network initialization.