mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
16 lines
440 B
XML
16 lines
440 B
XML
|
<sect2>
|
||
|
<title>Installation of Util-Linux</title>
|
||
|
|
||
|
<para>We only need the mount and umount programs at the moment, so we won't
|
||
|
be compiling the entire package.</para>
|
||
|
|
||
|
<para>Install Util-Linux by running the following commands:</para>
|
||
|
|
||
|
<para><screen><userinput>./configure &&
|
||
|
make -C lib &&
|
||
|
make -C mount LDFLAGS=-static mount umount &&
|
||
|
cp mount/{mount,umount} $LFS/static/bin</userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|