installed

This commit is contained in:
Marc Beninca 2023-10-02 21:03:30 +02:00
parent 34640e9183
commit 8dbf695233

View file

@ -55,10 +55,11 @@ function hetzner-rescue-install {
local release='bookworm'
local packages=(
# installed
'dmidecode' 'efibootmgr' 'pciutils' 'usbutils'
'parted' 'mdadm' 'cryptsetup-bin' 'lvm2'
'btrfs-progs' 'dosfstools'
'git' 'nano' 'python3' 'rsync' 'vim'
'file' 'htop' 'lsof' 'tree' 'uuid-runtime'
'file' 'htop' 'lsof' 'man-db' 'tree' 'uuid-runtime'
# install
'lshw'
'squashfs-tools'