Skip to content

Commit a14a0e1

Browse files
committed
Added the surface kernel
1 parent ec42cf0 commit a14a0e1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

build_files/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ echo "::endgroup::"
1414

1515
# Install Packages
1616

17+
# Install Kernel
18+
echo "::group:: Install Surface Kernel"
19+
/ctx/install-stage-surface-kernel.sh
20+
echo "::endgroup::"
21+
1722
## Install Mullvad
1823
echo "::group:: Install Mullvad"
1924
/ctx/main-repo/buildfiles/install-stage-mullvad.sh
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
3+
set -eoux pipefail
4+
5+
export DRACUT_NO_XATTR=1
6+
dnf config-manager addrepo --assumeyes --from-repofile=https://pkg.surfacelinux.com/fedora/linux-surface.repo
7+
dnf swap --assumeyes --allowerasing kernel-core kernel-surface
8+
dnf swap --assumeyes --allowerasing libwacom libwacom-surface
9+
dnf swap --assumeyes --allowerasing libwacom-data libwacom-surface-data
10+
dnf install --assumeyes iptsd
11+
dnf install --assumeyes surface-secureboot

0 commit comments

Comments
 (0)