From b69a78873683e93d6b01e42ba47f3fe688fb46aa Mon Sep 17 00:00:00 2001 From: GNU Date: Wed, 17 Aug 2022 12:15:03 +0800 Subject: [PATCH] Updated Create DevTerm A04 OS image from scratch (markdown) --- Create-DevTerm-A04-OS-image-from-scratch.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Create-DevTerm-A04-OS-image-from-scratch.md b/Create-DevTerm-A04-OS-image-from-scratch.md index c6fef75..0c1e75d 100644 --- a/Create-DevTerm-A04-OS-image-from-scratch.md +++ b/Create-DevTerm-A04-OS-image-from-scratch.md @@ -218,6 +218,7 @@ sudo umount /mnt/p1/proc sudo umount /mnt/p1/sys ##clear bash sudo rm -rf root/.bash_history +cd - sudo umount /mnt/p1 sudo losetup -D /dev/loop11 ```