remove call to /usr/bin/checktime

This commit is contained in:
Dietmar Maurer 2012-06-08 06:53:29 +02:00
parent ac3757a9b4
commit 5490bc681e
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# achtung: also set release in proxinstall!
RELEASE=2.0
RELEASE=2.1
DEB=pve-installer_2.0-3_all.deb

View File

@ -99,9 +99,6 @@ mount -t tmpfs tmpfs /etc/network/run
# set the hostname
hostname proxmox
#check system time
/usr/bin/checktime
# try to get ip config with dhcp
echo -n "Detecting network settings... "
/etc/init.d/networking start >/dev/tty2 2>&1