aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2010-11-28 22:55:51 +0200
committerFilipp Lepalaan <filipp@mac.com>2010-11-28 22:55:51 +0200
commit5d880fc1659d3ee1204641da68c7992385433614 (patch)
treeb51e08696f5b6fd539a2a707bc9c4e768357ed04
parent0d4d8bfde80e4d7efcb4bab14627a6c97a185dc7 (diff)
downloadmtk-5d880fc1659d3ee1204641da68c7992385433614.tar.gz
mtk-5d880fc1659d3ee1204641da68c7992385433614.tar.bz2
mtk-5d880fc1659d3ee1204641da68c7992385433614.zip
added --nextonly, since that's probably what most need for installs
-rwxr-xr-xnetbless.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/netbless.sh b/netbless.sh
index 72e3b3b..45bcbc0 100755
--- a/netbless.sh
+++ b/netbless.sh
@@ -33,6 +33,7 @@ do
--booter tftp://${SERVER_IP}/${IMG}/${MACHINE}/booter \
--kernel tftp://${SERVER_IP}/${IMG}/${MACHINE}/mach.macosx \
--options "rp=nfs:${SERVER_IP}:${SERVER_PATH}:/${IMG}/NetInstall.dmg"
+ --nextonly
echo "NetBoot set"
exit 0
fi