Skip to content

Commit 7c9b543

Browse files
committed
test build with 6.4 kernel
1 parent 0e522a3 commit 7c9b543

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ reboot
109109
110110
# 2. Update mbp-fedora-kernel
111111
## 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.5.11-f39" UPDATE_SCRIPT_BRANCH="v6.5-f39" update_kernel_mbp
112+
KERNEL_VERSION="6.4.16-f38" UPDATE_SCRIPT_BRANCH="v6.4-f38" update_kernel_mbp
113113
reboot
114114

115115
# 3. Update your OS to include all changes made in mbp-fedora-t2-config RPM

fedora-mbp.ks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ eula --agreed
1414
## Install mbp-fedora-kernel, mbp-fedora-t2-config, mbp-fedora-t2-repo
1515
curl
1616
-kernel-6.*.fc39.x86_64
17-
kernel-*.*[0-9].mbp.fc39.x86_64
17+
kernel-*.*[0-9].mbp.fc38.x86_64
1818
mbp-fedora-t2-config
1919
mbp-fedora-t2-repo
2020

2121
%end
2222

2323
%post
24-
UPDATE_SCRIPT_BRANCH=v6.5-f39
24+
UPDATE_SCRIPT_BRANCH=v6.4-f38
2525
2626
### Add dns server configuration
2727
echo "===]> Info: Printing PWD"

0 commit comments

Comments
 (0)