Pre-Mission Checks
Transclusion Check 1
Step 1. Check current system time:
timedatectl
Step 2. Get the timezone entry for your desired timezone by running:
timedatectl list-timezones | grep -i <desired zone>
Step 3. Now that you have your timezone run:
timedatectl set-timezone <timezone>
Step 4. Confirm the update took by running:
timedatectl
Transclusion Check 2
Danger
Before booting VM, connect your GPS Puck to the VM If you boot before connecting GPS puck restart GPSD service
Step 1. Get the status of the GPSD service
sudo systemctl status gpsd
Finished Step 2. Restart the GPSD service
sudo systemctl restart gpsd