Initial Commit

This commit is contained in:
2025-04-09 23:17:45 -05:00
parent 1941a2f386
commit f201c3a8aa
31 changed files with 1402 additions and 0 deletions

9
Update-DebianNetinst.ps1 Normal file
View File

@@ -0,0 +1,9 @@
# Script to update the debian netinst vmlinuz and initrd files on the netboot server.
# Technolog Networks, 2025-03-26
# iRaven
$DistroCodename = $args[0]
if ([boolean](get-variable "DistroCodename" -ErrorAction SilentlyContinue)) {
cmd.exe /c "curl -L"
}