mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fixed yes "" | make config explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@437 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ba3c4d322f
commit
ec6c66d250
@ -3,12 +3,14 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<userinput>yes "" | make config:</userinput> This runs make config and
|
<userinput>yes "" | make config:</userinput> This runs make config and
|
||||||
answers "Y" to every question the config script asks the user. We're not
|
answers with the default answer to every question the config script asks
|
||||||
configuring the real kernel here, we just need to have some sort of
|
the user (it does this by simply doing the equivalent of hitting the
|
||||||
configure file created so that we can run make dep next that will create
|
Enter key, thus accepting the default Y and N answers to the questions).
|
||||||
a few files in $LFS/usr/src/linux/include/linux, like version.h, among
|
We're not configuring the real kernel here, we just need to have some sort
|
||||||
others, that we will need to compile Glibc and other packages later in
|
of configure file created so that we can run make dep next that will
|
||||||
chroot.
|
create a few files in $LFS/usr/src/linux/include/linux, like version.h,
|
||||||
|
among others, that we will need to compile Glibc and other packages later
|
||||||
|
in chroot.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user