Poettering: Factory Reset, Stateless Systems, Reproducible Systems & Verifiable Systems
Poettering: Factory Reset, Stateless Systems, Reproducible Systems & Verifiable Systems
Posted Jun 19, 2014 6:39 UTC (Thu) by Chousuke (subscriber, #54562)In reply to: Poettering: Factory Reset, Stateless Systems, Reproducible Systems & Verifiable Systems by joib
Parent article: Poettering: Factory Reset, Stateless Systems, Reproducible Systems & Verifiable Systems
Networking would have to be done via DHCP or some other means, but that or dynamically populating /etc is out of the scope here.
The issue before has been that /var and /etc contained important information that couldn't just be thrown away on each boot without hosing the system, making it next to impossible to implement a reliable "factory reset". Given the way systemd works, a factory reset would just rm /etc and /var and on the next boot all the default settings under /usr would be in effect until overriding configuration is put in place under /etc.
