OSDN Git Service

[disable] : Umount chroot
authorhayao <shun819.mail@gmail.com>
Sat, 14 Nov 2020 07:51:43 +0000 (16:51 +0900)
committerhayao <shun819.mail@gmail.com>
Sat, 14 Nov 2020 07:51:43 +0000 (16:51 +0900)
tools/mkalteriso.sh

index bd4c9ea..6caf245 100755 (executable)
@@ -78,9 +78,9 @@ _umount_chroot () {
 }
 
 _chroot_run() {
-    _umount_chroot
+    #_umount_chroot
     eval -- arch-chroot "${work_dir}/airootfs" "${run_cmd}"
-    _umount_chroot
+    #_umount_chroot
 }
 
 _mount_airootfs() {