Switched to i3/dunst/rofi over xfce4 * Custom Repo overhaul * build-wk downloads, builds, and adds packages to the custom-repo * Dropped i686 support * HW-Diag scripts should now "support" virtual drives * e.g. /dev/vda (for easier testing) * Bugfix: removed resolv.conf symlink to fix NetworkManager
9 lines
178 B
Bash
9 lines
178 B
Bash
setterm -blank 0 -powerdown 0
|
|
if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
|
if ! fgrep -q "nox" /proc/cmdline; then
|
|
startx
|
|
else
|
|
hw-diags cli
|
|
fi
|
|
fi
|
|
|