uuid-runtime
This commit is contained in:
parent
5243263397
commit
3c0a753049
1 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,7 @@ function hetzner-rescue-install {
|
|||
local release='bookworm'
|
||||
local packages=(
|
||||
# installed
|
||||
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree'
|
||||
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
|
||||
# install
|
||||
'lshw'
|
||||
'micro'
|
||||
|
@ -55,7 +55,6 @@ function hetzner-rescue-install {
|
|||
'iotop'
|
||||
'exa' 'lf' 'ncdu' 'nnn' 'ranger'
|
||||
'squashfs-tools'
|
||||
'uuid-runtime'
|
||||
)
|
||||
local backports=(
|
||||
# installed
|
||||
|
|
Loading…
Reference in a new issue