mirror of
https://github.com/mudler/luet.git
synced 2025-08-25 10:28:46 +00:00
Currently, it's used the archive.ReplaceFileTarWrapper that requite a []byte of the files replaced. This is not a good idea if files are big and instead could be better in the near future reimplement ReplaceFileTarWrapper with a callback that return io.Reader instead of []byte. If a protected file is already present on target rootfs it is created a file with the same prefix used in Gentoo: ._cfgXXXX_<filename> |
||
---|---|---|
.. | ||
backend | ||
artifact_test.go | ||
artifact.go | ||
checksum_test.go | ||
checksum.go | ||
compiler_suite_test.go | ||
compiler_test.go | ||
compiler.go | ||
interface.go | ||
spec_test.go | ||
spec.go |