summaryrefslogtreecommitdiffstats
path: root/scripts/clone_stage4.README
diff options
context:
space:
mode:
authorChristian Rößler2013-09-12 17:18:05 +0200
committerJonathan Bauer2013-09-30 13:22:06 +0200
commit88e24b974afb8216f9ae2b633cf9d20998b42c3d (patch)
tree1a81ac668dea1692ac1070b77b1970b391c09cf6 /scripts/clone_stage4.README
parent[pam-freiburg] Prevent pam_script from preventing the systemd session to clos... (diff)
downloadtm-scripts-88e24b974afb8216f9ae2b633cf9d20998b42c3d.tar.gz
tm-scripts-88e24b974afb8216f9ae2b633cf9d20998b42c3d.tar.xz
tm-scripts-88e24b974afb8216f9ae2b633cf9d20998b42c3d.zip
[clone_stage4] Beginning of a readme file - please comment / amend / revise!
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..7c37d71c
--- /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:
+ ./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.