mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Add additional discussion about copying an LFS system from one
machine to another. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10954 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3d56263030
commit
ea23e54ba5
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2015-09-26</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Add additional discussion about copying an LFS
|
||||||
|
system from one machine to another.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2015-09-17</para>
|
<para>2015-09-17</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -250,7 +250,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
|
|||||||
|
|
||||||
<para>One of the advantages of an LFS system is that there are no files that
|
<para>One of the advantages of an LFS system is that there are no files that
|
||||||
depend on the position of files on a disk system. Cloning an LFS build to
|
depend on the position of files on a disk system. Cloning an LFS build to
|
||||||
another computer with an architecture similar to the base system is as
|
another computer with the same architecture as the base system is as
|
||||||
simple as using <command>tar</command> on the LFS partition that contains
|
simple as using <command>tar</command> on the LFS partition that contains
|
||||||
the root directory (about 250MB uncompressed for a base LFS build), copying
|
the root directory (about 250MB uncompressed for a base LFS build), copying
|
||||||
that file via network transfer or CD-ROM to the new system and expanding
|
that file via network transfer or CD-ROM to the new system and expanding
|
||||||
@ -271,6 +271,12 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
|
|||||||
differences in system hardware and the original kernel
|
differences in system hardware and the original kernel
|
||||||
configuration.</para>
|
configuration.</para>
|
||||||
|
|
||||||
|
<note><para>There have been some reports of issues when copying between
|
||||||
|
similar but not identical architectures. For instance the instruction set
|
||||||
|
for Intel architectures is not identical with AMD processors and later
|
||||||
|
versions of some processors may have instructions not available in
|
||||||
|
earlier versions.</para></note>
|
||||||
|
|
||||||
<para>Finally the new system has to be made bootable via <xref
|
<para>Finally the new system has to be made bootable via <xref
|
||||||
linkend="ch-bootable-grub"/>.</para>
|
linkend="ch-bootable-grub"/>.</para>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!ENTITY version "SVN-20150917">
|
<!ENTITY version "SVN-20150926">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
|
||||||
but not -rc releases -->
|
but not -rc releases -->
|
||||||
<!ENTITY releasedate "September 17, 2015">
|
<!ENTITY releasedate "September 26, 2015">
|
||||||
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.8">
|
<!ENTITY milestone "7.8">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user