Skip to content

Instantly share code, notes, and snippets.

@thesurlydev
Created May 1, 2013 16:06
Show Gist options
  • Save thesurlydev/5496221 to your computer and use it in GitHub Desktop.
Save thesurlydev/5496221 to your computer and use it in GitHub Desktop.
boot options for autoinstall.iso
file=/cdrom/preseed/ubuntu-server.seed initrd=/install/initrd.gz ks=cdrom:/ks.cfg preseed/file=/cdrom/ks.preseed interface=eth3 netcfg/disable_dhcp=true netcfg/disable_autoconfig=true netcfg/get_ipaddress=172.16.8.33 netcfg/get_netmask=255.255.255.0 netcfg/get_nameservers=8.8.8.8 netcfg/get_gateway=172.16.8.1 netcfg/get_hostname=devstack2 netcfg/get_domain=cloudsoftcorp.com --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment