2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 02:00:24 +00:00

modify doc to add arch keyword for ubuntu online repo

This commit is contained in:
ertaozh
2016-08-16 02:32:54 -04:00
parent d2656f5287
commit 433cd39068

View File

@@ -12,14 +12,20 @@ From the xCAT download page, find the build you want to install and add to ``/et
To configure the xCAT development build, add the following line to ``/etc/apt/sources.list``: ::
deb http://xcat.org/files/xcat/repos/apt/devel/core-snap trusty main
[For x86_64 servers]
deb [arch=amd64] http://xcat.org/files/xcat/repos/apt/devel/core-snap trusty main
[For ppc64el servers]
deb [arch=ppc64el] http://xcat.org/files/xcat/repos/apt/devel/core-snap trusty main
**[xcat-dep]**
To configure the xCAT deps online repository, add the following line to ``/etc/apt/sources.list``: ::
deb http://xcat.org/files/xcat/repos/apt/xcat-dep trusty main
[For x86_64 servers]
deb [arch=amd64] http://xcat.org/files/xcat/repos/apt/xcat-dep trusty main
[For ppc64el servers]
deb [arch=ppc64el] http://xcat.org/files/xcat/repos/apt/xcat-dep trusty main
If using internet repositories, continue to the next step to install xCAT.