diff --git a/configure b/configure index 72a6827..8b52b74 100755 --- a/configure +++ b/configure @@ -1198,6 +1198,12 @@ function save() { KEYMAP_INITRAMFS="$KEYMAP" fi + if [[ $INIT_SYSTEM == "systemd" ]]; then + SYSTEMD=true + else + SYSTEMD=false + fi + cat > "$1" <