rumpk/rootfs/etc/init.nsh

11 lines
205 B
Plaintext

# Nexus Sovereign Boot Script
echo "--- Initializing Sovereign Services ---"
echo "Activating Persistent Storage..."
mount
echo "Enabling Visual Matrix..."
matrix on
echo "--- Boot Record Complete ---"