The Coreutils package contains the basic utility programs needed by every operating system.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/coreutils/coreutils-9.10.tar.xz
Download SHA256 Sum: 16535a9adf0b10037364e2d612aad3d9f4eca3a344949ced74d12faf4bd51d25
Download Size: 6,355 KB
Estimated Disk Space: 126.5M
Estimated Build Time: less than 1.0 SBU
Bash-5.3
Prepare Coreutils-temp for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(build-aux/config.guess) \
--enable-install-program=hostname \
--enable-no-install-program=kill,uptime
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install mv -v $LFS/usr/bin/chroot $LFS/usr/sbin mkdir -pv $LFS/usr/share/man/man8 mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8 sed -i 's/"1"/"8"/' $LFS/usr/share/man/man8/chroot.8