Skip to content

Commit

Permalink
test build with 6.4 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Nov 20, 2023
1 parent 0e522a3 commit 7c9b543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ reboot
# 2. Update mbp-fedora-kernel
## 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
KERNEL_VERSION="6.5.11-f39" UPDATE_SCRIPT_BRANCH="v6.5-f39" update_kernel_mbp
KERNEL_VERSION="6.4.16-f38" UPDATE_SCRIPT_BRANCH="v6.4-f38" update_kernel_mbp
reboot

# 3. Update your OS to include all changes made in mbp-fedora-t2-config RPM
Expand Down
4 changes: 2 additions & 2 deletions fedora-mbp.ks
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ eula --agreed
## Install mbp-fedora-kernel, mbp-fedora-t2-config, mbp-fedora-t2-repo
curl
-kernel-6.*.fc39.x86_64
kernel-*.*[0-9].mbp.fc39.x86_64
kernel-*.*[0-9].mbp.fc38.x86_64
mbp-fedora-t2-config
mbp-fedora-t2-repo

%end

%post
UPDATE_SCRIPT_BRANCH=v6.5-f39
UPDATE_SCRIPT_BRANCH=v6.4-f38
### Add dns server configuration
echo "===]> Info: Printing PWD"
Expand Down

0 comments on commit 7c9b543

Please sign in to comment.