|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
README.md
PacFS
PacFS is a package management experiment. It tries to be compatible with Arch Linux's pacman (or at least, its packages) but is different in the way that it does not extract packages onto the filesystem; rather it exposes its own file system (probably via FUSE) that 'hosts' all packages. Then, you can use something like overlayfs to actually turn it into a usable system. Such a setup would be very easy to backup (only the overlay and package list need to be backed up, as the PacFS filesystem can be recreated from the Arch Linux packages or its archives), as well as use with network drives or virtual machines in a very space-efficient manner.
Implementation to-do's
- Host multiple archives as a FUSE filesystem
- Live update the archives
- Parse pacman .pkg.tar files
- Parse pacman repo files