mirror of
https://github.com/pimox/pimox7.git
synced 2026-06-03 20:51:40 +00:00
Merge pull request #90 from LearnLinuxTV/pve-manager_fix
Fix for dpkg error while installing pve-manager
This commit is contained in:
@@ -157,6 +157,11 @@ if [ "$(cat /boot/cmdline.txt | grep cgroup)" != "" ]
|
||||
fi
|
||||
|
||||
#### 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
|
||||
|
||||
#### RECONFIGURE NETWORK #### /etc/hosts REMOVE IPv6 #### /etc/network/interfaces.new CONFIGURE NETWORK TO CHANGE ON REBOOT ##############
|
||||
|
||||
Reference in New Issue
Block a user