Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
centos_xen [2016/04/25 16:36]
steve
centos_xen [2016/04/25 16:38]
steve
Line 59: Line 59:
 === Using a Kickstarter File === === Using a Kickstarter File ===
  
-You can use a [[CentOS ​Kickstarter|kickstarter file]] if you'd like.+You can use a [[CentOS ​Kickstart|kickstarter file]] if you'd like. In the simplest case, you'd normally rebuild an ISO with the ''​ks.cfg''​ file in the ''/''​ directory on the filesystem. That won't work here because we're booting from a kernel outside of that filesystem. You can still tell Xen to use the ''​ks.cfg''​ file though, by passing it as a string to the kernel boot parameters:​ 
 + 
 +<​code>​ 
 +extra = "​ks=cdrom:/​ks.cfg"​ 
 +</​code>​