cryptsetup-bin

This commit is contained in:
Marc Beninca 2023-10-02 18:53:11 +02:00
parent 3c0a753049
commit ad4b5f7e6c

View file

@ -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'
)