Skip to content

Commit

Permalink
Fedora 38 v6.4.4 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Jul 27, 2023
1 parent af89d45 commit 003b4b4
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.2.13-f38" UPDATE_SCRIPT_BRANCH="v6.2-f38" update_kernel_mbp
KERNEL_VERSION="6.4.4-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 @@ -21,11 +21,11 @@ mbp-fedora-t2-repo
%end

%post
UPDATE_SCRIPT_BRANCH=v6.2-f38
UPDATE_SCRIPT_BRANCH=v6.4-f38
### Add dns server configuration
echo "===]> Info: Printing PWD"
pwd
pwds
echo "===]> Info: Printing /etc/resolv.conf"
cat /etc/resolv.conf
echo "===]> Info: Listing /etc/resolv.conf"
Expand Down

0 comments on commit 003b4b4

Please sign in to comment.