summaryrefslogtreecommitdiff
path: root/build-chroot.sh
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-04-13 23:56:50 -0400
committerAlexander Hill <ahill@breadpudding.dev>2025-04-13 23:56:50 -0400
commit814580185ec18223a5f755478306210739686376 (patch)
treefe3fd8833bf4ed224546f2c841f8fea21811d11b /build-chroot.sh
parent3ff3f922aa3e0a0bbbeef5c4ffc10bcfb958899f (diff)
First attempt at booting
Untested because I ran out of space on my image and it's almost midnight
Diffstat (limited to 'build-chroot.sh')
-rwxr-xr-xbuild-chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-chroot.sh b/build-chroot.sh
index 6058064..8f4779d 100755
--- a/build-chroot.sh
+++ b/build-chroot.sh
@@ -428,7 +428,7 @@ cd linux-*/
# NOTE: LLVM=1 is required for the Linux kernel Makefile. Otherwise, things will
# not build properly. ~ahill
LLVM=1 make -j $THREADS mrproper
-LLVM=1 make -j $THREADS defconfig
+cp /maple/linux.$(uname -m).config .config
LLVM=1 make -j $THREADS
LLVM=1 make -j $THREADS install
cd ..