Quote:
Originally Posted by uboot
what's the deal with $(busybox which chgboot) recovery Why not simply chgboot recovery
|
I use that because:
- I want to specify the full path to the executable, but...
- I'm writing one script for two uses (normal & recovery mode), and...
- I can't remember if location of chgboot it's the same in both boot cases
- So I tell the system to search for it before using it
Surely it must be the same as simply
chgboot recovery, but I
know this way it works...