Compare commits

..

No commits in common. "bfefe2ef370ca30821cfe35ff9fee435570b0775" and "197f97e2f612b767fa47a9ab391e3112d93d6bc2" have entirely different histories.

10 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
temp/
free/
non-free/

13
download-free.sh Executable file → Normal file
View File

@ -1,17 +1,4 @@
#!/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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB