mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Initial analysis of system default users gives that there is no real need for a default 'factory' user to trigger a factory reset. On an actual physical device we will have a reset button or a menu option in the bootloader to trigger factory reset, and in both physical and virtual (GNS3) devices a logged in admin user can call the factory command. A virtual device that cannot be logged in to will have to be removed and have its persistent backing store deleted, but that is the only real downside to removing this user. The idea is to set a kernel command line flag from the bootloader, and that could also be done from, e.g., GNS3. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>