Rafał Miłecki

Results 156 comments of Rafał Miłecki

Now, getting to the point of this pull request. I've one basic question: wouldn't that be much simpler to simply preserve local `99-asu-defaults` as a part of `sysupgrade` process? It...

Thanks for explaining @bam80 as I didn't initially understand it was about sysupgrade followed by factory reset. You seem to be correct here, we need sysupgrade to image with custom...

Those mentioned in my comment on 17.02. Just pushed to the `master`: * [4fa9aaf0bed9 ("base-files: sysupgrade: always setup overlay when creating backup")](https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=4fa9aaf0bed984d200b3c48d1cc81fca7847c394) * [bf304d10e97c ("base-files: sysupgrade: include uci-defaults script disabling...

We could make `/rom/etc/uci-default/99-asu-defaults` back of backup which would result in restoring that file at `/etc/uci-default/99-asu-defaults` path in sysupgraded image. That would NOT result in that file being part of...

@efahl: quick summary: 1. We need images to contain `99-asu-defaults` in their RO filesystem (squashfs) 2. There is no way for `sysupgrade` to modify downloaded image's RO filesystem (squashfs) and...

I can't imagine modifying squashfs of downloaded firmware to append `uci-defaults` script (`99-asu-defaults`) to it. There are many firmware formats: squashfs can be MTD partition or UBI volume to start...