summaryrefslogtreecommitdiffstats
path: root/genome-docs/genome-docs-1.0.0/en-US/Tooling.xml
diff options
context:
space:
mode:
authorMatt Hicks <mhicks@localhost.localdomain>2008-07-18 09:18:40 -0400
committerMatt Hicks <mhicks@localhost.localdomain>2008-07-18 09:18:40 -0400
commita29c157e6b5b2ea48347e9f83f6217e9601cecfa (patch)
tree1a8e406136f9ce6a622047031e5f14d484429238 /genome-docs/genome-docs-1.0.0/en-US/Tooling.xml
parent0f3754ec21bf3e996952f7e3d6e98904c0dd5a12 (diff)
downloadtools-a29c157e6b5b2ea48347e9f83f6217e9601cecfa.tar.gz
tools-a29c157e6b5b2ea48347e9f83f6217e9601cecfa.tar.xz
tools-a29c157e6b5b2ea48347e9f83f6217e9601cecfa.zip
Fixes in the machine type creation
genome-bootstrap installation instructions
Diffstat (limited to 'genome-docs/genome-docs-1.0.0/en-US/Tooling.xml')
-rw-r--r--genome-docs/genome-docs-1.0.0/en-US/Tooling.xml29
1 files changed, 28 insertions, 1 deletions
diff --git a/genome-docs/genome-docs-1.0.0/en-US/Tooling.xml b/genome-docs/genome-docs-1.0.0/en-US/Tooling.xml
index 29be5e6..a2a7272 100644
--- a/genome-docs/genome-docs-1.0.0/en-US/Tooling.xml
+++ b/genome-docs/genome-docs-1.0.0/en-US/Tooling.xml
@@ -180,7 +180,34 @@ genome-replace-self -c [Your &PRODUCT; Repo machine] -p [Profile selected in pre
<application>genome-bootstrap</application>
already installed.
</para>
-
+ <para>
+ If you are installing genome-bootstrap on a separate
+ machine, like a laptop, you can easily add the Genome
+ yum repositories and install genome-bootstrap on any
+ machine you like. Run the following commands to create
+ the Genome yum repository file:
+ <screen>
+# Switch to root
+su -
+
+echo """
+[genome-noarch]
+name=Genome (noarch)
+baseurl=http://ftp.redhat.com/pub/redhat/genome/yum/Fedora-9-genome-noarch
+enabled=1
+gpgcheck=0
+
+[genome-i386]
+name=Genome (i386)
+baseurl=http://ftp.redhat.com/pub/redhat/genome/yum/Fedora-9-genome-i386
+enabled=1
+gpgcheck=0
+""" > /etc/yum.repos.d/genome.repo
+
+# Install genome-bootstrap
+yum install rubygem-genome-bootstrap
+ </screen>
+ </para>
<para>
Should you need to install
<application>genome-bootstrap</application> manually,