pxe: nfs-common dep was in the wrong place
This commit is contained in:
parent
0c98243ecb
commit
0923489718
|
@ -303,7 +303,7 @@ apt-get install -y --no-install-recommends \
|
||||||
python3 python3-dev python3-pip pipenv \
|
python3 python3-dev python3-pip pipenv \
|
||||||
dmidecode smartmontools hwinfo pciutils lshw < /dev/null
|
dmidecode smartmontools hwinfo pciutils lshw < /dev/null
|
||||||
# Install python requirements using apt instead of pip
|
# Install python requirements using apt instead of pip
|
||||||
#python3-dateutils python3-decouple python3-colorlog
|
#python3-dateutils python3-decouple python3-colorlog nfs-common
|
||||||
|
|
||||||
# Install lshw B02.19 utility using backports (DEPRECATED in Debian 12)
|
# Install lshw B02.19 utility using backports (DEPRECATED in Debian 12)
|
||||||
#apt install -y -t ${VERSION_CODENAME}-backports lshw < /dev/null
|
#apt install -y -t ${VERSION_CODENAME}-backports lshw < /dev/null
|
||||||
|
@ -427,8 +427,7 @@ install_requirements() {
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
xorriso
|
xorriso
|
||||||
mtools
|
mtools
|
||||||
dosfstools
|
dosfstools'
|
||||||
nfs-common'
|
|
||||||
# secureboot:
|
# secureboot:
|
||||||
# -> extra src https://wiki.debian.org/SecureBoot/
|
# -> extra src https://wiki.debian.org/SecureBoot/
|
||||||
# -> extra src https://wiki.debian.org/SecureBoot/VirtualMachine
|
# -> extra src https://wiki.debian.org/SecureBoot/VirtualMachine
|
||||||
|
|
Loading…
Reference in New Issue