Sam Mendoza-Jonas
Sam Mendoza-Jonas
I think we now have this figured out. Petitboot as in `pb-discover` definitely only makes the call once - however there's a little helper utility named `pb-config` that collects the...
@hanetzer yep, on POWER boxes this is saved in NVRAM. fw_fooenv support would be great to have, if you have patches or questions feel free to post them on the...
How parameters are saved is implemented per-platform, so in your platform-uboot you could probably handle this by inserting escaping characters if needed in what you pass to `fw_setenv` etc.
There is already some initial support for BootloaderSpec files in https://github.com/open-power/petitboot/blob/master/discover/grub2/blscfg.c, although the intent is mainly being referenced by GRUB. That could be a good start to make the support...
Discussed elsewhere was also whether such options should be built-in (ie. something like 'sub-platforms') or instead more like a 'pluggable' option that follows a format that Petitboot can parse and...
This RFC aims to solve this problem, but probably still needs some more thought/discussion before being ready for merge: http://patchwork.ozlabs.org/project/petitboot/list/?series=82503
This is just because we don't support the `terminal_output` function in our GRUB parser; it just gets skipped with the message above. That said we _could_ support it, but we...
Making devmapper configurable is easy enough, but it is worth pointing out that Petitboot doesn't use devmapper for LVM or RAID yet (indeed there is an open issue for adding...
Great! When they're ready please send them to the Petitboot list at [email protected]
Was there any progress on this?