Thank you gentlemen!
@Patrik: I'm considering a blend of NFS, AoE, TFPT and a few other networked filesystems to implement my own "version" of an almost-PXE environment (tiny SD card does nothing more than support the kernel/image and probably dropbear (SSH) and networking drivers such as net-usb, then once the ethernet/wireless is active, run a few scripts similar to PXE which simply mount shares based on the device's MAC, load TCZ extensions within that share (swap /etc/sysconfig/tcedir) and launch scripts found in /mnt/sharename/opt accordingly. This way, one SD image... many possible uses per Pi just be changing out the content within the share.
PI Zero: Runs DNSMasq (DNS/DHCP), NTP and a few others 24/7, controls a redundant power supply along with a few dozen or so I2C based relays which act like IP power switches for the other Pi's and managed switches, etc. (allowing the stand-by 5v3A line from the PSU to operate the Zero with everything else completely powered down until needed.)
Atom File Server: Runs TCL x64 with a pair of 1.5TB drives used for the different file systems (work in progress) which is power managed by the Zero as well (remote shut-down and WOL). This is a temporary machine until I've had time to reprogram a Linkstation to accommodate the same tasks (less foot-print and power that way.)
Thanks again, guys!