From 10189f4ea995c94719fc8c046e42be875659213e Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 5 Jan 2016 14:31:20 +0100 Subject: [PATCH] MT#12713 Fix 9c3bd317: Add missed isolinux.cfg for jessie Change-Id: I37090dfe4e6789beb6c423823f1a43709806828f --- templates/boot/isolinux/isolinux.cfg | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/templates/boot/isolinux/isolinux.cfg b/templates/boot/isolinux/isolinux.cfg index ccfb751..1d5453d 100644 --- a/templates/boot/isolinux/isolinux.cfg +++ b/templates/boot/isolinux/isolinux.cfg @@ -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