mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Remove spaces at end o lines - chapter10
This commit is contained in:
parent
c34b4fb1c6
commit
9cea9a28c8
@ -42,8 +42,8 @@
|
|||||||
url="&blfs-book;multimedia/libisoburn.html">
|
url="&blfs-book;multimedia/libisoburn.html">
|
||||||
libisoburn</ulink> package.</para>
|
libisoburn</ulink> package.</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput>cd /tmp
|
<screen role="nodump"><userinput>cd /tmp
|
||||||
grub-mkrescue --output=grub-img.iso
|
grub-mkrescue --output=grub-img.iso
|
||||||
xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen>
|
xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -97,7 +97,6 @@
|
|||||||
<ulink url="http://www.kroah.com/lkn/"/> </para>
|
<ulink url="http://www.kroah.com/lkn/"/> </para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
|
|
||||||
<para>A good starting place for setting up the kernel configuration is to
|
<para>A good starting place for setting up the kernel configuration is to
|
||||||
run <command>make defconfig</command>. This will set the base
|
run <command>make defconfig</command>. This will set the base
|
||||||
configuration to a good state that takes your current system architecture
|
configuration to a good state that takes your current system architecture
|
||||||
@ -115,7 +114,7 @@
|
|||||||
[ ] Auditing Support [CONFIG_AUDIT]
|
[ ] Auditing Support [CONFIG_AUDIT]
|
||||||
[*] Control Group support [CONFIG_CGROUPS]
|
[*] Control Group support [CONFIG_CGROUPS]
|
||||||
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
|
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
|
||||||
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] --->
|
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] --->
|
||||||
[*] open by fhandle syscalls [CONFIG_FHANDLE]
|
[*] open by fhandle syscalls [CONFIG_FHANDLE]
|
||||||
Processor type and features --->
|
Processor type and features --->
|
||||||
[*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
|
[*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
|
||||||
@ -264,11 +263,11 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
|
|||||||
source.</para>
|
source.</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>In many cases, the configuration of the kernel will need to be
|
<para>In many cases, the configuration of the kernel will need to be
|
||||||
updated for packages that will be installed later in BLFS. Unlike
|
updated for packages that will be installed later in BLFS. Unlike
|
||||||
other packages, it is not necessary to remove the kernel source tree
|
other packages, it is not necessary to remove the kernel source tree
|
||||||
after the newly built kernel is installed.</para>
|
after the newly built kernel is installed.</para>
|
||||||
|
|
||||||
<para>If the kernel source tree is going to be retained, run
|
<para>If the kernel source tree is going to be retained, run
|
||||||
<command>chown -R 0:0</command> on the <filename
|
<command>chown -R 0:0</command> on the <filename
|
||||||
class="directory">linux-&linux-version;</filename> directory to ensure
|
class="directory">linux-&linux-version;</filename> directory to ensure
|
||||||
|
Loading…
Reference in New Issue
Block a user