Correctly set SYSTEMD variable

This commit is contained in:
oddlama 2021-06-01 02:53:47 +02:00
parent 6f25eae015
commit 9cfcd4c618
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 6 additions and 0 deletions

6
configure vendored
View File

@ -1198,6 +1198,12 @@ function save() {
KEYMAP_INITRAMFS="$KEYMAP" KEYMAP_INITRAMFS="$KEYMAP"
fi fi
if [[ $INIT_SYSTEM == "systemd" ]]; then
SYSTEMD=true
else
SYSTEMD=false
fi
cat > "$1" <<EOF cat > "$1" <<EOF
# vim: set ft=sh ts=4 sw=4 sts=-1 noet: # vim: set ft=sh ts=4 sw=4 sts=-1 noet:
# This file will be interpreted by /bin/bash. # This file will be interpreted by /bin/bash.