mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fix typos in initramfs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9514 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
dad72194e3
commit
64cb61ad96
@ -24,7 +24,7 @@
|
||||
into memory and starts the kernel. The kernel checks for the presence of the
|
||||
initramfs and, if found, mounts it as / and runs /init. The init program is
|
||||
typically a shell script. Note that the boot process takes longer, possibly
|
||||
sugnificantly longer, if an initramfs is used.</para>
|
||||
significantly longer, if an initramfs is used.</para>
|
||||
|
||||
<para>For most distributions, kernel modules are the biggest reason to have an
|
||||
initramfs. In a general distribution, there are many unknowns such as file
|
||||
@ -133,7 +133,7 @@ if [ -n "$KERNEL_VERSION" ] ; then
|
||||
binfiles="$binfiles kmod"
|
||||
else
|
||||
binfiles="$binfiles lsmod"
|
||||
sbinfiles="sbinfiles insmod"
|
||||
sbinfiles="$sbinfiles insmod"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user