mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix pdf formatting issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1a3e6a31a7
commit
cd3c10ceb4
@ -49,7 +49,8 @@
|
||||
<command>hwclock</command> program FHS-compliant, run the
|
||||
following:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' -i $(grep -rl '/etc/adjtime' .)
|
||||
<screen><userinput remap="pre">sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
|
||||
$(grep -rl '/etc/adjtime' .)
|
||||
mkdir -pv /var/lib/hwclock</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user