Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-06 | switch-root: explain why we don't care about base_filesystem_create() failing | Lennart Poettering | |
2014-11-06 | switch_root: do not fail, if base_filesystem_create() failed | Harald Hoyer | |
Not all switch roots are like base_filesystem_create() wants them to look like. They might even boot, if they are RO and don't have the FS layout. Just ignore the error and switch_root nevertheless. base_filesystem_create() should have logged, what went wrong. | |||
2014-10-17 | systemd: continue switch-root even if umount fails | Zbigniew Jędrzejewski-Szmek | |
Leaving the old root around seems better than aborting the switch. | |||
2014-08-28 | use the switch_root function in shutdown | Harald Hoyer | |
removes code duplication also move switch-root to shared |