Skip to content

Commit

Permalink
Merge pull request #40 from jasonbrooks/downstream
Browse files Browse the repository at this point in the history
update metadata for 7.1.3, add release package
  • Loading branch information
jasonbrooks committed Jul 1, 2015
2 parents 8a4ef75 + db40f7f commit 2feeeaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_ostree_components.sh
Expand Up @@ -14,7 +14,7 @@
## atomic-7.1-cloud.ks and atomic-7.1-vagrant.ks must point to
## the desired ostree repo in line beginning w/ "ostreesetup"

VERSION="7.1.2"
VERSION="7.1.3"

DateStamp=$( date +%Y%m%d_%H%M%S )
BuildDir=$1
Expand Down
10 changes: 7 additions & 3 deletions centos-atomic-host.json
Expand Up @@ -9,7 +9,8 @@

"selinux": true,

"bootstrap_packages": ["filesystem", "glibc", "nss-altfiles", "shadow-utils"],
"bootstrap_packages": ["filesystem", "glibc", "nss-altfiles", "shadow-utils",
"centos-release-atomic"],

"install-langs": ["en_US"],

Expand Down Expand Up @@ -67,13 +68,16 @@
"bind-utils",
"authconfig",
"policycoreutils-python",
"docker-storage-setup",
"cockpit-shell",
"cockpit-bridge",
"setools-console"],

"remove-from-packages": [["yum", "/usr/bin/.*"],
["kernel", "/lib/modules/.*/drivers/gpu"],
["linux-firmware", "/usr/lib/firmware/radeon/.*"],
["filesystem", "/usr/share/backgrounds"]],
["filesystem", "/usr/share/backgrounds"],
["redhat-logos", "/usr/share/backgrounds", "/usr/share/kde4",
"/usr/share/anaconda"]],

"units": ["docker.service", "tuned.service", "docker-storage-setup.service"],

Expand Down

0 comments on commit 2feeeaa

Please sign in to comment.