installed
This commit is contained in:
parent
34640e9183
commit
8dbf695233
1 changed files with 2 additions and 1 deletions
|
@ -55,10 +55,11 @@ function hetzner-rescue-install {
|
||||||
local release='bookworm'
|
local release='bookworm'
|
||||||
local packages=(
|
local packages=(
|
||||||
# installed
|
# installed
|
||||||
|
'dmidecode' 'efibootmgr' 'pciutils' 'usbutils'
|
||||||
'parted' 'mdadm' 'cryptsetup-bin' 'lvm2'
|
'parted' 'mdadm' 'cryptsetup-bin' 'lvm2'
|
||||||
'btrfs-progs' 'dosfstools'
|
'btrfs-progs' 'dosfstools'
|
||||||
'git' 'nano' 'python3' 'rsync' 'vim'
|
'git' 'nano' 'python3' 'rsync' 'vim'
|
||||||
'file' 'htop' 'lsof' 'tree' 'uuid-runtime'
|
'file' 'htop' 'lsof' 'man-db' 'tree' 'uuid-runtime'
|
||||||
# install
|
# install
|
||||||
'lshw'
|
'lshw'
|
||||||
'squashfs-tools'
|
'squashfs-tools'
|
||||||
|
|
Loading…
Reference in a new issue