%general-entities; ]> util-linux &util-linux-version;
&util-linux-url;
Programs from Util-linux-&util-linux-version; programs from util-linux tools <para><command>agetty</command>, <command>mount</command>, and <command>setsid</command> are utilities in <application>Util-Linux</application>. We need them to set up the environment once we boot the temporary system.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&mount-setsid-sbu;</seg> <seg>&mount-setsid-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of agetty, setsid and mount Prepare Util-linux for compilation: ./configure --build=$(config/config.guess) --host=$LFS_TGT --disable-shared The meaning of the configure option: --disable-shared We do not need to install any of the shared libraries at this time, therefore there is no need to build them. We only need three tools from the package now, build them: make agetty mount setsid Install the tools: install -vm755 agetty $LFS/usr/sbin install -vm755 mount setsid $LFS/usr/bin <para>Details on this package are located in <xref linkend="contents-utillinux" role="."/></para> </sect2> </sect1>