adding free stuff
This commit is contained in:
parent
197f97e2f6
commit
5fee6ec7b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
temp/
|
||||
free/
|
||||
non-free/
|
||||
|
13
download-free.sh
Normal file → Executable file
13
download-free.sh
Normal file → Executable file
@ -1,4 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./settings.sh
|
||||
|
||||
# --- Debian 11 Installer
|
||||
DIST="bullseye"
|
||||
ARCHS="amd64 i386"
|
||||
for ARCH in ${ARCHS};
|
||||
do
|
||||
DEBURL="https://deb.debian.org/debian/dists/${DIST}/main/installer-${ARCH}/current/images/netboot/netboot.tar.gz"
|
||||
wget -nc -O ./temp/netboot-${ARCH}.tar.gz $DEBURL
|
||||
if [ -e ./temp/netboot-${ARCH}.tar.gz ]; then
|
||||
mkdir -p ${TFTP}/free/deb
|
||||
tar xfvzC ./temp/netboot-${ARCH}.tar.gz ${TFTP}/free/deb
|
||||
fi
|
||||
done
|
||||
|
||||
|
BIN
free/ether.img
Executable file
BIN
free/ether.img
Executable file
Binary file not shown.
BIN
free/floppy-grub4dos
Executable file
BIN
free/floppy-grub4dos
Executable file
Binary file not shown.
BIN
free/memtest86
Executable file
BIN
free/memtest86
Executable file
Binary file not shown.
BIN
free/memtest86+
Executable file
BIN
free/memtest86+
Executable file
Binary file not shown.
BIN
free/plop.exe
Executable file
BIN
free/plop.exe
Executable file
Binary file not shown.
BIN
free/sbm.imz
Executable file
BIN
free/sbm.imz
Executable file
Binary file not shown.
BIN
resources/albrecht.png
Normal file
BIN
resources/albrecht.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 407 KiB |
BIN
resources/ostnet.png
Executable file
BIN
resources/ostnet.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
Loading…
x
Reference in New Issue
Block a user