1
0
mirror of https://github.com/pimox/pimox7.git synced 2026-06-03 20:51:40 +00:00

cleanup, info output.

This commit is contained in:
Joachim Träuble
2021-11-13 22:09:24 +01:00
committed by GitHub
parent d803b41323
commit 72661a70a1

View File

@@ -152,6 +152,11 @@ fi
DEBIAN_FRONTEND=noninteractive apt install -y -o Dpkg::Options::="--force-confdef" proxmox-ve
#### RECONFIGURE NETWORK #### /etc/hosts REMOVE IPv6 #### /etc/network/interfaces.new CONFIGURE NETWORK TO CHANGE ON REBOOT ##############
printf "
=========================================================================================
$GREEN ! FIXING NETWORK CONFIGURATION.... ERRORS ARE NOMALAY FINE AND RESOLVED AFTER REBOOT ! $NORMAL
=========================================================================================
\n"
printf "127.0.0.1\tlocalhost
$RPI_IP_ONLY\t$HOSTNAME\n" > /etc/hosts
printf "auto lo
@@ -169,17 +174,16 @@ iface vmbr0 inet static
### FINAL MESSAGE ########################################################################################################################
printf "
=========================================================================================
! ERRORS ARE NOMALAY FINE -> README.md !
=========================================================================================
\n" && sleep 3
printf "
=========================================================================================
$GREEN ! INSTALATION COMPLETED ! WAIT ! REBOOT ! $NORMAL
=========================================================================================
after rebbot the PVE web interface will be reachable here :
---> $GREEN https://$RPI_IP_ONLY:8006/ $NORMAL <---
\n" && sleep 7 && reboot
run ---> $YELLOW apt get upgrade -y $NORMAL <---
in a root shell to complet the installation.
\n" && sleep 10 && reboot
#### EOF ####