diff options
| author | Jonathan Bauer | 2014-01-30 14:43:49 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-01-30 14:43:49 +0100 |
| commit | 47a9f12aeb32c1c4670d05c66daa8b784421a35f (patch) | |
| tree | 4b6d043ec4fff05cbb37b0532247191f367d743e /scripts | |
| parent | [rfs] moved /etc/functions.inc to /inc/functions (diff) | |
| parent | [clone-stage4] readme/doc updated: Parameter 'stage to exclude' not necessary... (diff) | |
| download | tm-scripts-47a9f12aeb32c1c4670d05c66daa8b784421a35f.tar.gz tm-scripts-47a9f12aeb32c1c4670d05c66daa8b784421a35f.tar.xz tm-scripts-47a9f12aeb32c1c4670d05c66daa8b784421a35f.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/clone_stage4.README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/clone_stage4.README b/scripts/clone_stage4.README index 6a8ddf5c..69de8a63 100644 --- a/scripts/clone_stage4.README +++ b/scripts/clone_stage4.README @@ -1,7 +1,7 @@ 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 +provides httpd and nfsd, or, in other words: On the computer which serves the boot files. That's the reason why clone_stage4 rejects 'local' as IP. To use stage4 a nfs export will be necessary. @@ -25,10 +25,10 @@ Then, on the service computer (the one where's booted from etc, see above) (etc.) Well, then do the cloning work: - ./scripts/clone_stage4 [IP] stage32 /path/to/your/nfs/share/stage4 + ./scripts/clone_stage4 [IP] /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 + SLX_STAGE4_NFS=[IP of service computer]:/path/to/your/nfs/share/stage4 At least now (20130912) it is necessary to enter |
