boot/mount
This commit is contained in:
parent
f8f5bb623d
commit
d8f56b869c
1 changed files with 5 additions and 0 deletions
|
@ -213,6 +213,11 @@ function hetzner-rescue-wipe-8-8-0 {
|
|||
--checksum 'sha256' \
|
||||
--data 'raid0' \
|
||||
"${members[@]}"
|
||||
# mount boot
|
||||
mkdir --parents '/media/boot'
|
||||
mount \
|
||||
--options 'autodefrag,compress=zstd' \
|
||||
"${members}" '/media/boot'
|
||||
#
|
||||
number=0
|
||||
for device in "${devices[@]}" ; do
|
||||
|
|
Loading…
Reference in a new issue