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:
|
||||
- rocky-release
|
||||
|
||||
releasever: 8
|
||||
|
||||
variables:
|
||||
stream: testing
|
||||
prod: false
|
||||
|
||||
repos:
|
||||
- rocky-86-baseos
|
||||
- rocky-86-appstream
|
||||
- appstream
|
||||
- baseos
|
||||
|
||||
include:
|
||||
- manifests/rocky-ostree-base.yaml
|
||||
|
@ -1,7 +1,7 @@
|
||||
[rocky-86-appstream]
|
||||
name=Rocky Linux 8.6 - AppStream
|
||||
#baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/x86_64/os/
|
||||
baseurl=http://192.168.122.89/repos/rocky86/AppStream/
|
||||
[appstream]
|
||||
name=Rocky Linux $releasever - AppStream
|
||||
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-8
|
||||
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/AppStream/$basearch/os/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
countme=1
|
||||
|
@ -1,7 +1,7 @@
|
||||
[rocky-86-baseos]
|
||||
name=Rocky Linux 8.6 - BaseOS
|
||||
#baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/x86_64/os/
|
||||
baseurl=http://192.168.122.89/repos/rocky86/BaseOS/
|
||||
[baseos]
|
||||
name=Rocky Linux $releasever - BaseOS
|
||||
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-8
|
||||
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/$basearch/os/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
countme=1
|
||||
|
Loading…
Reference in New Issue
Block a user