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 release='bookworm'
local packages=( local packages=(
# installed # installed
'cryptsetup-bin'
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime' 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
# install # install
'lshw' 'lshw'
@ -58,7 +59,7 @@ function hetzner-rescue-install {
) )
local backports=( local backports=(
# installed # installed
'cryptsetup-bin' 'rsync' 'rsync'
# install # install
'git' 'git'
) )