Compare commits
2 Commits
6327caf838
...
50ba3d7a14
Author | SHA1 | Date |
---|---|---|
|
50ba3d7a14 | |
|
a68631b343 |
|
@ -2,6 +2,7 @@
|
|||
|
||||
### Removed
|
||||
* No longer download Wheezy release.
|
||||
* gpxelinux cause it is no longer available in Debian package.
|
||||
|
||||
### Bullseye support
|
||||
* Download current Debian Testing
|
||||
|
@ -17,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).
|
||||
|
|
10
README.md
10
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}
|
||||
```
|
||||
|
|
BIN
bios/chain.c32
BIN
bios/chain.c32
Binary file not shown.
BIN
bios/gpxelinux.0
BIN
bios/gpxelinux.0
Binary file not shown.
BIN
bios/ldlinux.c32
BIN
bios/ldlinux.c32
Binary file not shown.
Binary file not shown.
BIN
bios/libutil.c32
BIN
bios/libutil.c32
Binary file not shown.
BIN
bios/menu.c32
BIN
bios/menu.c32
Binary file not shown.
BIN
bios/pxelinux.0
BIN
bios/pxelinux.0
Binary file not shown.
BIN
bios/reboot.c32
BIN
bios/reboot.c32
Binary file not shown.
Binary file not shown.
BIN
efi32/chain.c32
BIN
efi32/chain.c32
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
efi32/menu.c32
BIN
efi32/menu.c32
Binary file not shown.
BIN
efi32/reboot.c32
BIN
efi32/reboot.c32
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
efi64/chain.c32
BIN
efi64/chain.c32
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
efi64/menu.c32
BIN
efi64/menu.c32
Binary file not shown.
BIN
efi64/reboot.c32
BIN
efi64/reboot.c32
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
gpxelinux.0
BIN
gpxelinux.0
Binary file not shown.
BIN
ldlinux.c32
BIN
ldlinux.c32
Binary file not shown.
BIN
libcom32.c32
BIN
libcom32.c32
Binary file not shown.
BIN
libutil.c32
BIN
libutil.c32
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