File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM fedora:39
1
+ FROM fedora:40
2
2
3
3
RUN dnf upgrade -y \
4
4
&& dnf install -y \
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ reboot
109
109
110
110
# 2. Update mbp-fedora-kernel
111
111
## update_kernel_mbp has built-in selfupgrade function, so when it fails it' s just due to script update - please rerun everything should be good on second run
112
- KERNEL_VERSION=" 6.4.16-f38 " UPDATE_SCRIPT_BRANCH=" v6.4-f38 " update_kernel_mbp
112
+ KERNEL_VERSION=" 6.9.7-f40 " UPDATE_SCRIPT_BRANCH=" v6.9-f40 " update_kernel_mbp
113
113
reboot
114
114
115
115
# 3. Update your OS to include all changes made in mbp-fedora-t2-config RPM
Original file line number Diff line number Diff line change 3
3
set -eu -o pipefail
4
4
5
5
CURRENT_PWD=$( pwd)
6
- FEDORA_VERSION=39
6
+ FEDORA_VERSION=40
7
7
FEDORA_KICKSTARTS_GIT_URL=https://pagure.io/fedora-kickstarts.git
8
- FEDORA_KICKSTARTS_BRANCH_NAME=f39
9
- FEDORA_KICKSTARTS_COMMIT_HASH=465debb7c90c8ab4c68e14ff48fe50f796b1c089 # https://pagure.io/fedora-kickstarts/commits/f39
8
+ FEDORA_KICKSTARTS_BRANCH_NAME=f40
9
+ FEDORA_KICKSTARTS_COMMIT_HASH=a2bb6793db05e9e3cefe0a10b514d62ed634059e # https://pagure.io/fedora-kickstarts/commits/f40
10
10
LIVECD_TOOLS_GIT_URL=https://github.com/livecd-tools/livecd-tools
11
11
LIVECD_TOOLS_GIT_BRANCH_NAME=main
12
- LIVECD_TOOLS_GIT_COMMIT_HASH=064acef0b4ae97a40e76a745f7559ce9c4b983ac
12
+ LIVECD_TOOLS_GIT_COMMIT_HASH=eeb0dd93ff51f4c662eeed9104427ebfe7fe94ac
13
13
LIVECD_CACHE_PATH=/var/cache/live
14
14
15
15
FEDORA_DESKTOP_ENV=" ${FEDORA_DESKTOP_ENV:- } "
Original file line number Diff line number Diff line change 2
2
3
3
set -eu -o pipefail
4
4
5
- DOCKER_IMAGE=fedora:39
5
+ DOCKER_IMAGE=fedora:40
6
6
7
7
docker pull ${DOCKER_IMAGE}
8
8
docker run \
Original file line number Diff line number Diff line change 2
2
3
3
set -eu -o pipefail
4
4
5
- docker build -t fedora_iso:39 .
5
+ docker build -t fedora_iso:40 .
6
6
7
- DOCKER_IMAGE=fedora_iso:39
7
+ DOCKER_IMAGE=fedora_iso:40
8
8
LIVECD_CACHE_PATH=/var/cache/live
9
9
10
10
docker run \
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ eula --agreed
13
13
14
14
## Install mbp-fedora-kernel, mbp-fedora-t2-config, mbp-fedora-t2-repo
15
15
curl
16
- -kernel-6.*.fc39 .x86_64
17
- kernel-*.*[0-9].mbp.fc38 .x86_64
16
+ -kernel-6.*.fc40 .x86_64
17
+ kernel-*.*[0-9].mbp.fc40 .x86_64
18
18
mbp-fedora-t2-config
19
19
mbp-fedora-t2-repo
20
20
21
21
%end
22
22
23
23
%post
24
- UPDATE_SCRIPT_BRANCH=v6.4-f38
24
+ UPDATE_SCRIPT_BRANCH=v6.9-f40
25
25
26
26
# ## Add dns server configuration
27
27
echo " ===]> Info: Printing PWD"
You can’t perform that action at this time.
0 commit comments