Remove obsolete option in Xen domU module

This commit is contained in:
Marco Maggesi 2013-04-16 19:46:12 +02:00
parent cc1ae918bd
commit 04415eb582

View File

@ -17,10 +17,6 @@
# Send syslog messages to the Xen console.
services.syslogd.tty = "hvc0";
# Start a mingetty on the Xen console (so that you can login using
# "xm console" in Dom0).
services.mingetty.ttys = [ "hvc0" "tty1" "tty2" ];
# Don't run ntpd, since we should get the correct time from Dom0.
services.ntp.enable = false;
}