Early mount partitions in SAR

This commit is contained in:
topjohnwu
2019-06-25 02:47:16 -07:00
parent aac9e85e04
commit 4a212dba35
2 changed files with 11 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ static int dump_manager(const char *path, mode_t mode) {
void BaseInit::cleanup() {
umount("/sys");
umount("/proc");
umount("/dev");
}
void BaseInit::re_exec_init() {