From e69cdb430886255eded981f553a20421c0585bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= Date: Mon, 19 Feb 2018 16:22:56 +0100 Subject: [PATCH] set_lsb_release: Container Linux -> Flatcar Linux --- build_library/set_lsb_release | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build_library/set_lsb_release b/build_library/set_lsb_release index 108185c22a..ec0fe31369 100755 --- a/build_library/set_lsb_release +++ b/build_library/set_lsb_release @@ -25,8 +25,8 @@ ROOT_FS_DIR="$FLAGS_root" [ -n "$ROOT_FS_DIR" ] || die "--root is required." [ -d "$ROOT_FS_DIR" ] || die "Root FS does not exist? ($ROOT_FS_DIR)" -OS_NAME="Container Linux by CoreOS" -OS_CODENAME="Ladybug" +OS_NAME="Flatcar Linux by Kinvolk" +OS_CODENAME="Rhyolite" OS_ID="coreos" OS_PRETTY_NAME="$OS_NAME $COREOS_VERSION (${OS_CODENAME})" @@ -57,8 +57,8 @@ VERSION_ID=$COREOS_VERSION_ID BUILD_ID=$COREOS_BUILD_ID PRETTY_NAME="$OS_PRETTY_NAME" ANSI_COLOR="38;5;75" -HOME_URL="https://coreos.com/" -BUG_REPORT_URL="https://issues.coreos.com" +HOME_URL="https://kinvolk.io/" +BUG_REPORT_URL="https://issues.kinvolk.io" COREOS_BOARD="$FLAGS_board" EOF sudo ln -sf "../usr/lib/os-release" "${ROOT_FS_DIR}/etc/os-release" @@ -72,7 +72,7 @@ COREOS_RELEASE_APPID=$COREOS_APPID EOF sudo_clobber "${ROOT_FS_DIR}/usr/share/coreos/update.conf" <