Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dennis Hoppe
infrastructure
Commits
ac2bb843
Verified
Commit
ac2bb843
authored
Jul 25, 2020
by
Sven-Hendrik Haase
Browse files
install_arch: Use compress-force during initial mount
This will ensure a smaller base image.
parent
28e1c1cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/install_arch/tasks/main.yml
View file @
ac2bb843
...
...
@@ -32,7 +32,7 @@
when
:
filesystem == "btrfs" and system_disks|length ==
1
-
name
:
mount the filesystem (btrfs)
mount
:
src="{{ system_disks[0] }}{{ 'p2' if 'nvme' in system_disks[0] else '2' }}" path=/mnt state=mounted fstype=btrfs opts="compress=zstd,space_cache=v2"
mount
:
src="{{ system_disks[0] }}{{ 'p2' if 'nvme' in system_disks[0] else '2' }}" path=/mnt state=mounted fstype=btrfs opts="compress
-force
=zstd,space_cache=v2"
when
:
filesystem == "btrfs"
-
name
:
touch LOCK file on mountpoint
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment