wee
This commit is contained in:
parent
ca71f4d777
commit
d9db20a39e
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
build/
|
||||||
|
.direnv/
|
||||||
|
.envrc
|
@ -6,9 +6,15 @@ rojig:
|
|||||||
packages:
|
packages:
|
||||||
- rocky-release
|
- rocky-release
|
||||||
|
|
||||||
|
releasever: 8
|
||||||
|
|
||||||
|
variables:
|
||||||
|
stream: testing
|
||||||
|
prod: false
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- rocky-86-baseos
|
- appstream
|
||||||
- rocky-86-appstream
|
- baseos
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- manifests/rocky-ostree-base.yaml
|
- manifests/rocky-ostree-base.yaml
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[rocky-86-appstream]
|
[appstream]
|
||||||
name=Rocky Linux 8.6 - AppStream
|
name=Rocky Linux $releasever - AppStream
|
||||||
#baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/x86_64/os/
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-8
|
||||||
baseurl=http://192.168.122.89/repos/rocky86/AppStream/
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/AppStream/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=1
|
enabled=1
|
||||||
countme=1
|
countme=1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[rocky-86-baseos]
|
[baseos]
|
||||||
name=Rocky Linux 8.6 - BaseOS
|
name=Rocky Linux $releasever - BaseOS
|
||||||
#baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/x86_64/os/
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-8
|
||||||
baseurl=http://192.168.122.89/repos/rocky86/BaseOS/
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=1
|
enabled=1
|
||||||
countme=1
|
countme=1
|
||||||
|
Loading…
Reference in New Issue
Block a user