2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Util-Linux</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install Util-Linux by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
2001-04-07 03:53:47 +01:00
|
|
|
<userinput>sed s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput> MCONFIG > MCONFIG~
|
|
|
|
&&</userinput>
|
|
|
|
<userinput>mv MCONFIG~ MCONFIG &&</userinput>
|
2001-04-17 01:24:53 +01:00
|
|
|
<userinput>sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" \
|
|
|
|
</userinput>
|
|
|
|
<userinput>hwclock/hwclock.c > hwclock~ &&</userinput>
|
|
|
|
<userinput>mv hwclock~ hwclock/hwclock.c &&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput>./configure &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
2001-04-17 01:24:53 +01:00
|
|
|
<userinput>make install &&</userinput>
|
|
|
|
<userinput>mkdir /var/lib/hwclock</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|