ksud: don't umount stock overlayfs, just remount it

This commit is contained in:
tiann
2023-04-11 16:24:02 +08:00
parent d065a7ca22
commit 5f04954a5c
2 changed files with 1 additions and 18 deletions

View File

@@ -185,9 +185,8 @@ pub fn on_post_data_fs() -> Result<()> {
}
// Finally, we should do systemless mount
// But we should umount all stock overlayfs and remount them after module mounted
// But we should backup all stock overlayfs and remount them after module mounted
let stock_overlay = mount::StockOverlay::new();
stock_overlay.umount_all();
// mount moduke systemlessly by overlay
if let Err(e) = mount_systemlessly(module_dir) {