Upgrade pxe files from Debian Jessie packages
This commit is contained in:
parent
fd25c940ab
commit
94dd4e036c
|
@ -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
gpxelinux.0
BIN
gpxelinux.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
pxelinux.0
BIN
pxelinux.0
Binary file not shown.
BIN
reboot.c32
BIN
reboot.c32
Binary file not shown.
BIN
vesamenu.c32
BIN
vesamenu.c32
Binary file not shown.
Loading…
Reference in New Issue