Workaround to ensure we switch to X during boot
* It was starting but you'd have to switch to tty2 and back to tty1 to see anything
This commit is contained in:
parent
29f663fd0e
commit
346b9f492c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
|||
sed -i -r 's/openbox-session/i3/' ~/.xinitrc
|
||||
fi
|
||||
if ! fgrep -q "nox" /proc/cmdline; then
|
||||
startx
|
||||
startx >/dev/null
|
||||
else
|
||||
hw-diags cli
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue