canonical / core-build

GNU General Public License v3.0
8 stars 18 forks source link

initramfs: add new handle_writable_defaults() #59

Closed mvo5 closed 4 years ago

mvo5 commented 4 years ago

The new handle_writable_defaults() helper will take the defaults from $writable/system-data/_writable_defaults/ and apply them on top of the populated $writable/system-data.

This will allow providing image defaults in a clean way.

This will also get ported to UC20.

xnox commented 4 years ago

Is this UC18 only?

mvo5 commented 4 years ago

Updated and foce pushed (for easier cherry pick for uc20)

stolowski commented 4 years ago

Corresponding core20 PR, for reference: https://github.com/snapcore/core20/pull/46