Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2023-03-12 11:36:30 +01:00
commit b5b704a30c
2 changed files with 26 additions and 5 deletions

View File

@ -64,14 +64,15 @@
For general information on kernel configuration see <ulink
url="&hints-root;kernel-configuration.txt"/>. Additional information
about configuring and building the kernel can be found at <ulink
url="http://www.kroah.com/lkn/"/>. These refereces are a bit
url="&anduin-sources;/kernel-nutshell/"/>.
These references are a bit
dated, but still give a reasonable overview of the process.
</para>
<para>
If all else fails, you can ask for help on the <ulink
url="https://www.linuxfromscratch.org/mail.html">lfs-suport</ulink>
mailing list. Note that suscribing is required in order for the list
url="https://www.linuxfromscratch.org/mail.html">lfs-support</ulink>
mailing list. Note that subscribing is required in order for the list
to avoid spam.
</para>
</important>

View File

@ -75,6 +75,12 @@
</para>
</listitem>
<listitem>
<para>
Ensure a password is set for the root user.
</para>
</listitem>
<listitem>
<para>
A review of the following configuration files
@ -133,7 +139,21 @@ umount -v $LFS</userinput></screen>
<para>Assuming the GRUB boot loader was set up as outlined earlier, the menu
is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
<para>When the reboot is complete, the LFS system is ready for use and
more software may be added to suit your needs.</para>
<para>When the reboot is complete, the LFS system is ready for use. What you
will see is a simple <quote>login: </quote> prompt. At this point, you can
proceed to
<phrase revision="sysv">
<ulink url="https://www.linuxfromscratch.org/blfs/view/stable/">
the BLFS Book</ulink></phrase>
<phrase revision="systemd">
<ulink url="https://www.linuxfromscratch.org/blfs/view/stable-systemd/">
the BLFS Book</ulink></phrase>
where you can add more software to suit your needs.</para>
<para>
If your reboot is <emphasis role="bold">not</emphasis> successful, it
is time to troubleshoot. For hints on solving inital booting problems, see
<ulink url="https://www.linuxfromscratch.org/lfs/troubleshooting.html"/>.
</para>
</sect1>