Skip to content

Commit

Permalink
Fix Fedora 39 repo path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Nov 13, 2023
1 parent 01f5ea3 commit 449e5ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions http/generic.fedora39.docker.ks
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ network --device eth0 --bootproto dhcp --noipv6 --hostname=fedora39.localdomain
bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=792 nomodeset text"

#### Prod Repo
url --url=https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Server/x86_64/os/
# url --url=https://mirrors.edge.kernel.org/fedora/releases/38/Everything/x86_64/os/
url --url=https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Server/x86_64/os/
# url --url=https://mirrors.edge.kernel.org/fedora/releases/39/Everything/x86_64/os/

#### Archive Repo
# url --url=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/38/Everything/x86_64/os/
# url --url=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/39/Everything/x86_64/os/

%packages
net-tools
Expand Down
6 changes: 3 additions & 3 deletions http/generic.fedora39.vagrant.x64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ network --device eth0 --bootproto dhcp --noipv6 --hostname=fedora39.localdomain
bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=792 nomodeset text"

#### Prod Repo
url --url=https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Server/x86_64/os/
# url --url=https://mirrors.edge.kernel.org/fedora/releases/38/Everything/x86_64/os/
url --url=https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Server/x86_64/os/
# url --url=https://mirrors.edge.kernel.org/fedora/releases/39/Everything/x86_64/os/

#### Archive Repo
# url --url=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/38/Everything/x86_64/os/
# url --url=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/39/Everything/x86_64/os/

%packages
net-tools
Expand Down

0 comments on commit 449e5ad

Please sign in to comment.