aboutsummaryrefslogtreecommitdiff
path: root/boot/ccboot/boot.lua
diff options
context:
space:
mode:
Diffstat (limited to 'boot/ccboot/boot.lua')
-rw-r--r--boot/ccboot/boot.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/ccboot/boot.lua b/boot/ccboot/boot.lua
index f094de0..f5d1013 100644
--- a/boot/ccboot/boot.lua
+++ b/boot/ccboot/boot.lua
@@ -1,6 +1,6 @@
if os.ccboot then
term.setTextColor(colors.red);
- print("Insufficient memory.");
+ print("Please reboot if you want to use this bootloader.");
error();
end;