mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
This prevents huge dependency downloads by pacman when the SystemRescue version gets older by using a snapshot repo from the day the SystemRescue version is released. The classic rolling repos from Arch are also available as option. Activate with the "--config /etc/pacman-rolling.conf" option to pacman. To allow switching on a per-command basis, two different sets of remote package databases are required. But the local package database must be the same for both variants. This is achived by using two different DBPaths in the pacman config files and bind-mounting the local part together. pacman does not accept symlinks for this, so it must be a bind mount. |
||
|---|---|---|
| .. | ||
| initcpio | ||
| iptables | ||
| modprobe.d | ||
| profile.d | ||
| skel | ||
| sysctl.d | ||
| systemd | ||
| X11/xinit | ||
| xdg/menus | ||
| fstab | ||
| hostname | ||
| issue | ||
| locale.conf | ||
| machine-id | ||
| nanorc | ||
| os-release | ||
| pacman-rolling.conf | ||
| pacman-snapshot.conf | ||
| vconsole.conf | ||