installed
This commit is contained in:
parent
7a2d2e3f7e
commit
ab50c39bbb
1 changed files with 2 additions and 2 deletions
|
@ -55,10 +55,10 @@ function hetzner-rescue-install {
|
||||||
local release='bookworm'
|
local release='bookworm'
|
||||||
local packages=(
|
local packages=(
|
||||||
# installed
|
# installed
|
||||||
'cryptsetup-bin'
|
'parted' 'mdadm' 'cryptsetup-bin' 'lvm2'
|
||||||
'btrfs-progs' 'dosfstools'
|
'btrfs-progs' 'dosfstools'
|
||||||
'git' 'rsync'
|
'git' 'rsync'
|
||||||
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
|
'file' 'htop' 'lsof' 'tree' 'uuid-runtime'
|
||||||
# install
|
# install
|
||||||
'lshw'
|
'lshw'
|
||||||
'micro'
|
'micro'
|
||||||
|
|
Loading…
Reference in a new issue