Initial commit
This commit is contained in:
commit
295a111cec
89 changed files with 2897 additions and 0 deletions
54
config/package_config/DEBIAN
Normal file
54
config/package_config/DEBIAN
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
PACKAGES install-norec
|
||||
apt-transport-https # is only needed for stretch
|
||||
debconf-utils
|
||||
file
|
||||
less
|
||||
linuxlogo
|
||||
rsync
|
||||
openssh-client openssh-server
|
||||
time
|
||||
procinfo
|
||||
nullmailer
|
||||
eject
|
||||
locales
|
||||
console-setup kbd
|
||||
pciutils usbutils
|
||||
systemd-timesyncd
|
||||
#unattended-upgrades
|
||||
|
||||
PACKAGES install NONFREE
|
||||
# you may want these non-free kernel drivers
|
||||
firmware-bnx2 firmware-bnx2x firmware-realtek
|
||||
firmware-linux-nonfree
|
||||
# a list of firmware for wifi/wireless
|
||||
atmel-firmware firmware-atheros firmware-brcm80211
|
||||
firmware-iwlwifi firmware-libertas firmware-ralink firmware-zd1211
|
||||
firmware-brcm80211 firmware-ti-connectivity
|
||||
firmware-netronome firmware-netxen firmware-realtek
|
||||
firmware-cavium
|
||||
# firmware-ipw2x00 # needs a debconf question
|
||||
|
||||
PACKAGES install I386
|
||||
linux-image-686-pae
|
||||
memtest86+
|
||||
|
||||
PACKAGES install CHROOT
|
||||
linux-image-686-pae-
|
||||
linux-image-amd64-
|
||||
|
||||
PACKAGES install AMD64
|
||||
linux-image-amd64
|
||||
memtest86+
|
||||
|
||||
PACKAGES install ARM64
|
||||
grub-efi-arm64
|
||||
linux-image-arm64
|
||||
|
||||
PACKAGES install GRUB_PC
|
||||
grub-pc
|
||||
|
||||
PACKAGES install GRUB_EFI
|
||||
grub-efi
|
||||
|
||||
PACKAGES install LVM
|
||||
lvm2
|
||||
Reference in a new issue