btrfs/compress-force
This commit is contained in:
parent
f806069845
commit
e6d6487010
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ function hetzner-rescue-wipe-8-8-0-init {
|
|||
# mount boot
|
||||
mkdir --parents '/media/boot'
|
||||
mount \
|
||||
--options 'autodefrag,compress=zstd' \
|
||||
--options 'autodefrag,compress-force=zstd' \
|
||||
"${members}" '/media/boot'
|
||||
#
|
||||
number=0
|
||||
|
@ -301,7 +301,7 @@ function hetzner-rescue-wipe-8-8-2-make {
|
|||
# mount crypt
|
||||
mkdir --parents '/media/crypt'
|
||||
mount \
|
||||
--options 'autodefrag,compress=zstd' \
|
||||
--options 'autodefrag,compress-force=zstd' \
|
||||
'/dev/mapper/crypt' '/media/crypt'
|
||||
# make swap file
|
||||
btrfs filesystem mkswapfile \
|
||||
|
|
Loading…
Reference in a new issue