mirror of
https://github.com/pimox/pimox7.git
synced 2025-05-15 13:07:24 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e8a48f292f
@ -157,6 +157,11 @@ if [ "$(cat /boot/cmdline.txt | grep cgroup)" != "" ]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#### INSTALL PIMOX7 AND REBOOT ###########################################################################################################
|
#### INSTALL PIMOX7 AND REBOOT ###########################################################################################################
|
||||||
|
|
||||||
|
#### Install pve-manager separately, and without recommended packages, to avoid packaging issue later.
|
||||||
|
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" pve-manager
|
||||||
|
|
||||||
|
#### Continue with remaining packages
|
||||||
DEBIAN_FRONTEND=noninteractive apt install -y -o Dpkg::Options::="--force-confdef" proxmox-ve
|
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 ##############
|
#### RECONFIGURE NETWORK #### /etc/hosts REMOVE IPv6 #### /etc/network/interfaces.new CONFIGURE NETWORK TO CHANGE ON REBOOT ##############
|
||||||
|
Loading…
x
Reference in New Issue
Block a user