cryptsetup-bin
This commit is contained in:
parent
3c0a753049
commit
ad4b5f7e6c
1 changed files with 2 additions and 1 deletions
|
@ -47,6 +47,7 @@ function hetzner-rescue-install {
|
|||
local release='bookworm'
|
||||
local packages=(
|
||||
# installed
|
||||
'cryptsetup-bin'
|
||||
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
|
||||
# install
|
||||
'lshw'
|
||||
|
@ -58,7 +59,7 @@ function hetzner-rescue-install {
|
|||
)
|
||||
local backports=(
|
||||
# installed
|
||||
'cryptsetup-bin' 'rsync'
|
||||
'rsync'
|
||||
# install
|
||||
'git'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue