diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-01-24 19:05:52 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-01-24 19:05:52 +0000 |
commit | 52318649b6f977fa370b2624fd9519a778052ebb (patch) | |
tree | adeb760d7111dd220bf54a26a451724703a20591 | |
parent | e5a8e1cf54005275ced6c9ebd4c57c0628e2c372 (diff) |
Move chroot man page to man8
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 4 | ||||
-rw-r--r-- | chapter08/grub.xml | 9 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 20 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1684d5240..bc6cc0171 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-01-24</para> + <itemizedlist> + <listitem> + <para>[bdubbs] Move chroot man page to man8. Fixes + <ulink url="&lfs-ticket-root;2823">#2782</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-01-23</para> <itemizedlist> <listitem> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 45ac5f1c3..4756dfeee 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -122,7 +122,9 @@ esac</userinput></screen> <screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin -mv -v /usr/bin/chroot /usr/sbin</userinput></screen> +mv -v /usr/bin/chroot /usr/sbin +mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8 +sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> <para>Some of the scripts in the LFS-Bootscripts package depend on <command>head</command>, <command>sleep</command>, and diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 4cff9afd2..58178d6fc 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -197,10 +197,11 @@ linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro <title>Testing the Configuration</title> <para>The core image of GRUB is also a Multiboot kernel, so if you already - have GRUB Legacy loaded you can load GRUB-&grub-version; through your old - boot loader. To accomplish this, you will need to exit the - <command>chroot</command> environment and re-enter it to finish the - few remaining portions of the book.</para> + have <emphasis>GRUB Legacy</emphasis> loaded you can load + GRUB-&grub-version; through your old boot loader. To accomplish this, you + will need to exit the <command>chroot</command> environment now and + re-enter it in the next section to finish the few remaining portions of + the book.</para> <screen role="nodump"><userinput>/sbin/reboot ... diff --git a/general.ent b/general.ent index c91338c3b..6ec9cbe4b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20110123"> -<!ENTITY releasedate "January 23, 2011"> +<!ENTITY version "SVN-20110124"> +<!ENTITY releasedate "January 24, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |