Merge pull request #288 from marineam/updatectl

Updatectl
This commit is contained in:
Michael Marineau 2014-06-30 18:21:54 -07:00
commit 319db165db
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ STATIC_FILES = ['%s/version.txt' % REPO_MANIFESTS_DIR,
]
DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator',
'/usr/bin/updatectl',
'/usr/bin/bsdiff',
'/usr/bin/bspatch']

View File

@ -32,7 +32,7 @@ sudo mkdir -p "${ROOT_FS_DIR}/usr/share/coreos" "${ROOT_FS_DIR}/etc/coreos"
sudo_clobber "${ROOT_FS_DIR}/usr/share/coreos/lsb-release" <<EOF
DISTRIB_ID=$COREOS_VERSION_NAME
DISTRIB_RELEASE=$COREOS_VERSION_STRING
DISTRIB_CODENAME="Let the tiger loose!"
DISTRIB_CODENAME="Red Dog"
DISTRIB_DESCRIPTION="$COREOS_VERSION_NAME $COREOS_VERSION_STRING"
EOF
sudo ln -sf "../usr/share/coreos/lsb-release" "${ROOT_FS_DIR}/etc/lsb-release"