aboutsummaryrefslogtreecommitdiffstats
path: root/make_boot
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2010-08-16 20:07:40 +0300
committerFilipp Lepalaan <filipp@mac.com>2010-08-16 20:07:40 +0300
commit999290053325e064d88760f5c52c98043d62d52c (patch)
treed0d39fc26b104828a4282c9fa1784a7119f6d82d /make_boot
parent105a08740f6b9184f5344e68f680624b815ab27c (diff)
downloadmtk-999290053325e064d88760f5c52c98043d62d52c.tar.gz
mtk-999290053325e064d88760f5c52c98043d62d52c.tar.bz2
mtk-999290053325e064d88760f5c52c98043d62d52c.zip
added cyclone
Diffstat (limited to 'make_boot')
-rwxr-xr-xmake_boot/makeboot.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make_boot/makeboot.sh b/make_boot/makeboot.sh
index 135d978..e65decd 100755
--- a/make_boot/makeboot.sh
+++ b/make_boot/makeboot.sh
@@ -3,6 +3,9 @@
# Create NetBoot Image from any OS X volume
# Much of this is borrowed from DeployStudio/sys_builder.sh
# usage makeboot..sh source destination
+# http://pastebin.com/aJi3AxTe
+# https://www.wiki.ed.ac.uk/display/DSwiki/Automating+the+creation+of+NetBoot+images
+# http://clc.its.psu.edu/Labs/Mac/Resources/blastimageconfig/default.aspx
if [ $USER != "root" ]; then
echo "This must be run as root"