Skip to content

Commit

Permalink
fix(templates): use correct subvol names for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Dec 30, 2024
1 parent 75c05be commit fdbabdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/chromebookinstall/50-root.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Format=btrfs
# Verity=data
# VerityMatchKey=root
# Note: please do not explicitly input `ssd` in the flags, because it should be assumed from the hardware...
Subvolumes=/ /home
Subvolumes=/root /home
DefaultSubvolume=/
MountPoint=/:subvol=/,compress=zstd:1
MountPoint=/:subvol=/root,compress=zstd:1
MountPoint=/home:subvol=/home,compress=zstd:1
# This path is actually relative; see man repart.d at --copy-source option
CopyFiles=/:/
Expand Down
4 changes: 2 additions & 2 deletions templates/wholedisk/50-root.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Partition]
Type=root
Format=btrfs
Subvolumes=/ /home
Subvolumes=/root /home
DefaultSubvolume=/
MountPoint=/:subvol=/,compress=zstd:1
MountPoint=/:subvol=/root,compress=zstd:1
MountPoint=/home:subvol=/home,compress=zstd:1
# This path is actually relative; see man repart.d at --copy-source option
CopyFiles=/:/
Expand Down

0 comments on commit fdbabdd

Please sign in to comment.