Files
Shrine/AutoOSInstall/install.script
T
2017-01-29 21:16:30 +01:00

17 lines
385 B
Plaintext

wait 5
# Upload unattended installation script onto RAMdisk
put B:/AutoOSInstall.HC AutoOSInstall/AutoOSInstall.HC
# Load & run
command #include "B:/AutoOSInstall"
command OSInstall(FALSE);
# TODO: This is hopefully temporary!
# Also inject an usable Comm module when we're at it
put C:/Doc/Comm.HC.Z Shrine/Patched/Doc/Comm.HC
# Reboot to flush file system
command Reboot;
wait 3