diff options
Diffstat (limited to 'ks-template/hw/dell/R7425')
-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' |