From 0d20d0c4670ff2c79bd84a62af28a42012e7f7e2 Mon Sep 17 00:00:00 2001 From: "Raziel K. Crowe" <101006007+RazielCrowe@users.noreply.github.com> Date: Sat, 5 Mar 2022 21:02:41 +0500 Subject: [PATCH 1/3] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6d2bc14610..50ddef8e0e 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ BrooklynR NXT Hybrid, The Blockchain Linux 5.20.x by Scare Crow =============================================================== - +-_- * Brooklyn NXT Sinclair LTS 5.20.16 grSecurity hardened * Sinclair Desktop based on LTS 5.20.14 current status is now Alpha. * BrooklynR NXT QortalOS Community 5.16.x LTS-LE From 40ae769acbe423419ca0a76a0e0cd2210ad2331f Mon Sep 17 00:00:00 2001 From: "Raziel K. Crowe" <101006007+RazielCrowe@users.noreply.github.com> Date: Sat, 5 Mar 2022 21:08:33 +0500 Subject: [PATCH 2/3] Delete config.boot.txt --- config.boot.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 config.boot.txt diff --git a/config.boot.txt b/config.boot.txt deleted file mode 100644 index a01745bd1d..0000000000 --- a/config.boot.txt +++ /dev/null @@ -1,9 +0,0 @@ -# Explicit specification of build -kernel=vmlinuz-BrooklynR+Version -# Select either one from below -# Safe OC Setting 1 with passive cooling -over_voltage=2 -arm_freq=1750 -# Max Safe OC setting with active cooling -over_voltage=6 -arm_freq=2000 \ No newline at end of file From 87765b29cad69a9eac2fc952b573f3b2b10d4754 Mon Sep 17 00:00:00 2001 From: "Raziel K. Crowe" <101006007+RazielCrowe@users.noreply.github.com> Date: Sat, 5 Mar 2022 21:09:09 +0500 Subject: [PATCH 3/3] Update bootspeak --- bootspeak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootspeak b/bootspeak index d1fc6fff40..ae1565d9e7 100644 --- a/bootspeak +++ b/bootspeak @@ -1,7 +1,7 @@ _IP=$(hostname -I) || true if [ "$_IP" ]; then printf "My IP address is %s\n" "$_IP" - espeak "Welcome to Brooklyn NXT. My I.P. is $_IP. I repeat: $_IP." + espeak "Welcome to Brooklyn Titan NXT. My I.P. is $_IP. I repeat: $_IP." else espeak "Welcome to Brooklyn. No I.P. found." fi