Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44f52cc33e | ||
|
|
943a248a2e | ||
|
|
fd5242392c | ||
|
|
750f789070 | ||
|
|
718f50a22c | ||
|
|
be50458d4c |
5 changed files with 8 additions and 8 deletions
|
|
@ -11,8 +11,8 @@ tree_name = docker-host
|
||||||
tree_file = %(os_name)s-%(tree_name)s.json
|
tree_file = %(os_name)s-%(tree_name)s.json
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
release = f44
|
release = f44
|
||||||
ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s
|
ref = %(os_name)s/stable/%(arch)s/%(tree_name)s
|
||||||
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/
|
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/releases/44/Everything/%(arch)s/os/
|
||||||
# lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides
|
# lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides
|
||||||
lorax_include_packages = fedora-productimg-iot
|
lorax_include_packages = fedora-productimg-iot
|
||||||
docker_os_name = fedora
|
docker_os_name = fedora
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ include:
|
||||||
- composefs.yaml
|
- composefs.yaml
|
||||||
# Read only sysroot
|
# Read only sysroot
|
||||||
- sysroot-ro.yaml
|
- sysroot-ro.yaml
|
||||||
ref: fedora/rawhide/${basearch}/iot
|
ref: fedora/stable/${basearch}/iot
|
||||||
repos: []
|
repos: []
|
||||||
selinux: true
|
selinux: true
|
||||||
tmp-is-dir: true
|
tmp-is-dir: true
|
||||||
|
|
@ -122,7 +122,6 @@ packages:
|
||||||
- greenboot-default-health-checks
|
- greenboot-default-health-checks
|
||||||
- gzip
|
- gzip
|
||||||
- hostname
|
- hostname
|
||||||
- ignition
|
|
||||||
- ignition-edge
|
- ignition-edge
|
||||||
- ima-evm-utils
|
- ima-evm-utils
|
||||||
- iproute
|
- iproute
|
||||||
|
|
@ -163,6 +162,7 @@ packages:
|
||||||
- sssd-client
|
- sssd-client
|
||||||
- sudo
|
- sudo
|
||||||
- systemd
|
- systemd
|
||||||
|
- systemd-pam
|
||||||
- systemd-resolved
|
- systemd-resolved
|
||||||
- tar
|
- tar
|
||||||
- tmux
|
- tmux
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
include: fedora-iot-base.yaml
|
include: fedora-iot-base.yaml
|
||||||
ref: fedora/rawhide/${basearch}/updates/iot
|
ref: fedora/stable/${basearch}/updates/iot
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
include: fedora-iot-base.yaml
|
include: fedora-iot-base.yaml
|
||||||
ref: fedora/rawhide/${basearch}/testing/iot
|
ref: fedora/stable/${basearch}/testing/iot
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
include: fedora-iot-base.yaml
|
include: fedora-iot-base.yaml
|
||||||
ref: fedora/rawhide/${basearch}/iot
|
ref: fedora/stable/${basearch}/iot
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- fedora-44
|
- fedora-44
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue