mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Finish review/update to cross2 book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
@@ -89,10 +89,6 @@ umount -v $LFS/run
|
||||
umount -v $LFS/proc
|
||||
umount -v $LFS/sys</userinput></screen>
|
||||
|
||||
<para>Unmount the LFS file system itself:</para>
|
||||
|
||||
<screen><userinput>umount -v $LFS</userinput></screen>
|
||||
|
||||
<para>If multiple partitions were created, unmount the other
|
||||
partitions before unmounting the main one, like this:</para>
|
||||
|
||||
@@ -100,6 +96,10 @@ umount -v $LFS/sys</userinput></screen>
|
||||
umount -v $LFS/home
|
||||
umount -v $LFS</userinput></screen>
|
||||
|
||||
<para>Unmount the LFS file system itself:</para>
|
||||
|
||||
<screen><userinput>umount -v $LFS</userinput></screen>
|
||||
|
||||
<para>Now, reboot the system with:</para>
|
||||
|
||||
<screen role="nodump"><userinput>shutdown -r now</userinput></screen>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<screen revision="systemd"><userinput>echo &versiond; > /etc/lfs-release</userinput></screen>
|
||||
|
||||
<para>Two files describing the installed system may be used by packages
|
||||
that will be installed on the system, either in binary form or by building
|
||||
that can be installed on the system later, either in binary form or by building
|
||||
them.</para>
|
||||
|
||||
<para>The first one shows the status of your
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<para>The Beyond Linux From Scratch book covers installation
|
||||
procedures for a wide range of software beyond the scope of the LFS
|
||||
Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para>
|
||||
Book. The BLFS project is located at <ulink url="&blfs-book;"/>.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
<para>The LFS Hints are a collection of educational documents
|
||||
submitted by volunteers in the LFS community. The hints are available
|
||||
at <ulink url="&hints-index;"/>.</para>
|
||||
at <ulink url="&hints-root;"/>.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user