From: Mark Huang Date: Fri, 31 Mar 2006 21:51:34 +0000 (+0000) Subject: - fix typo X-Git-Tag: myplc-0_4-rc1~102 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=23cf408f2e3b95d17f23b19436c2dabbef5ed25a;p=myplc.git - fix typo --- 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.