I've updated the script for Deep Freeze 7! #!/bin/bash # Queries Deep
Freeze status and returns either Frozen, Thawed, or Deep Freeze Not
Installed DFStatus=$( /usr/local/bin/deepfreeze status ) DFStatus=$(echo
$DFStatus|cut -c15-20) echo "Deep Freez...
I just set up the NetSUS on Ubuntu 16.04 today, and I'm stumped here as
well. Can't figure out how to get SMB access working. I tried to
manually copy a .nbi created with AutoDMG/AutoCasperNBI to
/srv/NetBoot/NetBootSP0 and it isn't being recognized,...