- Timestamp:
- May 17, 2014, 8:41:51 AM (11 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 3205da5
- Parents:
- b4badbd (diff), 156c0fe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/bootscripts.xml
rb4badbd r1ab9a96 26 26 <title>Installation of Bootscripts</title> 27 27 28 <para os="p1">Apply a patch which modifies the scripts for use in 29 <filename class="directory">/tools</filename>:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&bootscripts-clfs-tools_updates-patch;</userinput></screen> 32 28 33 <para os="a">Install the package:</para> 29 34 30 <screen os="b"><userinput>make DESTDIR=/tools install- bootscripts</userinput></screen>35 <screen os="b"><userinput>make DESTDIR=/tools install-minimal</userinput></screen> 31 36 32 37 <para os="c">The <command>setclock</command> script reads the time from the -
BOOK/bootable/x86/kernel.xml
rb4badbd r1ab9a96 42 42 43 43 <para>Be sure to enable or disable following features or the system might 44 not work correctly or boot at all.<!-- Refer to 45 <filename>/usr/share/doc/systemd-&systemd-version;/README</filename> -->:</para> 44 not work correctly or boot at all:</para> 46 45 47 46 <screen role="nodump">Device Drivers ---> … … 53 52 <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it 54 53 is highly recommended by the Systemd developers. "EFI Variable support" and 55 "EFI GUID Partition support" are for UEFI systems. "Collect scheduler 56 debugging info" and "Collect scheduler statistics" is for systemd-bootchart. 57 </para></note> 54 "EFI GUID Partition support" are for UEFI systems.</para></note> 58 55 59 56 <para os="h">Configure the kernel via a menu-driven interface. -
BOOK/final-system/common/kbd.xml
rb4badbd r1ab9a96 43 43 <screen os="h"><userinput>make install</userinput></screen> 44 44 45 <para os="i">Some of the programs from Kbd are used by systemd to46 initialize the system,those binaries need to be on the root45 <para os="i">Some of the programs from Kbd are used by the CLFS Bootscripts 46 to initialize the system, so those binaries need to be on the root 47 47 partition:</para> 48 48 49 <screen os="j"><userinput>mv -v /usr/bin/{ loadkeys,setfont} /bin</userinput></screen>49 <screen os="j"><userinput>mv -v /usr/bin/{dumpkeys,kbd_mode,loadkeys,setfont} /bin</userinput></screen> 50 50 51 51 <para os="k">Install the documentation:</para> -
BOOK/introduction/common/changelog.xml
rb4badbd r1ab9a96 43 43 <para>[William Harrington] - Move <command>logger</command> to 44 44 <filename class="directory">/bin</filename> for CLFS-Bootscripts 45 </listitem> 46 <listitem> 45 47 requirement..</para> 48 <para>[Chris] - Changed "systemd" reference on Kbd page to 49 CLFS Bootscripts, and added dumpkeys and kbd_mode to list of 50 programs moved to /bin as they're used in the bootscripts.</para> 46 51 </listitem> 47 52 </itemizedlist> -
BOOK/materials/common/patches.xml
rb4badbd r1ab9a96 38 38 </varlistentry> 39 39 --> 40 <varlistentry> 41 <term>Bootscripts Cross-LFS Updates Patch - <token>&bootscripts-clfs-tools_updates-patch-size;</token>:</term> 42 <listitem> 43 <para>Download: <ulink 44 url="&patches-root;&bootscripts-clfs-tools_updates-patch;"/></para> 45 <para>MD5 sum: <literal>&bootscripts-clfs-tools_updates-patch-md5;</literal></para> 46 </listitem> 47 </varlistentry> 48 40 49 <varlistentry> 41 50 <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term> -
BOOK/patches.ent
rb4badbd r1ab9a96 14 14 <!ENTITY binutils-branch_update-patch-size "5,268 KB"> 15 15 --> 16 17 <!ENTITY bootscripts-clfs-tools_updates-patch "bootscripts-cross-lfs-&bootscripts-clfs-version;-tools_updates-1.patch"> 18 <!ENTITY bootscripts-clfs-tools_updates-patch-md5 "9bbc4c0d5caed7f50be7ac5ea2897e3f"> 19 <!ENTITY bootscripts-clfs-tools_updates-patch-size "18.718 KB"> 16 20 17 21 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.