PlanktoScope / forklift

Composable, reprovisionable, decentralized management of apps & configs on Raspberry Pis and other embedded Linux systems
Apache License 2.0
7 stars 0 forks source link

Fix export of hardlinks from archives, and auto-download files needed for staging #210

Closed ethanjli closed 3 months ago

ethanjli commented 3 months ago

This PR follows up on #209 by also adding proper handling of hardlinks in archives & OCI images for file exports. This fix is needed for https://github.com/ethanjli/ublue-forklift-sysext-demo/pull/8 .

This PR also fixes missing behavior when staging a pallet, so that file downloads needed for pallet staging are now automatically triggered as needed.