diff options
author | Jon Clausen <jac@nordu.net> | 2018-09-03 12:36:24 +0200 |
---|---|---|
committer | Jon Clausen <jac@nordu.net> | 2018-09-03 12:36:24 +0200 |
commit | 39c07c5679e01a5bb330341d77c5bfa17f04a675 (patch) | |
tree | 5581ecea0ba126a28aa058d9ab46bd116d92fd92 | |
parent | ea6ba16ff3a04c6d425f3aa7a4b428c0eead8cef (diff) |
do not muck about with vt
-rw-r--r-- | ks-template/hw/dell/R7425/100g-dtn.ks | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ks-template/hw/dell/R7425/100g-dtn.ks b/ks-template/hw/dell/R7425/100g-dtn.ks index 274e55b..5381d97 100644 --- a/ks-template/hw/dell/R7425/100g-dtn.ks +++ b/ks-template/hw/dell/R7425/100g-dtn.ks @@ -67,8 +67,8 @@ echo 'GRUB_SERIAL_COMMAND="serial --speed=115200"' >>/etc/default/grub /sbin/grub2-mkconfig -o /boot/grub2/grub.cfg # try to get access to the screen: -exec < /dev/tty6 > /dev/tty6 -chvt 6 +#exec < /dev/tty6 > /dev/tty6 +#chvt 6 # backticks don't work, but $() does CosmosHash=$(cat /proc/cmdline | sed -e 's/.*cosmoshash=//') @@ -85,8 +85,8 @@ else fi # return to the first vt -chvt 1 -%end +#chvt 1 +#%end %addon com_redhat_kdump --enable --reserve-mb='auto' |