Skip to content

Commit

Permalink
Fedora Linux v6.1.6 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq authored Jan 17, 2023
1 parent 2cc8785 commit 807ecdd
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 @@ -106,7 +106,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.0.9-f37" UPDATE_SCRIPT_BRANCH="v6.0-f37" update_kernel_mbp
KERNEL_VERSION="6.1.5-f37" UPDATE_SCRIPT_BRANCH="v6.1-f37" 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
@@ -1,5 +1,5 @@
### Add rpm repo hosted on heroku https://github.com/mikeeq/mbp-fedora-kernel/releases
repo --name=mbp-fedora --baseurl=https://mbp-fedora-repo.herokuapp.com/
repo --name=mbp-fedora --baseurl=https://mikeeq.github.io/mbp-fedora-kernel/

### Selinux in permissive mode
bootloader --append="intel_iommu=on iommu=pt pcie_ports=compat"
Expand All @@ -21,7 +21,7 @@ mbp-fedora-t2-repo
%end

%post
UPDATE_SCRIPT_BRANCH=v6.0-f37
UPDATE_SCRIPT_BRANCH=v6.1-f37
### Add dns server configuration
echo "===]> Info: Printing PWD"
Expand Down

0 comments on commit 807ecdd

Please sign in to comment.