diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-05-29 10:13:54 +0800 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2022-05-30 16:25:26 -0500 |
commit | 3b8d6f51a30dd405073bb95e7f94945195cc3436 (patch) | |
tree | cb4386fa3a568573b6a09914413bac3499b502e5 | |
parent | db3b7226abb6cf8f49878dbe0708efc3819a7e9b (diff) |
systemd: remove unnecessary options
-Dblkid is automatically detected, and other three options are meson
defaults.
-rw-r--r-- | chapter08/systemd.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index f207e74c2..76587bcca 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -54,16 +54,12 @@ cd build meson --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ --buildtype=release \ - -Dblkid=true \ -Ddefault-dnssec=no \ -Dfirstboot=false \ -Dinstall-tests=false \ -Dldconfig=false \ -Dsysusers=false \ - -Db_lto=false \ -Drpmmacrosdir=no \ -Dhomed=false \ -Duserdb=false \ |