MT#12713 Fix 9c3bd317: Add missed isolinux.cfg for jessie

Change-Id: I37090dfe4e6789beb6c423823f1a43709806828f
changes/16/4016/1
Alexander Lutay 10 years ago
parent f25f51eb25
commit 10189f4ea9

@ -138,6 +138,47 @@ menu label ^Back to main menu...
menu exit
menu separator
label jessie
menu label Install Debian/jessie 64bit - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce nongcp ssh=sipwise debianrelease=jessie netscript=http://deb.sipwise.com/netscript/master/deployment.sh
text help
Install Debian jessie, 64bit.
Does NOT install sip:provider platform.
Retrieve network configuration via DHCP.
endtext
label jessienw
menu label Install Debian/jessie 64bit - static NW
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce nongcp ssh=sipwise debianrelease=jessie netscript=http://deb.sipwise.com/netscript/master/deployment.sh dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:debian:eth0:off
text help
Install Debian jessie, 64bit.
Does NOT install sip:provider platform.
Use static IP configuration, adjust
in boot command line if necessary.
endtext
label jessiepuppet
menu label Install Debian/jessie 64bit - Puppet
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce nongcp ssh=sipwise debianrelease=jessie netscript=http://deb.sipwise.com/netscript/master/deployment.sh puppetenv=production dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off
text help
Install Debian jessie, 64bit using
integration in Puppet configuration
management environment.
Does NOT install sip:provider platform.
Please adjust command line (hostname,
IP address,...)
endtext
label wheezy
menu label Install Debian/wheezy 64bit - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz

Loading…
Cancel
Save