diff --git a/lxqt.ks b/lxqt.ks index 75eeb0a..cc5620d 100644 --- a/lxqt.ks +++ b/lxqt.ks @@ -76,19 +76,6 @@ find /boot -name 'vmlinuz-*' | sort -u | while read -r line ; do done find /boot -name 'initrd-*' -print - -# tmp debug -cat << EOF > /lib/systemd/system-generators/debug0 -#!/bin/sh -_main(){ -systemctl list-units --type=target -systemctl is-active anaconda.target -} -set -x -_main 2>&1 | tee /tmp/debug0 -EOF -chmod +x /lib/systemd/system-generators/debug0 - %end # debug