summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Rößler2013-11-24 13:54:24 +0100
committerChristian Rößler2013-11-24 13:54:24 +0100
commitec92491d572ca2883f7a6937a8b737c1f18acfbb (patch)
treed61aaaf7d48936ea78b2462e728a2bcb0f2c5e38 /doc
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-ec92491d572ca2883f7a6937a8b737c1f18acfbb.tar.gz
tm-scripts-ec92491d572ca2883f7a6937a8b737c1f18acfbb.tar.xz
tm-scripts-ec92491d572ca2883f7a6937a8b737c1f18acfbb.zip
[doc] setup_howto: added building single module, typos
Diffstat (limited to 'doc')
-rw-r--r--doc/setup_howto15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/setup_howto b/doc/setup_howto
index e5d1652b..8ab927d2 100644
--- a/doc/setup_howto
+++ b/doc/setup_howto
@@ -31,7 +31,7 @@ Needed services: dhcp, tftpd, httpd, NFS and/or dnbd3.
checkout openSLX git repository:
# git clone git://git.openslx.org/openslx-ng/tm-scripts.git
-# gir clone git://git.openslx.org/openslx-ng/printergui.git
+# git clone git://git.openslx.org/openslx-ng/printergui.git
5. Getting started
@@ -63,12 +63,20 @@ Build Stage31:
# ./mltk remote stage31 -c -b (-d -> debug when appropriate)
Build Stage32:
-# ./mltk remote stage32 -c -b (-d -> debug when appropriate)
+# ./mltk remote stage32 -c -b (-d )
Build Stage32 for openSuse:
# ./mltk remote stage32-opensuse -c -b
-...this will take some time, mostly caused by kernel compiling.
+... this will take some time, mostly due to kernel compiling.
+
+
+Building a single module:
+# ./mltk remote stage32 -c [module] -b [module] (-d)
+
+Building a single module for openSuse:
+./mltk remote stage32-opensuse -c [module] [module] -b (-d)
+
Build addons (vmware etc.)
# ./mltk remote vmware -c -b
@@ -76,6 +84,7 @@ Build addons (vmware etc.)
# ./mltk remote debug -c -b (as always: -d -> debug when appropriate)
+
7. Packaging
When using the parameter 'server' either an IP adress or 'local' is expected.