dosfstools
This commit is contained in:
parent
237953e785
commit
3ff07ed461
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ function hetzner-rescue-install {
|
||||||
local release='bookworm'
|
local release='bookworm'
|
||||||
local packages=(
|
local packages=(
|
||||||
# installed
|
# installed
|
||||||
'btrfs-progs' 'cryptsetup-bin'
|
'cryptsetup-bin'
|
||||||
|
'btrfs-progs' 'dosfstools'
|
||||||
'git' 'rsync'
|
'git' 'rsync'
|
||||||
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
|
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
|
||||||
# install
|
# install
|
||||||
|
|
Loading…
Reference in a new issue