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
|
# mount boot
|
||||||
mkdir --parents '/media/boot'
|
mkdir --parents '/media/boot'
|
||||||
mount \
|
mount \
|
||||||
--options 'autodefrag,compress=zstd' \
|
--options 'autodefrag,compress-force=zstd' \
|
||||||
"${members}" '/media/boot'
|
"${members}" '/media/boot'
|
||||||
#
|
#
|
||||||
number=0
|
number=0
|
||||||
|
@ -301,7 +301,7 @@ function hetzner-rescue-wipe-8-8-2-make {
|
||||||
# mount crypt
|
# mount crypt
|
||||||
mkdir --parents '/media/crypt'
|
mkdir --parents '/media/crypt'
|
||||||
mount \
|
mount \
|
||||||
--options 'autodefrag,compress=zstd' \
|
--options 'autodefrag,compress-force=zstd' \
|
||||||
'/dev/mapper/crypt' '/media/crypt'
|
'/dev/mapper/crypt' '/media/crypt'
|
||||||
# make swap file
|
# make swap file
|
||||||
btrfs filesystem mkswapfile \
|
btrfs filesystem mkswapfile \
|
||||||
|
|
Loading…
Reference in a new issue