DeterminateSystems / nix-netboot-serve

Make any NixOS system netbootable with 10s cycle times.
MIT License
206 stars 11 forks source link

[feat] pure-rust-cpio #14

Closed emattiza closed 2 years ago

emattiza commented 2 years ago

This adds a private function to make a cpio archive of a given directory, but lacks integration testing or roundtrip testing with gnu cpio currently. Will pick this up and complete tests when i get a moment!

grahamc commented 2 years ago

Thanks, Evan! We cleaned this up a bit and also made it include dirs and symlinks. Merged into main by hand, I'm not sure why this didn't close as merged automatically.

emattiza commented 2 years ago

No worries! Just wanted to give a spark of possibility. Glad to see it working!