maruos / vendor_maruos

Common files for Maru OS.
Apache License 2.0
5 stars 15 forks source link

Add variable to allow other vendor prebuilt rootfs #11

Closed makinbacon21 closed 3 years ago

makinbacon21 commented 3 years ago

This adds a variable PREBUILT_REPO lazily-set to maruos, where the prebuilt is only copied if the variable is indeed maruos, allowing other vendor repos to copy their prebuilt rootfs archives manually. This cuts out the otherwise required step of copying the file first to vendor/maruos/prebuilts, then to system/maru/containers/default/.

utzcoz commented 3 years ago

cc @pdsouza

pdsouza commented 3 years ago

@makinbacon21 Thanks for the PR! @utzcoz Thanks for reviewing!

utzcoz commented 3 years ago

@makinbacon21 could you help to send a PR for maur-0.7? Thanks.