uuid-runtime

This commit is contained in:
Marc Beninca 2023-10-02 18:51:36 +02:00
parent 5243263397
commit 3c0a753049

View file

@ -47,7 +47,7 @@ function hetzner-rescue-install {
local release='bookworm' local release='bookworm'
local packages=( local packages=(
# installed # installed
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
# install # install
'lshw' 'lshw'
'micro' 'micro'
@ -55,7 +55,6 @@ function hetzner-rescue-install {
'iotop' 'iotop'
'exa' 'lf' 'ncdu' 'nnn' 'ranger' 'exa' 'lf' 'ncdu' 'nnn' 'ranger'
'squashfs-tools' 'squashfs-tools'
'uuid-runtime'
) )
local backports=( local backports=(
# installed # installed