armbian-build/lib/functions/rootfs
Ricardo Pardini 55b87180b5 rootfs: don't use the Armbian repo when building rootfs from both GHA pipelines and CLI; fixes #7123
- Fixes: 71296430fa -- which only set `SKIP_ARMBIAN_REPO=yes` when `rootfs` cli shortcut used
  - GHA artifact pipelines are generic across all artifacts, and don't use the cli shortcuts
    - instead, they use the `artifact` shortcut, with the `WHAT=rootfs` parameter
    - so in GHA pipelines `SKIP_ARMBIAN_REPO=yes` was not taking effect
- rootfs artifact itself now enforces `SKIP_ARMBIAN_REPO` to be `yes` and makes it readonly
- also add `SKIP_ARMBIAN_REPO` to the general change-tracking for more clarity about configs and hooks etc
- add change tracking calls before/after generic artifact config adapter for even more clarity
2024-09-30 16:15:36 +02:00
..
apt-install.sh Expand functions install_deb_chroot and install_artifact_deb_chroot with accepting additional custom parameter 2024-08-23 06:59:40 +02:00
apt-sources.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
create-cache.sh rootfs: don't use the Armbian repo when building rootfs from both GHA pipelines and CLI; fixes #7123 2024-09-30 16:15:36 +02:00
customize.sh lib & config: give shellcheck directions (to /dev/null for dynamic, to repo-relative path for static) for all sourced references 2024-05-19 19:41:35 +02:00
distro-agnostic.sh armbian-firstrun: Optionally skip OpenSSH host key regeneration 2024-09-15 11:42:29 +02:00
distro-specific.sh distro-specific: systemd-resolved: don't impose 1.0.0.1 DNS server on users 2024-09-10 21:59:14 +02:00
post-tweaks.sh net: Use resolved for DNS resolution 2024-06-20 19:59:52 +02:00
qemu-static.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
rootfs-create.sh MD5 sum: changing default checking as it will fail on base-files 2024-09-29 09:55:15 +02:00
rootfs-desktop.sh rootfs-desktop: disable sddm as well as lightdm and gdm3 in desktop_postinstall() 2023-10-14 00:01:07 +02:00
systemd-utils.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
trap-rootfs.sh Framework: bump tmpfs size as we are going over 2024-08-23 11:43:03 +02:00