Ensure to use the initrd with additionnals firmwares for Debian Stretch/amd64
This commit is contained in:
parent
4830a30629
commit
3d051297d4
|
@ -45,15 +45,15 @@ label testingAuto
|
||||||
label testingMate
|
label testingMate
|
||||||
menu label Debian stretch ^Mate amd64 PRESEED
|
menu label Debian stretch ^Mate amd64 PRESEED
|
||||||
kernel installer/debian/stretch/amd64/linux
|
kernel installer/debian/stretch/amd64/linux
|
||||||
append vga=normal initrd=installer/debian/stretch/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/stretch/preseed_mate.cfg IPAPPEND 2
|
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 testingCinnamon
|
||||||
menu label Debian stretch ^Cinnamon amd64 PRESEED
|
menu label Debian stretch ^Cinnamon amd64 PRESEED
|
||||||
kernel installer/debian/stretch/amd64/linux
|
kernel installer/debian/stretch/amd64/linux
|
||||||
append vga=normal initrd=installer/debian/stretch/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/stretch/preseed_cinnamon.cfg IPAPPEND 2
|
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 testingGnome
|
||||||
menu label Debian stretch ^Gnome amd64 PRESEED
|
menu label Debian stretch ^Gnome amd64 PRESEED
|
||||||
kernel installer/debian/stretch/amd64/linux
|
kernel installer/debian/stretch/amd64/linux
|
||||||
append vga=normal initrd=installer/debian/stretch/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/stretch/preseed_gnome.cfg IPAPPEND 2
|
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 testingI386
|
||||||
menu label Debian stretch ^i386
|
menu label Debian stretch ^i386
|
||||||
kernel installer/debian/stretch/i386/linux
|
kernel installer/debian/stretch/i386/linux
|
||||||
|
|
Loading…
Reference in New Issue