Sanitize.sh now cleans the journal.

This commit is contained in:
Storm Dragon
2025-07-17 01:53:22 -04:00
parent 06d5ef1b91
commit 92d96dcfde

View File

@@ -72,5 +72,9 @@ fi
echo "Syncing disks..."
sync
# Clear the journal
journalctl --rotate
journalctl --vacuum-time=1s
echo "Cleanup complete. Ready for imaging."
exit 0