Skip to content

Commit

Permalink
Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Jul 3, 2024
1 parent fa51558 commit 1943081
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:39
FROM fedora:40

RUN dnf upgrade -y \
&& dnf install -y \
Expand Down
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.4.16-f38" UPDATE_SCRIPT_BRANCH="v6.4-f38" update_kernel_mbp
KERNEL_VERSION="6.9.7-f40" UPDATE_SCRIPT_BRANCH="v6.9-f40" update_kernel_mbp
reboot

# 3. Update your OS to include all changes made in mbp-fedora-t2-config RPM
Expand Down
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
set -eu -o pipefail

CURRENT_PWD=$(pwd)
FEDORA_VERSION=39
FEDORA_VERSION=40
FEDORA_KICKSTARTS_GIT_URL=https://pagure.io/fedora-kickstarts.git
FEDORA_KICKSTARTS_BRANCH_NAME=f39
FEDORA_KICKSTARTS_COMMIT_HASH=465debb7c90c8ab4c68e14ff48fe50f796b1c089 # https://pagure.io/fedora-kickstarts/commits/f39
FEDORA_KICKSTARTS_BRANCH_NAME=f40
FEDORA_KICKSTARTS_COMMIT_HASH=a2bb6793db05e9e3cefe0a10b514d62ed634059e # https://pagure.io/fedora-kickstarts/commits/f40
LIVECD_TOOLS_GIT_URL=https://github.com/livecd-tools/livecd-tools
LIVECD_TOOLS_GIT_BRANCH_NAME=main
LIVECD_TOOLS_GIT_COMMIT_HASH=064acef0b4ae97a40e76a745f7559ce9c4b983ac
LIVECD_TOOLS_GIT_COMMIT_HASH=eeb0dd93ff51f4c662eeed9104427ebfe7fe94ac
LIVECD_CACHE_PATH=/var/cache/live

FEDORA_DESKTOP_ENV="${FEDORA_DESKTOP_ENV:-}"
Expand Down
2 changes: 1 addition & 1 deletion build_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu -o pipefail

DOCKER_IMAGE=fedora:39
DOCKER_IMAGE=fedora:40

docker pull ${DOCKER_IMAGE}
docker run \
Expand Down
4 changes: 2 additions & 2 deletions build_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -eu -o pipefail

docker build -t fedora_iso:39 .
docker build -t fedora_iso:40 .

DOCKER_IMAGE=fedora_iso:39
DOCKER_IMAGE=fedora_iso:40
LIVECD_CACHE_PATH=/var/cache/live

docker run \
Expand Down
6 changes: 3 additions & 3 deletions fedora-mbp.ks
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ eula --agreed

## Install mbp-fedora-kernel, mbp-fedora-t2-config, mbp-fedora-t2-repo
curl
-kernel-6.*.fc39.x86_64
kernel-*.*[0-9].mbp.fc38.x86_64
-kernel-6.*.fc40.x86_64
kernel-*.*[0-9].mbp.fc40.x86_64
mbp-fedora-t2-config
mbp-fedora-t2-repo

%end

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

0 comments on commit 1943081

Please sign in to comment.