mirror of
https://github.com/mudler/luet.git
synced 2025-06-26 23:39:55 +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> |
||
---|---|---|
.. | ||
client | ||
config_protect.go | ||
finalizer.go | ||
installer_suite_test.go | ||
installer_test.go | ||
installer.go | ||
interface.go | ||
repository_test.go | ||
repository.go | ||
system.go |