aboutsummaryrefslogtreecommitdiffstats
path: root/make_boot/makeboot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot/makeboot.sh')
-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"