Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
461f6e4d7d | ||
|
|
b0e7f3ad67 | ||
|
|
00fe16217a | ||
| 8d9d549e35 | |||
|
|
a6ea673e7f | ||
| 5db8e68e14 | |||
|
|
9a1ecc205c |
5 changed files with 10 additions and 7 deletions
|
|
@ -11,8 +11,8 @@ tree_name = docker-host
|
|||
tree_file = %(os_name)s-%(tree_name)s.json
|
||||
arch = x86_64
|
||||
release = f39
|
||||
ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s
|
||||
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/
|
||||
ref = %(os_name)s/stable/%(arch)s/%(tree_name)s
|
||||
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/releases/39/Everything/%(arch)s/os/
|
||||
# lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides
|
||||
lorax_include_packages = fedora-productimg-iot
|
||||
docker_os_name = fedora
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"ref": "fedora/rawhide/${basearch}/iot",
|
||||
"ref": "fedora/stable/${basearch}/iot",
|
||||
"ex-jigdo-spec": "fedora-iot.spec",
|
||||
|
||||
"repos": [],
|
||||
|
||||
"selinux": true,
|
||||
|
||||
"ima": true,
|
||||
|
||||
"tmp-is-dir": true,
|
||||
|
||||
"recommends": false,
|
||||
|
|
@ -90,7 +92,7 @@
|
|||
"containernetworking-plugins",
|
||||
"coreutils",
|
||||
"cracklib-dicts",
|
||||
"criu",
|
||||
"criu", "criu-libs",
|
||||
"cryptsetup",
|
||||
"curl",
|
||||
"dbus-parsec",
|
||||
|
|
@ -186,6 +188,7 @@
|
|||
"default_target": "multi-user.target",
|
||||
|
||||
"units": ["NetworkManager.service",
|
||||
"fedora-iot-config-remote-fix.service",
|
||||
"firewalld.service",
|
||||
"sshd.service",
|
||||
"greenboot-grub2-set-counter.service",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
"ref": "fedora/rawhide/${basearch}/updates/iot",
|
||||
"ref": "fedora/stable/${basearch}/updates/iot",
|
||||
"ex-jigdo-spec": "fedora-iot.spec",
|
||||
"include": "fedora-iot-base.json"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"ref": "fedora/rawhide/${basearch}/testing/iot",
|
||||
"ref": "fedora/stable/${basearch}/testing/iot",
|
||||
"ex-jigdo-spec": "fedora-iot.spec",
|
||||
"include": "fedora-iot-base.json"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"ref": "fedora/rawhide/${basearch}/iot",
|
||||
"ref": "fedora/stable/${basearch}/iot",
|
||||
"ex-jigdo-spec": "fedora-iot.spec",
|
||||
"repos": ["fedora-39"],
|
||||
"include": "fedora-iot-base.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue