Fix .zlogin in full build
This commit is contained in:
parent
d306a4c4e6
commit
f85a03a712
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
setterm -blank 0 -powerdown 0 2>/dev/null
|
setterm -blank 0 -powerdown 0 2>/dev/null
|
||||||
if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
||||||
# Connect to network and update hostname
|
# Set up teststation details
|
||||||
"${HOME}/.update_network"
|
$HOME/.setup_teststation
|
||||||
|
|
||||||
# Start X or HW-diags
|
# Start X or HW-diags
|
||||||
if ! grep -Fq "nox" /proc/cmdline; then
|
if ! grep -Fq "nox" /proc/cmdline; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue