diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b0a5c..718a5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Ensure to have minimal documentation available on the system. * Do not use wireless interface for installation (see #19). * Gnome preseed is now only available with UEFI (see #20). +* Update PXE files to last version from Bullseye (6.04~git20190206.bf6db5b4). ### Fix * Remove tasksel only if no X session was installed (see #17). diff --git a/README.md b/README.md index c83a1ed..288fa66 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ Use some bootloaders files provide by : mkdir -p temp_pxe_files cd temp_pxe_files mkdir bios efi32 efi64 -aptitude pxelinux syslinux-common syslinux-efi -ar p pxelinux*.deb data.tar.xz | tar xJ -C . --strip-components=4 ./usr/lib/PXELINUX/{g,}pxelinux.0 -ar p pxelinux*.deb data.tar.xz | tar xJ -C bios/ --strip-components=4 ./usr/lib/PXELINUX/{g,}pxelinux.0 +aptitude download pxelinux syslinux-common syslinux-efi +ar p pxelinux*.deb data.tar.xz | tar xJ -C . --strip-components=4 ./usr/lib/PXELINUX/pxelinux.0 +ar p pxelinux*.deb data.tar.xz | tar xJ -C bios/ --strip-components=4 ./usr/lib/PXELINUX/pxelinux.0 ar p syslinux-efi*.deb data.tar.xz | tar xJ -C efi32/ --strip-components=5 ./usr/lib/SYSLINUX.EFI/efi32/syslinux.efi ar p syslinux-efi*.deb data.tar.xz | tar xJ -C efi64/ --strip-components=5 ./usr/lib/SYSLINUX.EFI/efi64/syslinux.efi -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}.* -ar p syslinux-common*.deb data.tar.xz | tar xJ -C bios/ --strip-components=6 ./usr/lib/syslinux/modules/bios/{chain,ldlinux,libcom32,libutil,menu,reboot,vesamenu}.* +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 +ar p syslinux-common*.deb data.tar.xz | tar xJ -C bios/ --strip-components=6 ./usr/lib/syslinux/modules/bios/{chain,ldlinux,libcom32,libutil,menu,reboot,vesamenu}.c32 ar p syslinux-common*.deb data.tar.xz | tar xJ -C efi32/ --strip-components=6 ./usr/lib/syslinux/modules/efi32/{chain.c32,ldlinux.e32,libcom32.c32,libutil.c32,menu.c32,reboot.c32,vesamenu.c32} ar p syslinux-common*.deb data.tar.xz | tar xJ -C efi64/ --strip-components=6 ./usr/lib/syslinux/modules/efi64/{chain.c32,ldlinux.e64,libcom32.c32,libutil.c32,menu.c32,reboot.c32,vesamenu.c32} ``` diff --git a/bios/chain.c32 b/bios/chain.c32 index d9adffe..778a6de 100644 Binary files a/bios/chain.c32 and b/bios/chain.c32 differ diff --git a/bios/ldlinux.c32 b/bios/ldlinux.c32 index 5424644..e94389b 100644 Binary files a/bios/ldlinux.c32 and b/bios/ldlinux.c32 differ diff --git a/bios/libcom32.c32 b/bios/libcom32.c32 index 4f1efab..c4265b9 100644 Binary files a/bios/libcom32.c32 and b/bios/libcom32.c32 differ diff --git a/bios/libutil.c32 b/bios/libutil.c32 index 7c99ae5..6fc1da7 100644 Binary files a/bios/libutil.c32 and b/bios/libutil.c32 differ diff --git a/bios/menu.c32 b/bios/menu.c32 index 7e1179c..97e1100 100644 Binary files a/bios/menu.c32 and b/bios/menu.c32 differ diff --git a/bios/pxelinux.0 b/bios/pxelinux.0 index 95381e0..067266c 100644 Binary files a/bios/pxelinux.0 and b/bios/pxelinux.0 differ diff --git a/bios/reboot.c32 b/bios/reboot.c32 index bffd7aa..273230e 100644 Binary files a/bios/reboot.c32 and b/bios/reboot.c32 differ diff --git a/bios/vesamenu.c32 b/bios/vesamenu.c32 index 9b67663..bbb65e0 100644 Binary files a/bios/vesamenu.c32 and b/bios/vesamenu.c32 differ diff --git a/chain.c32 b/chain.c32 index 531af63..778a6de 100644 Binary files a/chain.c32 and b/chain.c32 differ diff --git a/efi32/chain.c32 b/efi32/chain.c32 index 9e41e75..a3c1031 100644 Binary files a/efi32/chain.c32 and b/efi32/chain.c32 differ diff --git a/efi32/ldlinux.e32 b/efi32/ldlinux.e32 index 447e08e..af9407c 100644 Binary files a/efi32/ldlinux.e32 and b/efi32/ldlinux.e32 differ diff --git a/efi32/libcom32.c32 b/efi32/libcom32.c32 index 7713f1a..0e5019f 100644 Binary files a/efi32/libcom32.c32 and b/efi32/libcom32.c32 differ diff --git a/efi32/libutil.c32 b/efi32/libutil.c32 index a0312ec..1e2412b 100644 Binary files a/efi32/libutil.c32 and b/efi32/libutil.c32 differ diff --git a/efi32/menu.c32 b/efi32/menu.c32 index 997334e..b48f43f 100644 Binary files a/efi32/menu.c32 and b/efi32/menu.c32 differ diff --git a/efi32/reboot.c32 b/efi32/reboot.c32 index 7784b2f..da3cf80 100644 Binary files a/efi32/reboot.c32 and b/efi32/reboot.c32 differ diff --git a/efi32/syslinux.efi b/efi32/syslinux.efi index 5715fcb..cb9d608 100644 Binary files a/efi32/syslinux.efi and b/efi32/syslinux.efi differ diff --git a/efi32/vesamenu.c32 b/efi32/vesamenu.c32 index 2ec4081..00cbfc9 100644 Binary files a/efi32/vesamenu.c32 and b/efi32/vesamenu.c32 differ diff --git a/efi64/chain.c32 b/efi64/chain.c32 index 0d818c3..67b85d8 100644 Binary files a/efi64/chain.c32 and b/efi64/chain.c32 differ diff --git a/efi64/ldlinux.e64 b/efi64/ldlinux.e64 index 7acf65d..df05e93 100644 Binary files a/efi64/ldlinux.e64 and b/efi64/ldlinux.e64 differ diff --git a/efi64/libcom32.c32 b/efi64/libcom32.c32 index f4e29e2..f63b633 100644 Binary files a/efi64/libcom32.c32 and b/efi64/libcom32.c32 differ diff --git a/efi64/libutil.c32 b/efi64/libutil.c32 index 53a844b..69901cb 100644 Binary files a/efi64/libutil.c32 and b/efi64/libutil.c32 differ diff --git a/efi64/menu.c32 b/efi64/menu.c32 index 3865582..db53b25 100644 Binary files a/efi64/menu.c32 and b/efi64/menu.c32 differ diff --git a/efi64/reboot.c32 b/efi64/reboot.c32 index f7cb849..54d8209 100644 Binary files a/efi64/reboot.c32 and b/efi64/reboot.c32 differ diff --git a/efi64/syslinux.efi b/efi64/syslinux.efi index da35e52..33a1943 100644 Binary files a/efi64/syslinux.efi and b/efi64/syslinux.efi differ diff --git a/efi64/vesamenu.c32 b/efi64/vesamenu.c32 index fbf53dd..aad302b 100644 Binary files a/efi64/vesamenu.c32 and b/efi64/vesamenu.c32 differ diff --git a/ldlinux.c32 b/ldlinux.c32 index b9a0849..e94389b 100644 Binary files a/ldlinux.c32 and b/ldlinux.c32 differ diff --git a/libcom32.c32 b/libcom32.c32 index 1652914..c4265b9 100644 Binary files a/libcom32.c32 and b/libcom32.c32 differ diff --git a/libutil.c32 b/libutil.c32 index 1610391..6fc1da7 100644 Binary files a/libutil.c32 and b/libutil.c32 differ diff --git a/menu.c32 b/menu.c32 index 7600b2c..97e1100 100644 Binary files a/menu.c32 and b/menu.c32 differ diff --git a/pxelinux.0 b/pxelinux.0 index e5f7365..067266c 100644 Binary files a/pxelinux.0 and b/pxelinux.0 differ diff --git a/reboot.c32 b/reboot.c32 index 2580371..273230e 100644 Binary files a/reboot.c32 and b/reboot.c32 differ diff --git a/vesamenu.c32 b/vesamenu.c32 index 31cf3ba..bbb65e0 100644 Binary files a/vesamenu.c32 and b/vesamenu.c32 differ