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 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
|
||||||
|
|
Loading…
Reference in a new issue