# p7zip
# screen
-%post --interpreter=/usr/bin/bash --log=/var/log/post-install.log
+%post --interpreter=/usr/bin/bash
### output to console
-exec < /dev/tty6 > /dev/tty6 2> /dev/tty6
-chvt 6
clear
+POST_LOG="/var/log/post-install.log"
+exec < /dev/console &> >(tee -a "$POST_LOG")
######################################################################################
# Installation of pixelpark standard applications
from .xlate import XLATOR
-__version__ = '1.5.10'
+__version__ = '1.5.11'
LOG = logging.getLogger(__name__)
TZ = pytz.timezone('Europe/Berlin')
self.vsphere.poweron_vm(self.tpl_vm, max_wait=self.config.max_wait_for_poweron_vm)
self.ts_start_install = time.time()
- self.wait_for_finish_install()
+# self.wait_for_finish_install()
# self.get_postinstall_error()
# if self.abort: