fix(set_lsb_release): Code name was not epic enough.

This commit is contained in:
Michael Marineau 2014-04-04 11:32:31 -07:00
parent c15791ebea
commit 06e03e912e

View File

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