Changeset a626665d
- Timestamp:
- 02/26/2022 04:01:40 PM (11 months ago)
- Branches:
- xry111/clfs-ng
- Children:
- a5da281
- Parents:
- f8f349e
- git-author:
- Xi Ruoyao <xry111@…> (02/26/2022 03:58:56 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (02/26/2022 04:01:40 PM)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/introduction.xml
rf8f349e ra626665d 10 10 11 11 <title>Introduction</title> 12 13 <warning> 14 <para>Please make sure the temporary system is already booted on the 15 target machine. All commands in this chapter and the following chapters 16 should be executed on the target machine instead of the host distro, 17 unless the book explicitly says a command is for the host. Running a 18 command for the temporary system on the host can completely destroy the 19 host distro.</para> 20 </warning> 12 21 13 22 <para>This chapter shows how to build the last missing bits of the temporary -
prologue/cross.xml
rf8f349e ra626665d 53 53 building and test packages at the start of Chapter 7. Then this Cross 54 54 Edition is created to demonstrate these steps.</para> 55 56 <para>Unlike the legacy CLFS project, in the Cross Edition we don't 57 build any package containing an <command>init</command> process for the 58 temporary system to boot on the target machine. The temporary system 59 is booted with a shell running as PID 1, and some necessary jobs of a 60 normal <command>init</command> process are manually done with commands. 61 This minimizes the difference from the main LFS book, and also helpful 62 to learn the initialization steps booting a Linux system.</para> 55 63 </sect2> 56 64
Note:
See TracChangeset
for help on using the changeset viewer.