Set in /etc/default/grub
:
...
###GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0,115200n8 console=tty1"
GRUB_CMDLINE_LINUX=""
This short howto describes how to install VMs via kickstart in VirtualBox. It's using PXE functionality built into the NAT network mode of the VirtualBox. The following instructions apply to CentOS installation but it should work for any RedHat-based distro.
Prepare directory structure
//----------------------------------------------------------------- | |
// BMP085/BMP180 Barometric Pressure + Temp sensor for Spark Core | |
//================================================================= | |
// Copy this into a new application at: | |
// https://www.spark.io/build and go nuts! | |
//----------------------------------------------------------------- | |
// Technobly / BDub - Jan 2014 | |
//================================================================= | |
/*************************************************** |