From ba47571e4de7ee02d8983ffc2235e30cebdb8ae7 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 26 Oct 2017 14:17:00 -0400 Subject: [PATCH] util: link 'halt' to 'reboot' on fs --- Applications/util/fuzix-util.pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/util/fuzix-util.pkg b/Applications/util/fuzix-util.pkg index 36c047fb..1e0e8830 100644 --- a/Applications/util/fuzix-util.pkg +++ b/Applications/util/fuzix-util.pkg @@ -84,6 +84,7 @@ f 0755 /bin/pagesize pagesize f 0755 /bin/passwd passwd f 0755 /bin/prtroot prtroot f 0755 /bin/reboot reboot +l /bin/reboot /bin/halt f 0755 /bin/sed sed f 0755 /bin/sleep sleep f 0755 /bin/sort sort -- 2.34.1