Is there a way to make CentOS install unattended, right from the boot until I can SSH into it?. I'd like being able to boot a new Virtualbox virtual machine right from the CentOS ISO, and then from the Virtualbox host, ssh into the brand new VM client and customize it using SSH shell scripts (SU, yum install, etc).
Is there any way to tweak the ISO to specify "unattended install" and the root password (to be later changed after VM is installed).?
The main idea is turning this into a bash script so I can download whatever new language and to the VM install "automagically".
Thanks in advance.
FC
On 10/5/2013 9:37 AM, Fernando Cassia wrote:
Is there a way to make CentOS install unattended, right from the boot until I can SSH into it?.
pxe boot and provide a kickstart file as part of that pxe installation. totally hands free installation if the kickstart answers all the right questions.
On Sat, Oct 5, 2013 at 3:06 PM, John R Pierce pierce@hogranch.com wrote:
pxe boot and provide a kickstart file as part of that pxe installation.
Thanks John!
Kickstart seems to be the right solution for this job.
FC