Browse code

Remove comments about photon-ostree.repo because we will be using default repo.

Touseef Liaqat authored on 2015/08/11 07:58:58
Showing 1 changed files
... ...
@@ -22,13 +22,6 @@ rpm-ostree compose tree --repo=/srv/rpm-ostree/repo photon-base.json
22 22
 
23 23
 Above command will create a new commit that will have your package related changes in it.
24 24
 
25
-### Changing the RPM repo
26
-Following is the rpm repo file being used for fetching RPMs by the rpm-ostree command to create the ostree repo. Change this file to point to different rpm repo than the default Photon repo.
27
-
28
-```
29
-/srv/rpm-ostree/photon-ostree.json
30
-```
31
-
32 25
 ## RPM-OSTree Host
33 26
 
34 27
 OSTree host is the installation of Photon that retrives the images from RPM-OSTree server during installation. It can get atomic updates from the same server in its life time.