From 9cea9a28c8870f8aa0eb5c9c3af522d10c0ba452 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 7 Sep 2021 22:23:53 +0200 Subject: Remove spaces at end o lines - chapter10 --- chapter10/grub.xml | 4 ++-- chapter10/kernel.xml | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'chapter10') diff --git a/chapter10/grub.xml b/chapter10/grub.xml index f76605f49..c32783e9a 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -42,8 +42,8 @@ url="&blfs-book;multimedia/libisoburn.html"> libisoburn package. -cd /tmp -grub-mkrescue --output=grub-img.iso +cd /tmp +grub-mkrescue --output=grub-img.iso xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 1a2861856..fcc5d10b3 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -97,7 +97,6 @@ - A good starting place for setting up the kernel configuration is to run make defconfig. This will set the base configuration to a good state that takes your current system architecture @@ -115,7 +114,7 @@ [ ] Auditing Support [CONFIG_AUDIT] [*] Control Group support [CONFIG_CGROUPS] [ ] 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] Processor type and features ---> [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] @@ -264,11 +263,11 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version; source. - In many cases, the configuration of the kernel will need to be + In many cases, the configuration of the kernel will need to be updated for packages that will be installed later in BLFS. Unlike other packages, it is not necessary to remove the kernel source tree - after the newly built kernel is installed. - + after the newly built kernel is installed. + If the kernel source tree is going to be retained, run chown -R 0:0 on the linux-&linux-version; directory to ensure -- cgit v1.2.3-54-g00ecf