installer: switch to console 1 before starting

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-26 23:59:55 +01:00
parent eceaa64fa7
commit 76b85fdce6

View File

@ -24,6 +24,7 @@
progress "starting Installer"
chvt 1
while true; do
/usr/bin/installer
done