ChibraxOS 2
Changes: - kernel 6.0.2 - Broken init scripts - Switch to bun for better peroformance an easier ffi - Removed grup - Efi support without graphics (at least graphics werent tested) - Suppression de toutes les dépendance non libc - new splash - broken audio - typescript support - ls rewritten to be more reliable
This commit is contained in:
+3
-4
@@ -4,18 +4,17 @@ then echo "Please don't run this as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
git clone https://sourceware.org/git/glibc.git src
|
||||
git clone https://sourceware.org/git/glibc.git src --depth=1 --single-branch --branch release/2.36/master
|
||||
cd src
|
||||
git restore .
|
||||
git checkout release/2.34/master
|
||||
git pull
|
||||
cd -
|
||||
|
||||
mkdir src/build -p
|
||||
cd src/build
|
||||
pwd
|
||||
../configure --sysconfdir=/etc -prefix=/usr --with-headers=/usr/include --enable-add-ons --enable-bind-now --enable-cet --enable-kernel=5.14 --enable-lock-elision --enable-multi-arch --enable-stack-protector=strong --enable-stackguard-randomization --enable-static-pie --enable-systemtap --disable-profile --disable-werror || exit 1
|
||||
../configure --sysconfdir=/etc -prefix=/usr --with-headers=/usr/include --enable-add-ons --enable-bind-now --enable-cet --enable-lock-elision --enable-multi-arch --enable-stack-protector=strong --enable-stackguard-randomization --enable-static-pie --enable-systemtap --disable-profile --disable-werror || exit 1
|
||||
make -j$(nproc) || exit 1
|
||||
DESTDIR=$(pwd)/../../../libfs
|
||||
sudo make install DESTDIR=$(realpath $DESTDIR)
|
||||
cd -
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user