From 18b2f705f9dcde6b741f660ff13d4e8ec1d97d1e Mon Sep 17 00:00:00 2001 From: Richard Arends Date: Mon, 6 Jun 2022 19:20:45 +0200 Subject: [PATCH] Remove coreos references --- bootserver/roles/mosibi.pxe/templates/ostree.cfg.j2 | 2 +- commands.txt | 8 ++++---- ostree-config/manifest.yaml | 12 ++++++------ .../manifests/rocky-coreos-system_tools.yaml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bootserver/roles/mosibi.pxe/templates/ostree.cfg.j2 b/bootserver/roles/mosibi.pxe/templates/ostree.cfg.j2 index 894f8e4..b9099b0 100644 --- a/bootserver/roles/mosibi.pxe/templates/ostree.cfg.j2 +++ b/bootserver/roles/mosibi.pxe/templates/ostree.cfg.j2 @@ -4,7 +4,7 @@ keyboard us timezone --utc Etc/UTC rootpw --plaintext rocky user --name=ansible --password=rocky --plaintext --gecos="Ansible User" -ostreesetup --nogpg --url=http://{{ dhcpd_next_server }}/ostree/repo/ --osname=rocky-coreos --remote=rocky-coreos --ref=rocky/x86_64/coreos +ostreesetup --nogpg --url=http://{{ dhcpd_next_server }}/ostree/repo/ --osname=rocky-ostree --remote=rocky-ostree --ref=rocky/x86_64/ostree # Disk zerombr diff --git a/commands.txt b/commands.txt index 77ea512..061f349 100644 --- a/commands.txt +++ b/commands.txt @@ -1,6 +1,6 @@ Commands/notes -ostree --repo=./build/repo ls rocky/x86_64/coreos -ostree --repo=./build/repo ls rocky/x86_64/coreos /etc -ostree --repo=./build/repo cat rocky/x86_64/coreos /usr/etc/passwd -ostree --repo=./build/repo ls rocky/x86_64/coreos /usr/lib/systemd/system/*get* +ostree --repo=./build/repo ls rocky/x86_64/ostree +ostree --repo=./build/repo ls rocky/x86_64/ostree /etc +ostree --repo=./build/repo cat rocky/x86_64/ostree /usr/etc/passwd +ostree --repo=./build/repo ls rocky/x86_64/ostree /usr/lib/systemd/system/*get* diff --git a/ostree-config/manifest.yaml b/ostree-config/manifest.yaml index b2814b4..1663dc4 100644 --- a/ostree-config/manifest.yaml +++ b/ostree-config/manifest.yaml @@ -1,7 +1,7 @@ -ref: rocky/${basearch}/coreos +ref: rocky/${basearch}/ostree rojig: - name: rocky-coreos - summary: "Rocky Linux CoreOS" + name: rocky-ostree + summary: "Rocky Linux Ostree" license: MIT packages: - rocky-release @@ -11,6 +11,6 @@ repos: - rocky-86-appstream include: - - manifests/rocky-coreos-base.yaml - - manifests/rocky-coreos-system_tools.yaml - - manifests/rocky-coreos-post.yaml + - manifests/rocky-ostree-base.yaml + - manifests/rocky-ostree-system_tools.yaml + - manifests/rocky-ostree-post.yaml diff --git a/ostree-config/manifests/rocky-coreos-system_tools.yaml b/ostree-config/manifests/rocky-coreos-system_tools.yaml index eead521..725891f 100644 --- a/ostree-config/manifests/rocky-coreos-system_tools.yaml +++ b/ostree-config/manifests/rocky-coreos-system_tools.yaml @@ -1,4 +1,4 @@ -# config/manifests/rocky-coreos-system_tools.yaml +# config/manifests/rocky-ostree-system_tools.yaml # # Contains system (tools) packages which are often used on a regular # system, but not needed for the base system to work