mirror of
https://github.com/kevadesu/TylkoLinux.git
synced 2025-03-09 16:51:57 +01:00
i didnt manage to fix one error lmao
This commit is contained in:
parent
616bcac9df
commit
c3e66af675
2 changed files with 6 additions and 1 deletions
|
@ -109,6 +109,9 @@ function eal.install.cross-toolchain() {
|
|||
make
|
||||
eal.notification.installing
|
||||
make install
|
||||
cd ..
|
||||
cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
|
||||
`dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/include/limits.h
|
||||
popd
|
||||
EIR_PKG=linux
|
||||
eal.notification.extracting
|
||||
|
@ -134,6 +137,7 @@ function eal.install.cross-toolchain() {
|
|||
esac
|
||||
pushd $LFS/sources/glibc/
|
||||
echo -e "I: -- The installer is now patching glibc. --"
|
||||
patch -Np1 -i ../glibc-2.40-fhs-1.patch
|
||||
mkdir -v build
|
||||
cd build
|
||||
echo "rootsbindir=/usr/sbin" > configparms
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# THIS IS IN AN UNUSABLE STATE. PLEASE WAIT UNTIL A USABLE VERSION RELEASES.
|
||||
# TylkoLinux
|
||||
TylkoLinux, an LFS system
|
||||
|
||||
|
@ -12,4 +13,4 @@ LFS v12.2-systemd book chapter: 5.6.
|
|||
|
||||
## Contributing
|
||||
I don't know what else to type lol just open a PR when this project is done
|
||||
#### What would also help is to report any security vulnerability and/or bugs found on https://www.linuxfromscratch.org/lfs/errata/12.2-systemd/ in the Issues tab
|
||||
#### What would also help is to report any security vulnerability and/or bugs found on https://www.linuxfromscratch.org/lfs/errata/12.2-systemd/ in the Issues tab
|
||||
|
|
Loading…
Add table
Reference in a new issue