1
0
Fork 0

Save fake hardware clock time

This commit is contained in:
Braiden Vasco 2017-07-03 09:36:59 +00:00
parent 2aeef3688f
commit 69d132a585
1 changed files with 4 additions and 0 deletions

View File

@ -461,6 +461,10 @@ done
rm -f "$MOUNT_DIR/root/.vnc/private.key"
chroot_mount << EOF
fake-hwclock save
EOF
ROOT_DEV=$(mount | grep "$MOUNT_DIR " | cut -f1 -d' ')
unmount "$MOUNT_DIR"