diff options
author | Filipp Lepalaan <filipp@mac.com> | 2010-11-28 22:55:51 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2010-11-28 22:55:51 +0200 |
commit | 5d880fc1659d3ee1204641da68c7992385433614 (patch) | |
tree | b51e08696f5b6fd539a2a707bc9c4e768357ed04 | |
parent | 0d4d8bfde80e4d7efcb4bab14627a6c97a185dc7 (diff) | |
download | mtk-5d880fc1659d3ee1204641da68c7992385433614.tar.gz mtk-5d880fc1659d3ee1204641da68c7992385433614.tar.bz2 mtk-5d880fc1659d3ee1204641da68c7992385433614.zip |
added --nextonly, since that's probably what most need for installs
-rwxr-xr-x | netbless.sh | 1 |
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 |