diff --git a/base/boot.py b/base/boot.py index 8196fe3b..b1094e08 100644 --- a/base/boot.py +++ b/base/boot.py @@ -32,7 +32,7 @@ cptoml.put("usb_msc_onetime", False, "BERYLLIUM") remount("/", True) print("The USB filesystem is enabled this once.") - print("Ljinux will access root Read-Only!") + print("Beryllium will access root Read-Only!") else: disable_usb_drive() print("The USB filesystem is disabled.\nBeryllium will operate normally.")