Skip to content

Commit 71ae0dd

Browse files
committed
Update Fedora 40
1 parent 18d47df commit 71ae0dd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Configs/Fedora_40.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"ImageName" : "Fedora_40",
33
"Guest_SHA256Sums" : "",
4-
"Guest_BaseURL" : "https://github.com/fedora-cloud/docker-brew-fedora/raw/40/x86_64/",
5-
"Guest_Image" : "layer.tar",
4+
"Guest_BaseURL" : "https://github.com/fedora-cloud/docker-brew-fedora/raw/9f37c48d34da8d068958b19859fcdbebc69906d7/x86_64/",
5+
"Guest_Image" : "fedora-20250105.tar",
66

77
"Host_SHA256Sums" : "https://cloud-images.ubuntu.com/releases/focal/release/SHA256SUMS",
88
"Host_BaseURL" : "https://cloud-images.ubuntu.com/releases/focal/release/",

RootFS_links.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"Fedora 40 (EroFS)": {
44
"DistroMatch": "fedora",
55
"DistroVersion": "40",
6-
"URL": "https://rootfs.fex-emu.gg/Fedora_40/2024-08-16/Fedora_40.ero",
7-
"Hash": "9dd83bc97e533573",
6+
"URL": "https://rootfs.fex-emu.gg/Fedora_40/2025-01-08/Fedora_40.ero",
7+
"Hash": "321b3577ed0fcc91",
88
"Type": "erofs"
99
},
1010
"Fedora 40 (SquashFS)": {
1111
"DistroMatch": "fedora",
1212
"DistroVersion": "40",
13-
"URL": "https://rootfs.fex-emu.gg/Fedora_40/2024-08-16/Fedora_40.sqsh",
14-
"Hash": "804ac88053f1f3df",
13+
"URL": "https://rootfs.fex-emu.gg/Fedora_40/2025-01-08/Fedora_40.sqsh",
14+
"Hash": "fb51fcd7f086fa19",
1515
"Type": "squashfs"
1616
},
1717
"Fedora 38 (EroFS)": {

Scripts/Fedora/build_install_mesa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ninja install
136136
cd /root
137137

138138
# Build and install mesa
139-
git clone --depth=1 --branch mesa-24.2.0 https://gitlab.freedesktop.org/mesa/mesa.git
139+
git clone --depth=1 --branch mesa-24.3.3 https://gitlab.freedesktop.org/mesa/mesa.git
140140
cd mesa
141141
mkdir Build
142142
mkdir Build_x86

0 commit comments

Comments
 (0)