mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Booted with an initramfs!
This commit is contained in:
@@ -431,11 +431,17 @@ LLVM=1 make -j $THREADS mrproper
|
||||
cp /maple/linux.$(uname -m).config .config
|
||||
LLVM=1 make -j $THREADS
|
||||
LLVM=1 make -j $THREADS install
|
||||
LLVM=1 make -j $THREADS modules_install
|
||||
cd ..
|
||||
|
||||
# kmod Build
|
||||
tar xf ../sources/kmod-*.tar*
|
||||
cd kmod-*/
|
||||
# FIXME: kmod's meson script attempts to invoke sh via the add_install_script
|
||||
# and confuses muon, so it starts searching for sh in the current
|
||||
# directory. As a workaround, we will tweak the invocation to point
|
||||
# directly to /bin/sh. ~ahill
|
||||
sed -i "s/add_install_script('sh'/add_install_script('\/bin\/sh'/" meson.build
|
||||
# NOTE: Might enable zstd later, but I want to make sure that the lack of
|
||||
# Facebook's software doesn't negatively impact the open source world.
|
||||
# ~ahill
|
||||
@@ -447,11 +453,6 @@ muon setup \
|
||||
-Dzstd=disabled \
|
||||
build
|
||||
muon samu -C build
|
||||
# FIXME: kmod's meson script attempts to invoke sh via the add_install_script
|
||||
# and confuses muon, so it starts searching for sh in the current
|
||||
# directory. As a workaround, we will tweak the invocation to point
|
||||
# directly to /bin/sh. ~ahill
|
||||
sed -i "s/add_install_script('sh'/add_install_script('\/bin\/sh'/" meson.build
|
||||
muon -C build install
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user