Hi,
I have been using 'sudo halt' to shut down my computer.
I think my DSL-2.0 uses 'halt -d -f -i -p' when I use 'halt'.
Because TinyCore uses Busybox's halt, things are little different.
When I use 'sudo halt' on TinyCore, I have to push the power button myself
to shut down the computer. So, I use 'poweroff' instead.
Because 'halt' is shorter, I am thinking of making 'halt' call 'poweroff'.
But, I do not know if that's good or bad.