ubiquity-os / ubiquity-os-plugin-installer

A GUI to install UbiquityOS plugins.
0 stars 8 forks source link

Import Kernel Config Parser #7

Closed 0x4007 closed 1 week ago

0x4007 commented 2 months ago

We should import the same parser logic that the kernel uses to keep behavior consistent.

There should also be another render function to write the config reliably as well.

aybanda commented 2 months ago

/wallet 0xad40a8E345cB00b4530b3EBF39A22a99e1A43287

aybanda commented 2 months ago

/start

rndquu commented 1 week ago

@Keyrxng This issue can be closed as "not planned" because the manifest parsing and editing is already implemented in https://github.com/ubiquity-os/ubiquity-os-plugin-installer/pull/13, correct?

Keyrxng commented 1 week ago

@rndquu Yeah that's right, it's not the same parsing logic the kernel uses, I'm using AJV to validate but otherwise yes it's implemented.