MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 4 - Entering the Chroot and More Temporary Tools

Navigation    
« GNU Texinfo HOME Util-Linux 32-bit »

Util-Linux 64-bit

Name: Util-Linux 64-bit
Summary: Miscellaneous command-line utilities - 64-bit build
License: GPL v2 or later
Version: 2.41.1
URL: https://www.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.1.tar.xz

Configuration

To configure Util Linux for install into the build root, run the following command:

mkdir -pv /var/lib/hwclock
./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --runstatedir=/run      \
            --sysconfdir=/etc       \
            --disable-chfn-chsh     \
            --disable-login         \
            --disable-nologin       \
            --disable-su            \
            --disable-setpriv       \
            --disable-runuser       \
            --disable-pylibmount    \
            --disable-static        \
            --disable-liblastlog2   \
            --without-python        \
            ADJTIME_PATH=/var/lib/hwclock/adjtime \
            --docdir=/usr/share/doc/util-linux-2.41.1

Compilation and Installation

To compile Util-Linux 64-bit, run the following command:

make

Finally, to install Util-Linux 64-bit into the build tree, run the following command:

make install

More details about this package is covered later in the core system build.

Navigation    
« GNU Texinfo HOME Util-Linux 32-bit »