summaryrefslogtreecommitdiffstats
path: root/openslx
diff options
context:
space:
mode:
authorChristian Rößler2014-04-16 17:40:01 +0200
committerChristian Rößler2014-04-16 17:40:01 +0200
commit172e1263d1df4b525270ca899ed9888a3eb2017f (patch)
treed70bb639421ecd92ae51437ef7efa2c1ddfbfe9a /openslx
parent[vbox] module.build: -debugging line (diff)
downloadtm-scripts-172e1263d1df4b525270ca899ed9888a3eb2017f.tar.gz
tm-scripts-172e1263d1df4b525270ca899ed9888a3eb2017f.tar.xz
tm-scripts-172e1263d1df4b525270ca899ed9888a3eb2017f.zip
[openslx] Added example for initram-fs / cpio, stage31
Diffstat (limited to 'openslx')
-rwxr-xr-xopenslx2
1 files changed, 2 insertions, 0 deletions
diff --git a/openslx b/openslx
index 47fc4070..9460dc74 100755
--- a/openslx
+++ b/openslx
@@ -82,6 +82,8 @@ print_usage() {
echo -e " Examples:"
echo -e " server 1.2.3.4 -s"
echo -e " (sync all builds from remote system 1.2.3.4)"
+ echo -e " server 1.2.3.4 stage31 -e cpio"
+ echo -e " (packs stage31 as initram-fs (cpio) from remote system 1.2.3.4)"
echo -e " server 1.2.3.4 stage32 -e sqfs"
echo -e " (packs stage32 as squashfs from remote system 1.2.3.4)"
echo -e " server 1.2.3.4 stage31 -c"