Compare commits

..
3 Commits
Author SHA1 Message Date
technik bfefe2ef37 disk full problem solved... 2023-04-12 22:17:11 +00:00
root c99701759d . 2023-04-12 21:35:29 +00:00
root 5fee6ec7b0 adding free stuff 2023-04-12 21:18:54 +00:00
10 changed files with 13 additions and 1 deletions
-1
View File
@@ -1,3 +1,2 @@
temp/
free/
non-free/
Regular → Executable
+13
View 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
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