summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorChristian Rößler2013-09-12 16:52:05 +0200
committerJonathan Bauer2013-09-30 13:22:06 +0200
commit0ad5ad4d5c58aebf7b67064505ed36662182dcd0 (patch)
treec2c14202dac7c116f35258a7b40f93122f7e17d6 /mltk
parent[clone_stage4] Just a little check for 'local' as IP. (diff)
downloadtm-scripts-0ad5ad4d5c58aebf7b67064505ed36662182dcd0.tar.gz
tm-scripts-0ad5ad4d5c58aebf7b67064505ed36662182dcd0.tar.xz
tm-scripts-0ad5ad4d5c58aebf7b67064505ed36662182dcd0.zip
[mltk] Added mltk remote -n to help message
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mltk b/mltk
index d705df50..a36edc85 100755
--- a/mltk
+++ b/mltk
@@ -75,6 +75,7 @@ print_usage() {
echo -e " remote stage31 -c -b (clean all modules and build all linked modules in remote/targets/stage31 to remote/builds/stage31)"
echo -e " remote stage32 -c -b rootfs_stage31 sshd (clean all modules, build base, policykit and sshd in remote/builds/stage32)"
echo -e " remote stage32 -c base sshd -b sshd ldm -d (clean base and sshd, build sshd and ldm, be verbose)"
+ echo -e " remote -n (provides bind mount at /export/build for synchronizing)"
echo -e " server 1.2.3.4 -s (sync all builds from remote system 1.2.3.4)"
echo -e " server 1.2.3.4 stage32 -e stage32 (pack stage32 as squashfs+initramfs from remote system 1.2.3.4)"
echo -e " server 1.2.3.4 stage31 -c (clean stage31 build under server/remote_builds and initramfs under server/boot)"