diff --git a/config/redbear-mini.toml b/config/redbear-mini.toml index ffc31e69..ef1f1303 100644 --- a/config/redbear-mini.toml +++ b/config/redbear-mini.toml @@ -134,8 +134,18 @@ data = """ [[files]] path = "/etc/motd" data = """ - Red Bear OS v0.1.0 "Denali" — Built on Redox OS - Type 'help' for available commands. + + _ _ + | | (_) + | | ___ _ ___ _ __ _ _ ___ + | |/ / || |/ _ \\ | '_ \\| | | / __| + | < | || | (_) || |_) | |_| \\__ \\ + |_|\\_\\|_|/ |\\___/ | .__/ \\__,_|___/ + |__/ | | + |_| + + Red Bear OS v0.2.0 "Liliya" — Built on Redox OS + Type 'help' for available commands. """ [[files]] diff --git a/local/recipes/branding/redbear-release/source/banner b/local/recipes/branding/redbear-release/source/banner index 956dd0a2..c616e44c 100644 --- a/local/recipes/branding/redbear-release/source/banner +++ b/local/recipes/branding/redbear-release/source/banner @@ -1,8 +1,9 @@ - _____ _ ____ _ ____ _____ - | __ \ | | | _ \ | | / __ \ / ____| - | |__) |__ | | _____ __| |_) | ___ _ __ _| || | | | (___ - | _ / _ \| |/ _ \ \/ /| _ < / _ \| | | | | || | | |\___ \ - | | \ \ (_) | | __/> < | |_) | (_) | |_| | | || |__| |____) | - |_| \_\___/|_|\___/_/\_\|____/ \___/ \__,_| |_(_)_____|_____/ - __/ | - |___/ \ No newline at end of file + + _ _ + | | (_) + | | ___ _ ___ _ __ _ _ ___ + | |/ / || |/ _ \ | '_ \| | | / __| + | < | || | (_) || |_) | |_| \__ \ + |_|\_\|_|/ |\___/ | .__/ \__,_|___/ + |__/ | | + |_| diff --git a/local/recipes/branding/redbear-release/source/motd b/local/recipes/branding/redbear-release/source/motd index ba1d412d..26b2e038 100644 --- a/local/recipes/branding/redbear-release/source/motd +++ b/local/recipes/branding/redbear-release/source/motd @@ -1,11 +1,12 @@ - _____ _ ____ _ ____ _____ - | __ \ | | | _ \ | | / __ \ / ____| - | |__) |__ | | _____ __| |_) | ___ _ __ _| || | | | (___ - | _ / _ \| |/ _ \ \/ /| _ < / _ \| | | | | || | | |\___ \ - | | \ \ (_) | | __/> < | |_) | (_) | |_| | | || |__| |____) | - |_| \_\___/|_|\___/_/\_\|____/ \___/ \__,_| |_(_)_____|_____/ - __/ | - |___/ + + _ _ + | | (_) + | | ___ _ ___ _ __ _ _ ___ + | |/ / || |/ _ \ | '_ \| | | / __| + | < | || | (_) || |_) | |_| \__ \ + |_|\_\|_|/ |\___/ | .__/ \__,_|___/ + |__/ | | + |_| - Red Bear OS v0.1.0 "Denali" — Built on Redox OS - Type 'help' for available commands. \ No newline at end of file + Red Bear OS v0.2.0 "Liliya" — Built on Redox OS + Type 'help' for available commands. diff --git a/local/recipes/branding/redbear-release/source/os-release b/local/recipes/branding/redbear-release/source/os-release index cee3fd47..23f74a63 100644 --- a/local/recipes/branding/redbear-release/source/os-release +++ b/local/recipes/branding/redbear-release/source/os-release @@ -1,8 +1,8 @@ -PRETTY_NAME="Red Bear OS 0.1.0 (Denali)" +PRETTY_NAME="Red Bear OS 0.2.0 (Liliya)" NAME="Red Bear OS" -VERSION_ID="0.1.0" -VERSION="0.1.0 (Denali)" -VERSION_CODENAME="denali" +VERSION_ID="0.2.0" +VERSION="0.2.0 (Liliya)" +VERSION_CODENAME="liliya" ID="redbear-os" ID_LIKE="redox-os" BUILD_ID="rolling"