fix(Installer): fix the whole installer now its finishing the installation

This commit is contained in:
2026-05-26 23:48:54 +02:00
parent c50db7a5bf
commit 0fb4c1bf5c
14 changed files with 134 additions and 85 deletions
@@ -1,13 +1,10 @@
---
mountOptions:
default: defaults,noatime
btrfs: defaults,noatime,compress=zstd,space_cache=v2
ssdExtraMountOptions:
ext4: discard
jfs: discard
xfs: discard
swap: discard
btrfs: discard=async
crypttabOptions: luks,keyscript=/bin/cat
tmpOptions:
default:
tmpfs: false
options: ""
ssd:
tmpfs: true
options: "defaults,noatime,mode=1777"