From 1e544936aa51a644091868ba4d61c72d733c5c12 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 16 Aug 2006 21:44:48 +0000 Subject: [PATCH] - fix bind umount of fedora mirror during bootstrap build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 32e90b1..2a1f6df 100755 --- a/build.sh +++ b/build.sh @@ -59,9 +59,9 @@ EOF mv devel/data/build/BUILD/myplc-*/myplc/root{,.img} devel/data/build/BUILD/myplc-*/myplc/data . # Clean up + umount devel/root/data/fedora || : umount devel/root/data umount devel/root/proc - umount devel/root/usr/share/mirrors/fedora || : rm -rf devel/data/build mkdir -p devel/data/build -- 2.47.0