Skip to content

Instantly share code, notes, and snippets.

@netdesign
Created February 27, 2012 10:49
Show Gist options
  • Save netdesign/1923061 to your computer and use it in GitHub Desktop.
Save netdesign/1923061 to your computer and use it in GitHub Desktop.
Centos 6.2 boot options
vmlinuz0 initrd=initrd0.img root=live:CDLABEL=CentOS.....img rootfstype=auto ro liveimg textinst noswap nolvmmount rd.luks=0 rd.md=0 rd.dm=0 ip=192.168.x.x netmask=255.255.255.0 gateway=192.168.x.x dns=212.216.112.112 ksdevice=eth0 vnc vncpassword=qwerty
this is the default boot line for text installation plus some options (vnc, ip....)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment