summaryrefslogtreecommitdiffstats
path: root/scripts/clone_stage4.README
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-13 12:32:21 +0200
committerSimon Rettberg2013-09-13 12:32:21 +0200
commitaca7de8f4df0e81a01b6da0b08da0ec6d63711f3 (patch)
treea24599a6b59284556d5aa7b18331d719cbd53fe9 /scripts/clone_stage4.README
parent[pam-freiburg] Prevent pam_script from preventing the systemd session to clos... (diff)
parent[clone_stage4] README: script path standardized for calling from tm-scripts d... (diff)
downloadtm-scripts-aca7de8f4df0e81a01b6da0b08da0ec6d63711f3.tar.gz
tm-scripts-aca7de8f4df0e81a01b6da0b08da0ec6d63711f3.tar.xz
tm-scripts-aca7de8f4df0e81a01b6da0b08da0ec6d63711f3.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'scripts/clone_stage4.README')
-rw-r--r--scripts/clone_stage4.README37
1 files changed, 37 insertions, 0 deletions
diff --git a/scripts/clone_stage4.README b/scripts/clone_stage4.README
new file mode 100644
index 00000000..346be031
--- /dev/null
+++ b/scripts/clone_stage4.README
@@ -0,0 +1,37 @@
+Some hints for usage of clone_stage4:
+
+Use clone_stage4 not on the build computer but on the computer which
+provides httpd and nfsd, or, in other words: On the computer which server
+the boot files. That's the reason why clone_stage4 rejects 'local' as IP.
+
+To use stage4 a nfs export will be necessary.
+
+
+On the build computer (or, in other words, the computer which compiles etc.):
+- build your system to your taste.
+- Then, to provide a standardized bind mount (/export/build) for synchronizing
+ from elsewhere ("server IP") enter:
+ ./mltk remote -n
+
+Then, on the service computer (the one where's booted from etc, see above)
+
+- sync all of your build (IP is IP of build computer):
+ ./mltk server IP -s
+
+- or, if wanted, sync just some parts, for example:
+ ./mltk server [IP] stage31 -e stage31 -s
+ ./mltk server [IP] stage32 -e stage32 -s
+ ./mltk server 132.230.8.238 vbox -e addons
+ (etc.)
+
+Well, then do the cloning work:
+ ./scripts/clone_stage4 [IP] stage32 /path/to/your/nfs/share/stage4
+
+To use the stage4 make sure your (base) config file contains a line
+ SLX_STAGE4_NFS=[IP of service computer] :/path/to/your/nfs/share/stage4
+
+
+At least now (20130912) it is necessary to enter
+ systemctl (start, restart, reload) nfs-mount
+
+... then login (or re-login), and the stage4s should be there in all their glory.