%general-entities; ]> Util-linux-&util-linux-version; Util-linux temporary system Installation of Util-linux ./configure --prefix=/tools \ --build=${CLFS_HOST} --host=${CLFS_TARGET} \ --disable-makeinstall-chown --disable-makeinstall-setuid \ --without-python The meaning of the new configure option: --disable-makeinstall-chown This prevents Util-linux from trying to perform any chown commands when it is installed. --disable-makeinstall-setuid This prevents Util-linux from enabling the setuid bit on any of its installed programs. --without-python This avoids the building of unneeded Python buildings when Python is installed on the host system. make make install <para>Details on this package are located in <xref linkend="contents-util-linux" role="."/></para> </sect2> </sect1>