Changes in / [1ab9a96:b4badbd]
- Files:
-
- 1 added
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/bootscripts.xml
r1ab9a96 rb4badbd 26 26 <title>Installation of Bootscripts</title> 27 27 28 <para os="p1">Apply a patch which modifies the scripts for use in29 <filename class="directory">/tools</filename>:</para>30 31 <screen os="p2"><userinput>patch -Np1 -i ../&bootscripts-clfs-tools_updates-patch;</userinput></screen>32 33 28 <para os="a">Install the package:</para> 34 29 35 <screen os="b"><userinput>make DESTDIR=/tools install- minimal</userinput></screen>30 <screen os="b"><userinput>make DESTDIR=/tools install-bootscripts</userinput></screen> 36 31 37 32 <para os="c">The <command>setclock</command> script reads the time from the -
BOOK/bootable/x86/kernel.xml
r1ab9a96 rb4badbd 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:</para> 44 not work correctly or boot at all.<!-- Refer to 45 <filename>/usr/share/doc/systemd-&systemd-version;/README</filename> -->:</para> 45 46 46 47 <screen role="nodump">Device Drivers ---> … … 52 53 <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it 53 54 is highly recommended by the Systemd developers. "EFI Variable support" and 54 "EFI GUID Partition support" are for UEFI systems.</para></note> 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> 55 58 56 59 <para os="h">Configure the kernel via a menu-driven interface. -
BOOK/final-system/common/kbd.xml
r1ab9a96 rb4badbd 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 the CLFS Bootscripts46 to initialize the system, sothose binaries need to be on the root45 <para os="i">Some of the programs from Kbd are used by systemd to 46 initialize the system, those binaries need to be on the root 47 47 partition:</para> 48 48 49 <screen os="j"><userinput>mv -v /usr/bin/{ dumpkeys,kbd_mode,loadkeys,setfont} /bin</userinput></screen>49 <screen os="j"><userinput>mv -v /usr/bin/{loadkeys,setfont} /bin</userinput></screen> 50 50 51 51 <para os="k">Install the documentation:</para> -
BOOK/introduction/common/changelog.xml
r1ab9a96 rb4badbd 43 43 <para>[William Harrington] - Move <command>logger</command> to 44 44 <filename class="directory">/bin</filename> for CLFS-Bootscripts 45 </listitem>46 <listitem>47 45 requirement..</para> 48 <para>[Chris] - Changed "systemd" reference on Kbd page to49 CLFS Bootscripts, and added dumpkeys and kbd_mode to list of50 programs moved to /bin as they're used in the bootscripts.</para>51 46 </listitem> 52 47 </itemizedlist> -
BOOK/materials/common/patches.xml
r1ab9a96 rb4badbd 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: <ulink44 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 49 40 <varlistentry> 50 41 <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term> -
BOOK/patches.ent
r1ab9a96 rb4badbd 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">20 16 21 17 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> -
patches/sysvinit-2.88dsf-tools_updates-1.patch
r1ab9a96 rb4badbd 1 Submitted By: William Harrington (kb0iic at cross-lfs dot org)2 Date: 2014-05-163 Initial Package Version: 2.88dsf4 Origin: Idea for cleaning up boot chapter by Chris Staub5 Upstream Status: Not Applied - CLFS Specific6 Description: Reduces ${CLFS}/ pollution by using ${CLFS}/tools as much as possible.7 8 1 diff -Naur sysvinit-2.88dsf.orig/src/Makefile sysvinit-2.88dsf/src/Makefile 9 2 --- sysvinit-2.88dsf.orig/src/Makefile 2010-04-11 05:30:27.000000000 -0400
Note:
See TracChangeset
for help on using the changeset viewer.