Upgrade pxe files from Debian Jessie packages

This commit is contained in:
Jeremy Gardais 2016-07-26 14:35:26 +02:00
parent fd25c940ab
commit 94dd4e036c
10 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@ Use some bootloaders files provide by:
* pxelinux.0
* `syslinux-common` debian package:
* chain.c32
* ldlinux.c32
* libcom32.c32
* libutil.c32
* menu.c32
* reboot.c32
* vesamenu.c32
@ -32,7 +35,7 @@ mkdir -p temp_pxe_files
cd temp_pxe_files
aptitude download pxelinux syslinux-common
ar p pxelinux*.deb data.tar.xz | tar xJ -C . --strip-components=4 ./usr/lib/PXELINUX/{g,}pxelinux.0
ar p syslinux-common*.deb data.tar.xz | tar xJ -C . --strip-components=6 ./usr/lib/syslinux/modules/bios/{chain,menu,reboot,vesamenu}.c32
ar p syslinux-common*.deb data.tar.xz | tar xJ -C . --strip-components=6 ./usr/lib/syslinux/modules/bios/{chain,ldlinux,libcom32,libutil,menu,reboot,vesamenu}.c32
```
The MD5 checksum can mismatch between the files from this repo and those from Debian's packages.

BIN
chain.c32

Binary file not shown.

Binary file not shown.

BIN
ldlinux.c32 Normal file

Binary file not shown.

BIN
libcom32.c32 Normal file

Binary file not shown.

BIN
libutil.c32 Normal file

Binary file not shown.

BIN
menu.c32

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.