fix sub volumes
This commit is contained in:
@@ -1,12 +1,18 @@
|
|||||||
---
|
---
|
||||||
mountOptions:
|
mountOptions:
|
||||||
default: defaults,noatime
|
- filesystem: default
|
||||||
btrfs: defaults,realtime,space_cache=v2,autodefrag,compress=zstd:3
|
options: [ defaults ]
|
||||||
|
- filesystem: efi
|
||||||
|
options: [ defaults, umask=0077 ]
|
||||||
|
- filesystem: btrfs
|
||||||
|
options: [ defaults, compress=zstd:1 ]
|
||||||
|
- filesystem: btrfs_swap
|
||||||
|
options: [ defaults, noatime ]
|
||||||
|
|
||||||
ssdExtraMountOptions:
|
ssdExtraMountOptions:
|
||||||
ext4: discard
|
ext4: discard
|
||||||
jfs: discard
|
jfs: discard
|
||||||
xfs: discard
|
xfs: discard
|
||||||
swap: discard
|
swap: discard
|
||||||
btrfs: discard,compress=lzo
|
btrfs: discard,compress=zstd:1
|
||||||
crypttabOptions: luks,discard,keyscript=/bin/cat
|
crypttabOptions: luks,discard,keyscript=/bin/cat
|
||||||
|
|||||||
@@ -48,9 +48,9 @@ btrfsSubvolumes:
|
|||||||
subvolume: /@
|
subvolume: /@
|
||||||
- mountPoint: /home
|
- mountPoint: /home
|
||||||
subvolume: /@home
|
subvolume: /@home
|
||||||
- mountPoint: /root
|
|
||||||
subvolume: /@root
|
|
||||||
- mountPoint: /var
|
- mountPoint: /var
|
||||||
subvolume: /@var
|
subvolume: /@var
|
||||||
|
- mountPoint: /var/cache
|
||||||
|
subvolume: /@cache
|
||||||
- mountPoint: /var/log
|
- mountPoint: /var/log
|
||||||
subvolume: /@log
|
subvolume: /@log
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
showSupportUrl: true
|
showSupportUrl: false
|
||||||
showKnownIssuesUrl: true
|
showKnownIssuesUrl: false
|
||||||
showReleaseNotesUrl: true
|
showReleaseNotesUrl: false
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
requiredStorage: 15
|
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
|
* First fork
|
||||||
* Set btrfs as default filesystem
|
* 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"
|
echo " * Btrfs detected nothing to do"
|
||||||
else
|
else
|
||||||
echo " * Not a Btrfs filesystem, removing snapper, btrfs-assistant"
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user