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.conf | |
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.conf')
-rw-r--r-- | mkosi.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mkosi.conf b/mkosi.conf index e6b0e41135..6545e1a41f 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -46,9 +46,6 @@ ExtraTrees= Initrds=%O/initrd -Environment= - SYSTEMD_REPART_OVERRIDE_FSTYPE_ROOT=%F - # Disable relabeling by default as it only matters for TEST-06-SELINUX, takes a non-trivial amount of time # and results in lots of errors when building images as a regular user. SELinuxRelabel=no |