[LEDE-DEV] [PATCH 1/1] add support for overlaying rootfs content

Karl Palsson karlp at tweak.net.au
Wed Dec 7 12:52:23 PST 2016


Rafał Miłecki  <zajec5 at gmail.com> wrote:
> On 7 December 2016 at 16:44, Karl Palsson <karlp at tweak.net.au>
> wrote:
> > How is this different from just reverting the commit that stopped
> > this from working? I'm all for this, don't get me wrong, but if a
> > package can just explicitly define a file as "this overwrites
> > whatever" how is that any different from before?
> 
> This new solution doesn't depend on the order of
> adding/installing packages and we have actually some control
> which package overwrites files.
> 
re order: how? You've still got to collect all the packages with
this special define and run them right? You're still going to get
conflicts one way or the other.

re control: how?  How is this:

```Your new way
package/blah/overlay
    $(CP) wop /etc/somewhere
endef

any different from this

```The old way that was removed
package/blah/install
    $(CP) wop /etc/somewhere
endef
```

Cheers,
Karl P
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP Digital Signature
URL: <http://lists.infradead.org/pipermail/lede-dev/attachments/20161207/41022c13/attachment.sig>


More information about the Lede-dev mailing list