systemd: drop unknown options

This commit is contained in:
MilhouseVH 2019-04-13 03:12:08 +01:00
parent bf92570214
commit dce3e3d9b2

View File

@ -60,7 +60,6 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
-Dnetworkd=false \ -Dnetworkd=false \
-Dtimedated=false \ -Dtimedated=false \
-Dtimesyncd=true \ -Dtimesyncd=true \
-Dmyhostname=false \
-Dfirstboot=false \ -Dfirstboot=false \
-Drandomseed=false \ -Drandomseed=false \
-Dbacklight=false \ -Dbacklight=false \
@ -82,7 +81,6 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
-Dhtml=false \ -Dhtml=false \
-Dbashcompletiondir=no \ -Dbashcompletiondir=no \
-Dzshcompletiondir=no \ -Dzshcompletiondir=no \
-Dkill-path=/usr/bin/kill \
-Dkmod-path=/usr/bin/kmod \ -Dkmod-path=/usr/bin/kmod \
-Dmount-path=/usr/bin/mount \ -Dmount-path=/usr/bin/mount \
-Dumount-path=/usr/bin/umount" -Dumount-path=/usr/bin/umount"