TT#60950 Switch deployment-iso.git from stretch to buster

Change-Id: I60393c821bab0b0715654349d57304ee0fbe0794
changes/60/30860/2
Alexander Lutay 6 years ago
parent f1e90049eb
commit c53fdd6efc

@ -19,7 +19,7 @@ SIPWISE_ISO="sip_provider_${MR}_${DATE}.iso"
usage () { usage () {
echo "Usage: $0 compat <grml.iso> <mr version> <Debian dist>" echo "Usage: $0 compat <grml.iso> <mr version> <Debian dist>"
echo "Sample: $0 compat 'grml64-full_2014.11.iso' mr6.2.1 stretch" echo "Sample: $0 compat 'grml64-full_2014.11.iso' mr6.2.1 buster"
exit 1 exit 1
} }

@ -5,7 +5,7 @@ BASE="$(dirname "$0")"
TEMPLATES="${TEMPLATES:-templates}" TEMPLATES="${TEMPLATES:-templates}"
BOOT="${BASE}/${TEMPLATES}/boot" BOOT="${BASE}/${TEMPLATES}/boot"
MR="${MR:-trunk}" MR="${MR:-trunk}"
DIST="${DIST:-stretch}" DIST="${DIST:-buster}"
echo "*** grub templates for RELEASE:${MR} DIST:${DIST} ***" echo "*** grub templates for RELEASE:${MR} DIST:${DIST} ***"

@ -39,18 +39,18 @@ menuentry "##VERSION## Sipwise C5 CARRIER (web01a)" {
} }
## submenus ## submenus
submenu "Install Debian stretch ... ->" --class=submenu { submenu "Install Debian buster ... ->" --class=submenu {
menuentry "Install Debian/stretch 64bit" { menuentry "Install Debian/buster 64bit" {
echo 'Loading kernel...' echo 'Loading kernel...'
linux /boot/%SHORT_NAME%/vmlinuz live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 nongcp ssh=sipwise debianrelease=stretch scripts linux /boot/%SHORT_NAME%/vmlinuz live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 nongcp ssh=sipwise debianrelease=buster scripts
echo 'Loading initrd...' echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img initrd /boot/%SHORT_NAME%/initrd.img
} }
menuentry "Install Debian/stretch 64bit - Puppet" { menuentry "Install Debian/buster 64bit - Puppet" {
echo 'Loading kernel...' echo 'Loading kernel...'
linux /boot/%SHORT_NAME%/vmlinuz live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 nongcp ssh=sipwise debianrelease=stretch scripts puppetenv=production dns=1.1.1.1,8.8.8.8 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off linux /boot/%SHORT_NAME%/vmlinuz live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 nongcp ssh=sipwise debianrelease=buster scripts puppetenv=production dns=1.1.1.1,8.8.8.8 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off
echo 'Loading initrd...' echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img initrd /boot/%SHORT_NAME%/initrd.img
} }

@ -102,30 +102,30 @@ label carrier##VERSION##
menu separator menu separator
menu begin debian-options menu begin debian-options
menu title Install Debian stretch ... menu title Install Debian buster ...
label mainmenu label mainmenu
menu label ^Back to main menu... menu label ^Back to main menu...
menu exit menu exit
menu separator menu separator
label stretch label buster
menu label Install Debian/stretch 64bit menu label Install Debian/buster 64bit
kernel /boot/%SHORT_NAME%/vmlinuz 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 net.ifnames=0 nongcp ssh=sipwise debianrelease=stretch scripts 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 net.ifnames=0 nongcp ssh=sipwise debianrelease=buster scripts
text help text help
Install Debian stretch, 64bit. Install Debian buster, 64bit.
Does NOT install Sipwise C5 platform. Does NOT install Sipwise C5 platform.
endtext endtext
label stretchpuppet label busterpuppet
menu label Install Debian/stretch 64bit - Puppet menu label Install Debian/buster 64bit - Puppet
kernel /boot/%SHORT_NAME%/vmlinuz 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 net.ifnames=0 nongcp ssh=sipwise debianrelease=stretch scripts puppetenv=production dns=1.1.1.1,8.8.8.8 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off 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 net.ifnames=0 nongcp ssh=sipwise debianrelease=buster scripts puppetenv=production dns=1.1.1.1,8.8.8.8 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off
text help text help
Install Debian stretch, 64bit using Install Debian buster, 64bit using
integration in Puppet configuration integration in Puppet configuration
management environment. management environment.
Does NOT install Sipwise C5 platform. Does NOT install Sipwise C5 platform.

@ -55,7 +55,7 @@ DHCP=false
LOGO=true LOGO=true
RETRIEVE_MGMT_CONFIG=false RETRIEVE_MGMT_CONFIG=false
TRUNK_VERSION=false TRUNK_VERSION=false
DEBIAN_RELEASE=stretch DEBIAN_RELEASE=buster
HALT=false HALT=false
REBOOT=false REBOOT=false
STATUS_DIRECTORY=/srv/deployment/ STATUS_DIRECTORY=/srv/deployment/

Loading…
Cancel
Save