Enable UUID mount support in berryboot.img busybox#582
Enable UUID mount support in berryboot.img busybox#582macmpi wants to merge 1 commit intomaxnet:berryboot2018from
Conversation
Makes it consistent with busybox-static (to similarly allow boot partition mount by UUID if need be, as available from bootdev statement in cmdline.txt) Note, this busibox.config still comes from legacy 0.28.x, although actual distribution used is 0.29.x: would need to line them-up too
|
Doesn't already work? |
|
Did not have a chance to check yet, but anyway thought would make sense to just have same for consistency. |
|
Here are my tests mounting from berryboot console: Only the last (cumbersome) one worked. So I assume setting the option for that |
|
To further clarify: the point of this PR is to allow easy & consistent mount by UUID from either console (helps debugging) or (obviously berryboot2 app internally figures-out how to mount by UUID without this, leveraging libblkid.... but not obvious at console or Thanks for consideration. |
Makes it consistent with busybox-static to similarly allow boot partition mount by UUID if need be, as available from
bootdevstatement incmdline.txt.Particularly useful if
bbloader.imgis not used (hence /boot not mounted) andberryboot-initneeds to mount/bootat some point; sincecmdline.txtmay refer UUID, we just need to be able to use it....and anyhow consistency is good :)
Note: this busybox.config still comes from legacy 0.28.x, although actual distribution used is 0.29.x: one would need to line them-up too.