No longer download Wheezy release
This commit is contained in:
parent
c2e3f132c4
commit
eeefa08af9
|
@ -1,4 +1,8 @@
|
|||
## Release 0.X
|
||||
|
||||
### Removed
|
||||
* No longer download Wheezy release.
|
||||
|
||||
### Improvement
|
||||
* Add an UEFI entry to manage specific partitions (see #16).
|
||||
* task-ssh-server is removed (see #18).
|
||||
|
|
|
@ -1,77 +0,0 @@
|
|||
ui menu.c32
|
||||
menu title PXE-CHIMIE
|
||||
|
||||
# Boot sur le disque local au bout de 10 secondes
|
||||
prompt 0
|
||||
timeout 100
|
||||
ONTIMEOUT local-hdd
|
||||
|
||||
LABEL local-hdd
|
||||
MENU LABEL Boot local disk
|
||||
KERNEL chain.c32
|
||||
APPEND hd0
|
||||
|
||||
LABEL reboot
|
||||
MENU LABEL Reboot
|
||||
KERNEL reboot.c32
|
||||
|
||||
# D-I config version 2.0
|
||||
LABEL debian64
|
||||
MENU TITLE Debian Wheezy 64bits installer
|
||||
include debian/wheezy/pxelinux.cfg
|
||||
|
||||
LABEL ubuntu
|
||||
MENU LABEL Ubuntu Precise 64bits installer
|
||||
APPEND ubuntu/precise/ubuntu-installer/amd64/boot-screens/menu.cfg
|
||||
KERNEL ubuntu/precise/ubuntu-installer/amd64/boot-screens/vesamenu.c32
|
||||
|
||||
#LABEL CentOS
|
||||
# MENU LABEL CentOS 6
|
||||
# LINUX memdisk
|
||||
# INITRD iso/CentOS-6.4-x86_64-netinstall.iso
|
||||
# APPEND iso raw
|
||||
|
||||
LABEL CentOS
|
||||
MENU LABEL CentOS 6 x86_64 text installer
|
||||
#KERNEL images/CentOS/6/x86_64/vmlinuz vnc vncpassword=tempVNCpwd headless text ip=dhcp ksdevice=eth0 method=http://mirror.in2p3.fr/linux/CentOS/6/os/x86_64 lang=en_US keymap=fr
|
||||
KERNEL images/CentOS/6/x86_64/vmlinuz keymap=fr
|
||||
APPEND initrd=images/CentOS/6/x86_64/initrd.img ksdevice=eth0 kssendmac ks=nfs:deploy.chimie.univ-rennes1.fr:/var/lib/tftpboot/images/CentOS/6/x86_64/ks.cfg headless vnc vncpassword=tempVNCpwd text
|
||||
#APPEND initrd=images/CentOS/6/x86_64/initrd.img ramdisk_size=100000 ks=nfs:deploy.chimie.univ-rennes1.fr:/var/lib/tftpboot/images/CentOS/6/x86_64/ks.cfg text
|
||||
|
||||
LABEL nec-firm-upd
|
||||
MENU LABEL Nec Firmware Update CD
|
||||
LINUX memdisk
|
||||
INITRD fw/nec/BOOT_CD_NEC_v1.0.24.iso
|
||||
APPEND iso raw
|
||||
TEXT HELP
|
||||
!!! WARNING : firmware update !!!
|
||||
ENDTEXT
|
||||
|
||||
LABEL freenas
|
||||
MENU LABEL FreeNAS-9.1.1-RELEASE-x64 Install
|
||||
LINUX memdisk
|
||||
INITRD iso/FreeNAS-9.1.1-RELEASE-x64.iso
|
||||
APPEND iso raw
|
||||
|
||||
LABEL freenas
|
||||
MENU LABEL FreeNAS Install
|
||||
PXE freenas/boot/pxeboot
|
||||
|
||||
LABEL clonezilla
|
||||
MENU LABEL Clonezilla live i686 (Disk Imaging and Cloning)
|
||||
KERNEL images/clonezilla/i686/vmlinuz
|
||||
APPEND initrd=images/clonezilla/i686/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt usercrypted=SpXNs.adAr4po ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts="fr" ocs_live_batch="no" locales="en_US.UTF-8" vga=788 nosplash noprompt fetch=tftp://129.20.80.239/images/clonezilla/i686/filesystem.squashfs
|
||||
|
||||
# Boot the kernel and initramfs over PXE 32-bit.
|
||||
LABEL pmagic32
|
||||
MENU LABEL PMagic 32bits
|
||||
LINUX images/pmagic/bzImage
|
||||
INITRD images/pmagic/initrd.img
|
||||
APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256
|
||||
|
||||
# Boot the kernel and initramfs over PXE 64-bit.
|
||||
LABEL pmagic64
|
||||
MENU LABEL PMagic 64bits
|
||||
LINUX images/pmagic/bzImage64
|
||||
INITRD images/pmagic/initrd.img
|
||||
APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256
|
|
@ -18,7 +18,7 @@ Set of scripts to download and generate necessary files to allow differents GNU/
|
|||
### download_debian.sh
|
||||
The script will provide netboot installers for all Debian (>=oldStable) for both **i386** and **amd64** :
|
||||
* Store the files to **/srv/tftp** (default).
|
||||
* Download Debian Linux kernel and initrd files for all Debian distributions (Stable : **Stretch**; Testing : **Buster**; oldStable : **Jessie**; oldoldStable : **Wheezy**; Unstable : **Sid**) and for **i386** and **amd64** architectures.
|
||||
* Download Debian Linux kernel and initrd files for all Debian distributions (Stable : **Stretch**; Testing : **Buster**; oldStable : **Jessie**; Unstable : **Sid**) and for **i386** and **amd64** architectures.
|
||||
* Offer an example menu file to use with a TFTP server (default_path/installer/debian/menu.cfg.example).
|
||||
|
||||
### download_ubuntu.sh
|
||||
|
@ -31,7 +31,7 @@ The script will provide netboot installers for the latest LTS and latest advance
|
|||
The script will provide Debian's netboot installers with **additionnals firmwares** for all Debian (>=oldStable) for **amd64** only :
|
||||
* Store the files to **/srv/tftp** (default).
|
||||
* Store temp files to **/tmp/tmp.XXXXXXXXXX** (with `mktemp`).
|
||||
* Download Debian's initrd files for all Debian distributions (Stable : **Stretch**; Testing : **Buster**; oldStable : **Jessie**; oldoldStable : **Wheezy**; Unstable : **Sid**) for **amd64** architecture only.
|
||||
* Download Debian's initrd files for all Debian distributions (Stable : **Stretch**; Testing : **Buster**; oldStable : **Jessie**; Unstable : **Sid**) for **amd64** architecture only.
|
||||
* Download additionnals firmwares :
|
||||
* **bnx2** : For Broadcom NetXtremeII network adapters.
|
||||
* **linux-nonfree** : For Tigon network adapters.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
# Download Debian Stable (Stretch)
|
||||
# Download Debian Testing (Buster)
|
||||
# Download Debian oldStable (Jessie)
|
||||
# Download Debian oldoldStable (Wheezy)
|
||||
# Download Debian Unstable (Sid)
|
||||
# Make an PXE's config file (aka menu.cfg)
|
||||
|
||||
|
@ -22,7 +21,7 @@ mkdir -p "${DEBIAN_INSTALLER_DIR}"
|
|||
rm -f "${DEBIAN_CONFIG_PXE}"
|
||||
touch "${DEBIAN_CONFIG_PXE}"
|
||||
|
||||
for DISTRO in stretch buster jessie wheezy sid; do # For ALL Debian's version
|
||||
for DISTRO in stretch buster jessie sid; do # For ALL Debian's version
|
||||
for ARCH in amd64 i386; do # For all classic architecture
|
||||
|
||||
# Create and go into directory
|
||||
|
|
Loading…
Reference in New Issue