mirror of
https://github.com/systemd/systemd.git
synced 2025-02-28 05:57:33 +03:00
mkosi: move debian/ubuntu ignore preset to config directory
This commit is contained in:
parent
6f9b70fc69
commit
0b5382ed03
@ -0,0 +1 @@
|
||||
ignore *
|
@ -63,11 +63,6 @@ if [ -n "$IMAGE_VERSION" ] ; then
|
||||
/usr/lib/os-release
|
||||
fi
|
||||
|
||||
# Install a default ignore preset on Debian until it is shipped by Debian itself.
|
||||
if grep -q -e "ID=debian" -e "ID_LIKE=debian" /etc/os-release; then
|
||||
echo "ignore *" >/usr/lib/systemd/system-preset/99-ignore.preset
|
||||
fi
|
||||
|
||||
if command -v authselect >/dev/null; then
|
||||
authselect select minimal
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user