3 # This script unsets the root password, so the VM owner can log in at
6 # Must come after 95-install-base-system, since that disables root's password.
11 if [ -e /usr/lib/xen-tools/common.sh ]; then
12 . /usr/lib/xen-tools/common.sh
17 logMessage Script $0 starting
19 chroot ${prefix} passwd root -d
21 logMessage Script $0 finished