Changeset 9cea9a2
- Timestamp:
- 09/07/2021 08:23:53 PM (21 months ago)
- Branches:
- 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008
- Children:
- c8fb227
- Parents:
- c34b4fb
- Location:
- chapter10
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter10/grub.xml
rc34b4fb r9cea9a2 43 43 libisoburn</ulink> package.</para> 44 44 45 <screen role="nodump"><userinput>cd /tmp 46 grub-mkrescue --output=grub-img.iso 45 <screen role="nodump"><userinput>cd /tmp 46 grub-mkrescue --output=grub-img.iso 47 47 xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen> 48 48 -
chapter10/kernel.xml
rc34b4fb r9cea9a2 98 98 99 99 <note> 100 101 100 <para>A good starting place for setting up the kernel configuration is to 102 101 run <command>make defconfig</command>. This will set the base … … 116 115 [*] Control Group support [CONFIG_CGROUPS] 117 116 [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED] 118 [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---> 117 [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---> 119 118 [*] open by fhandle syscalls [CONFIG_FHANDLE] 120 119 Processor type and features ---> … … 265 264 266 265 <note> 267 <para>In many cases, the configuration of the kernel will need to be 266 <para>In many cases, the configuration of the kernel will need to be 268 267 updated for packages that will be installed later in BLFS. Unlike 269 268 other packages, it is not necessary to remove the kernel source tree 270 after the newly built kernel is installed.</para> 271 269 after the newly built kernel is installed.</para> 270 272 271 <para>If the kernel source tree is going to be retained, run 273 272 <command>chown -R 0:0</command> on the <filename
Note:
See TracChangeset
for help on using the changeset viewer.