Move off tty7, which is used by upstart

This commit is contained in:
Ian Gulliver
2016-04-07 20:48:32 +00:00
parent eb2a56d8e2
commit 79961af5c2
2 changed files with 9 additions and 9 deletions

View File

@@ -114,12 +114,12 @@ description "AutoImage"
start on runlevel [2345]
script
exec </dev/tty7 >/dev/tty7 2>&1
chvt 7
exec </dev/tty8 >/dev/tty8 2>&1
chvt 8
/icon/iconograph/client/wait_for_service.py --host=%(host)s --service=%(service)s
chvt 7
chvt 8
/icon/iconograph/imager/image.py --device=%(device)s --persistent-percent=%(persistent_percent)d --ca-cert=/icon/config/ca.image.cert.pem --base-url=%(base_url)s %(image_flags)s
chvt 7
chvt 8
echo
echo "=================="