Skip to content

Commit

Permalink
Add rootfs configuration and add it to targets-not-eos config
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Sep 29, 2024
1 parent e1cfb1c commit 630e2e3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions userpatches/config-armbian-rootfs.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
display_alert "Common settings for Armbian rootfs generation" "setting default values" "info"
declare -g SKIP_ARMBIAN_REPO=yes
declare -g SYNC_CLOCK="no"
declare -g INSTALL_HEADERS="no"
declare -g WIREGUARD="no"
declare -g VENDOR="Armbian"
declare -g VENDORURL="https://www.armbian.com"
declare -g VENDORDOCS="https://docs.armbian.com"
declare -g VENDORSUPPORT="https://forum.armbian.com"
declare -g VENDORPRIVACY="https://www.armbian.com"
declare -g VENDORBUGS="https://www.armbian.com/bugs"
declare -g VENDORLOGO="armbian-logo"
declare -g MAINTAINERMAIL=info@armbian.com
declare -g MAINTAINER="Armbian Linux"
declare -g COMPRESS_OUTPUTIMAGE="sha,img,xz"
declare -g IMAGE_XZ_COMPRESSION_RATIO=8
declare -g EXPERT="yes"
declare -g KERNEL_CONFIGURE=no
declare -g PASTE_URL="https://paste.armbian.de/log"
#[[ $BOARD == bananapif3 ]] &&
declare -g DOCKER_ARMBIAN_BASE_IMAGE="ubuntu:noble"
declare -g DONT_BUILD_ARTIFACTS="kernel,firmware,full_firmware,fake_ubuntu_advantage_tools,armbian-config,armbian-zsh,armbian-plymouth-theme"
declare -g PREFER_DOCKER="yes"
10 changes: 5 additions & 5 deletions userpatches/targets-all-not-eos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ common-gha-configs:
targets:

all-userspace:
configs: [ armbian-images ]
configs: [ armbian-rootfs ]
pipeline:
build-image: no # don't build images for this
only-artifacts: [ "armbian-base-files", "armbian-desktop", "rootfs" ] # only these artifacts
Expand All @@ -45,7 +45,7 @@ targets:
amd64: [ { BOARD: "uefi-x86", BRANCH: "current" } ]

all-userspace-riscv64:
configs: [ armbian-images ]
configs: [ armbian-rootfs ]
pipeline:
build-image: no # don't build images for this
only-artifacts: [ "armbian-base-files", "armbian-desktop", "rootfs" ] # only these artifacts
Expand All @@ -67,7 +67,7 @@ targets:
riscv64: [ { BOARD: "uefi-riscv64", BRANCH: "edge" } ]

all-userspace-armhf:
configs: [ armbian-images ]
configs: [ armbian-rootfs ]
pipeline:
build-image: no # don't build images for this
only-artifacts: [ "armbian-base-files", "armbian-desktop", "rootfs" ] # only these artifacts
Expand Down Expand Up @@ -96,7 +96,7 @@ targets:

all-desktop:
enabled: yes
configs: [ armbian-images ]
configs: [ armbian-rootfs ]
pipeline:
gha: *armbian-gha
vars:
Expand All @@ -115,7 +115,7 @@ targets:

all-cli:
enabled: yes
configs: [ armbian-images ]
configs: [ armbian-rootfs ]
pipeline:
gha: *armbian-gha
vars:
Expand Down

0 comments on commit 630e2e3

Please sign in to comment.