blob: b8c9369e31a5beb0989cdb3d78b75538e6ccab13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
startup_message off
bindkey -k k1 select 1
bindkey -k k2 select 2
screen -t installer 1 sh -c "/usr/install/install; /usr/bin/clear; reboot"
screen -t console 2 sh -c "while true; do /bin/bash -l; sleep 1; done"
hardstatus alwayslastline "%{kB} %w %= | Dyson Installer"
select 1
|