adding free stuff

This commit is contained in:
root
2023-04-12 21:18:54 +00:00
parent 197f97e2f6
commit 5fee6ec7b0
10 changed files with 13 additions and 1 deletions
-1
View File
@@ -1,3 +1,2 @@
temp/ temp/
free/
non-free/ non-free/
Regular → Executable
+13
View File
@@ -1,4 +1,17 @@
#!/bin/sh #!/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
Executable
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Executable
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Executable
BIN
View File
Binary file not shown.
Executable
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB