Comment 30 for bug 144631

Revision history for this message
Duane (duane-e164) wrote :

Actually I've been digging more into this, as part of xen-create-image hwclock should be disabled by:

/usr/lib/xen-tools/gutsy.d/15-disable-hwclock

However the gutsy.d directory is really a symlink to edgy.d and this doesn't seem to work for gutsy for some reason.

/usr/lib/xen-tools/gutsy.d/30-disable-gettys is supposed to disable getty on tty's 2 to 6, which is probably does, but it should probably have a line something like...

cat ${prefix}/etc/event.d/tty1 | sed "s/tty1/xvc0/" > ${prefix}/etc/event.d/xvc0

Added beneath:

rm ${prefix}/etc/event.d/tty[!1]

Since Xen is shifting from tty's to xvc's etc...