fix sub volumes
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
---
|
||||
mountOptions:
|
||||
default: defaults,noatime
|
||||
btrfs: defaults,realtime,space_cache=v2,autodefrag,compress=zstd:3
|
||||
- filesystem: default
|
||||
options: [ defaults ]
|
||||
- filesystem: efi
|
||||
options: [ defaults, umask=0077 ]
|
||||
- filesystem: btrfs
|
||||
options: [ defaults, compress=zstd:1 ]
|
||||
- filesystem: btrfs_swap
|
||||
options: [ defaults, noatime ]
|
||||
|
||||
ssdExtraMountOptions:
|
||||
ext4: discard
|
||||
jfs: discard
|
||||
xfs: discard
|
||||
swap: discard
|
||||
btrfs: discard,compress=lzo
|
||||
btrfs: discard,compress=zstd:1
|
||||
crypttabOptions: luks,discard,keyscript=/bin/cat
|
||||
|
||||
@@ -48,9 +48,9 @@ btrfsSubvolumes:
|
||||
subvolume: /@
|
||||
- mountPoint: /home
|
||||
subvolume: /@home
|
||||
- mountPoint: /root
|
||||
subvolume: /@root
|
||||
- mountPoint: /var
|
||||
subvolume: /@var
|
||||
- mountPoint: /var/cache
|
||||
subvolume: /@cache
|
||||
- mountPoint: /var/log
|
||||
subvolume: /@log
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
showSupportUrl: true
|
||||
showKnownIssuesUrl: true
|
||||
showReleaseNotesUrl: true
|
||||
showSupportUrl: false
|
||||
showKnownIssuesUrl: false
|
||||
showReleaseNotesUrl: false
|
||||
|
||||
requirements:
|
||||
requiredStorage: 15
|
||||
|
||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -1,7 +1,7 @@
|
||||
calamares-settings-rakuos (1.2.2-1rakuos6) UNRELEASED; urgency=medium
|
||||
calamares-settings-rakuos (1.2.3-1rakuos1) UNRELEASED; urgency=medium
|
||||
|
||||
* First fork
|
||||
* Set btrfs as default filesystem
|
||||
*
|
||||
|
||||
-- Tohur <tohur@Josh-PC> Mon, 17 Nov 2025 08:30:08 -0700
|
||||
-- Tohur <tohur@rakuos.org> Mon, 17 Nov 2025 08:30:08 -0700
|
||||
|
||||
@@ -31,5 +31,5 @@ if [ "$FS_TYPE" = "btrfs" ]; then
|
||||
echo " * Btrfs detected nothing to do"
|
||||
else
|
||||
echo " * Not a Btrfs filesystem, removing snapper, btrfs-assistant"
|
||||
chroot "$CHROOT" apt-get -y purge snapper btrfs-assistant
|
||||
DEBIAN_FRONTEND=noninteractive chroot "$CHROOT" apt-get -y purge snapper btrfs-assistant
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user