From 9c34b8d3c45b2bbc1098b2ea0e002e4b5d5c4f86 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 25 Mar 2017 09:01:01 +0200 Subject: Update OS name --- bootstrap | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index c97d30b..240f193 100755 --- a/bootstrap +++ b/bootstrap @@ -210,6 +210,30 @@ rm -f /etc/localtime cp /usr/share/zoneinfo/UTC /etc/localtime chattr +i /etc/localtime +# Change /etc/os-release, /etc/issue, /etc/motd. +# +cat </etc/os-release +NAME="Build OS" +VERSION="0.5.0" +ID=buildos +ID_LIKE=debian +PRETTY_NAME="Build OS 0.5.0 (Based on Debian)" +VERSION_ID="0.5" +HOME_URL="https://build2.org/" +SUPPORT_URL="https://lists.build2.org/" +BUG_REPORT_URL="https://lists.build2.org/" +EOF1 + +cat </etc/issue +Build OS 0.5.0 (Based on Debian) \n \l + +EOF1 + +cat </etc/motd +Welcome to Build OS 0.5.0 (https://build2.org)! + +EOF1 + # Set root password. # chpasswd <<<'root:$passwd' -- cgit v1.1