snapcore / spread

Spread - Convenient full-system test (task) distribution
GNU General Public License v3.0
99 stars 58 forks source link

client: use kernel `boot_id` to detect if a system got rebooted #159

Closed mvo5 closed 1 year ago

mvo5 commented 1 year ago

This commit changes the code that detects if a reboot has happend based on the kernel boot_id. This is based on the idea from Valentin in PR#143 but slightly simplified as it will not parse the uuid but just tread as an opaque string.