From 5490bc681eb16777f63bc98f6cb33c9caf64ef35 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 8 Jun 2012 06:53:29 +0200 Subject: [PATCH] remove call to /usr/bin/checktime --- Makefile | 2 +- unconfigured.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a3827d8..b89eb34 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # achtung: also set release in proxinstall! -RELEASE=2.0 +RELEASE=2.1 DEB=pve-installer_2.0-3_all.deb diff --git a/unconfigured.sh b/unconfigured.sh index 34cb9ee..ab7d3c8 100755 --- a/unconfigured.sh +++ b/unconfigured.sh @@ -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