- rationale: we don't want an eternal chicken-egg problem with rootfs vs repo.
- but, desktop rootfs require some parts of repo. case in point: `system-monitoring-center`
- so only add certain components of repo (-desktop, -utils) to rootfs so that is honored
- introduce `custom_apt_repo()` hook for extensions to add their repos as well
- same chicken-egg-avoiding is possible via param `CUSTOM_REPO_WHEN`
|
||
|---|---|---|
| .. | ||
| apt-install.sh | ||
| apt-sources.sh | ||
| boot_logo.sh | ||
| create-cache.sh | ||
| customize.sh | ||
| distro-agnostic.sh | ||
| distro-specific.sh | ||
| post-tweaks.sh | ||
| qemu-static.sh | ||
| rootfs-create.sh | ||
| rootfs-desktop.sh | ||
| systemd-utils.sh | ||
| trap-rootfs.sh | ||