diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-12-26 19:00:06 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-12-26 19:00:06 +0000 |
commit | 5536f7440f2f4a12782e8d741cbbba5f1c3cfea8 (patch) | |
tree | a0f3a22ecc9c0eedfd891d54e9acf06502d2b07f /chapter07/bootscripts.xml | |
parent | 2550494b85359ff42bb95a72911c7751cbce14d4 (diff) |
Applied Alexander Patrakov's patch which adds UTF-8 capability to the
development branch of the LFS Book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/bootscripts.xml')
-rw-r--r-- | chapter07/bootscripts.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 775215e7e..6e884ac77 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -47,6 +47,12 @@ <screen><userinput>make install</userinput></screen> + <para>The <command>console</command> script that comes with + LFS-Bootscripts-&lfs-bootscripts-version; doesn't support Unicode. Install + a replacement version:</para> + +<screen><userinput>install -m755 ../console /etc/rc.d/init.d</userinput></screen> + </sect2> <sect2 id="contents-bootscripts" role="content"> |