From 23cf408f2e3b95d17f23b19436c2dabbef5ed25a Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 31 Mar 2006 21:51:34 +0000 Subject: [PATCH] - fix typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0795f7f..39f13d4 100755 --- a/build.sh +++ b/build.sh @@ -103,7 +103,7 @@ done < <(./plc-config --packages $config) mkfedora -v -r $releasever -a $basearch $packages $root # Disable all services in reference image -chroot $vroot sh -c "/sbin/chkconfig --list | awk '{ print \$1 }' | xargs -i /sbin/chkconfig {} off" +chroot $root sh -c "/sbin/chkconfig --list | awk '{ print \$1 }' | xargs -i /sbin/chkconfig {} off" # FC2 minilogd starts up during shutdown and makes unmounting # impossible. Just get rid of it. -- 2.47.0