mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-08-18 02:45:37 +00:00
remove call to /usr/bin/checktime
This commit is contained in:
parent
ac3757a9b4
commit
5490bc681e
2
Makefile
2
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user