Rename label to follow the new Debian Stable.
This commit is contained in:
parent
e478cd3c60
commit
7e58a7ffab
|
@ -1,50 +1,50 @@
|
|||
MENU BACKGROUND /config/debian/debian_background.jpg
|
||||
|
||||
label stableFirmware
|
||||
label oldstableFirmware
|
||||
menu label Debian jessie amd64 ^Firmwares
|
||||
kernel installer/debian/jessie/amd64/linux
|
||||
append vga=normal initrd=installer/debian/jessie/amd64/initrd_firm.gz -- quiet
|
||||
label stableAuto
|
||||
label oldstableAuto
|
||||
menu label Debian jessie amd64 ^PRESEED
|
||||
kernel installer/debian/jessie/amd64/linux
|
||||
append vga=normal initrd=installer/debian/jessie/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/jessie/preseed.cfg IPAPPEND 2
|
||||
label stableI386
|
||||
label oldstableI386
|
||||
menu label Debian jessie ^i386
|
||||
kernel installer/debian/jessie/i386/linux
|
||||
append vga=normal initrd=installer/debian/jessie/i386/initrd.gz -- quiet
|
||||
label separator
|
||||
menu label ---
|
||||
label testingFirmware
|
||||
label stableFirmware
|
||||
menu label Debian stretch amd64 ^Firmwares
|
||||
kernel installer/debian/stretch/amd64/linux
|
||||
append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.gz -- quiet
|
||||
label testingAuto
|
||||
label stableAuto
|
||||
menu label Debian stretch amd64 ^PRESEED
|
||||
kernel installer/debian/stretch/amd64/linux
|
||||
append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed.cfg IPAPPEND 2
|
||||
label testingMate
|
||||
label stableMate
|
||||
menu label Debian stretch ^Mate amd64 PRESEED
|
||||
kernel installer/debian/stretch/amd64/linux
|
||||
append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed_mate.cfg IPAPPEND 2
|
||||
label testingCinnamon
|
||||
label stableCinnamon
|
||||
menu label Debian stretch ^Cinnamon amd64 PRESEED
|
||||
kernel installer/debian/stretch/amd64/linux
|
||||
append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed_cinnamon.cfg IPAPPEND 2
|
||||
label testingGnome
|
||||
label stableGnome
|
||||
menu label Debian stretch ^Gnome amd64 PRESEED
|
||||
kernel installer/debian/stretch/amd64/linux
|
||||
append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed_gnome.cfg IPAPPEND 2
|
||||
label testingI386
|
||||
label stableI386
|
||||
menu label Debian stretch ^i386
|
||||
kernel installer/debian/stretch/i386/linux
|
||||
append vga=normal initrd=installer/debian/stretch/i386/initrd.gz -- quiet
|
||||
label separator
|
||||
menu label ---
|
||||
label oldstableFirmware
|
||||
label oldoldstableFirmware
|
||||
menu label Debian wheezy amd64 Firmwares
|
||||
kernel installer/debian/wheezy/amd64/linux
|
||||
append vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz -- quiet
|
||||
label oldstableAmd64
|
||||
label oldoldstableAmd64
|
||||
menu label Debian ^wheezy amd64 PRESEED
|
||||
kernel installer/debian/wheezy/amd64/linux
|
||||
append vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/wheezy/preseed.cfg IPAPPEND 2
|
||||
|
@ -52,14 +52,10 @@ label wheezy Cluster node
|
|||
menu label Debian Wheezy amd64 ^Clusternode
|
||||
kernel installer/debian/wheezy/amd64/linux
|
||||
APPEND vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/wheezy/preseed_cluster.cfg IPAPPEND 2
|
||||
label oldstableI386
|
||||
label oldoldstableI386
|
||||
menu label Debian wheezy i386
|
||||
kernel installer/debian/wheezy/i386/linux
|
||||
append vga=normal initrd=installer/debian/wheezy/i386/initrd.gz -- quiet
|
||||
label oldstableGnome
|
||||
menu label Debian wheezy STAGIAIRE Gnome amd64 PRESEED
|
||||
kernel installer/debian/wheezy/amd64/linux
|
||||
append vga=normal initrd=installer/debian/wheezy/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/wheezy/preseed_gnome.cfg IPAPPEND 2
|
||||
label separator
|
||||
menu label ---
|
||||
label unstableAmd64
|
||||
|
|
Loading…
Reference in New Issue