diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-02 16:23:40 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-05 15:00:24 +0200 |
commit | edc6592e532806fe9ac28400138d5d4e1492a7d0 (patch) | |
tree | db09741a26bc09e7d2d25411fa8d9c679cbd1802 /mkosi.repart | |
parent | mkosi: Enable Autologin= again on Debian (diff) | |
download | systemd-edc6592e532806fe9ac28400138d5d4e1492a7d0.tar.xz systemd-edc6592e532806fe9ac28400138d5d4e1492a7d0.zip |
mkosi: Switch back to btrfs
The next commit will introduce a way to iterate on integration
tests which depends on btrfs specific features.
We leave CentOS on ext4 as its kernel does not support btrfs.
Diffstat (limited to 'mkosi.repart')
-rw-r--r-- | mkosi.repart/10-root.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.repart/10-root.conf b/mkosi.repart/10-root.conf index c774086fb4..3c25dbfb14 100644 --- a/mkosi.repart/10-root.conf +++ b/mkosi.repart/10-root.conf @@ -2,6 +2,7 @@ [Partition] Type=root +Format=btrfs CopyFiles=/ SizeMinBytes=8G SizeMaxBytes=8G |