Remove coreos references
This commit is contained in:
parent
5020dafa80
commit
18b2f705f9
@ -4,7 +4,7 @@ keyboard us
|
|||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
rootpw --plaintext rocky
|
rootpw --plaintext rocky
|
||||||
user --name=ansible --password=rocky --plaintext --gecos="Ansible User"
|
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
|
# Disk
|
||||||
zerombr
|
zerombr
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Commands/notes
|
Commands/notes
|
||||||
|
|
||||||
ostree --repo=./build/repo ls rocky/x86_64/coreos
|
ostree --repo=./build/repo ls rocky/x86_64/ostree
|
||||||
ostree --repo=./build/repo ls rocky/x86_64/coreos /etc
|
ostree --repo=./build/repo ls rocky/x86_64/ostree /etc
|
||||||
ostree --repo=./build/repo cat rocky/x86_64/coreos /usr/etc/passwd
|
ostree --repo=./build/repo cat rocky/x86_64/ostree /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 /usr/lib/systemd/system/*get*
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ref: rocky/${basearch}/coreos
|
ref: rocky/${basearch}/ostree
|
||||||
rojig:
|
rojig:
|
||||||
name: rocky-coreos
|
name: rocky-ostree
|
||||||
summary: "Rocky Linux CoreOS"
|
summary: "Rocky Linux Ostree"
|
||||||
license: MIT
|
license: MIT
|
||||||
packages:
|
packages:
|
||||||
- rocky-release
|
- rocky-release
|
||||||
@ -11,6 +11,6 @@ repos:
|
|||||||
- rocky-86-appstream
|
- rocky-86-appstream
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- manifests/rocky-coreos-base.yaml
|
- manifests/rocky-ostree-base.yaml
|
||||||
- manifests/rocky-coreos-system_tools.yaml
|
- manifests/rocky-ostree-system_tools.yaml
|
||||||
- manifests/rocky-coreos-post.yaml
|
- manifests/rocky-ostree-post.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
|
# Contains system (tools) packages which are often used on a regular
|
||||||
# system, but not needed for the base system to work
|
# system, but not needed for the base system to work
|
||||||
|
Loading…
Reference in New Issue
Block a user