From aeb956f6e37e270acb486fc58281189b3abcac88 Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Sat, 17 Feb 2007 20:36:32 +0000 Subject: Update contents of lfs-bootscripts git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/bootscripts.xml | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) (limited to 'chapter07/bootscripts.xml') diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index d367cf320..6065b2ed0 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -49,8 +49,9 @@ checkfs, cleanfs, console, functions, halt, ifdown, ifup, - localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, - setclock, static, swap, sysklogd, template, and udev + localnet, modules, mountfs, mountkernfs, network, rc, reboot, + sendsignals, setclock, static, swap, sysctl, sysklogd, template, + udev, and udev_retry @@ -147,6 +148,18 @@ + + modules + + Loads kernel modules listed in + /etc/sysconfig/modules, using arguments + that are also given there + + modules + + + + mountfs @@ -245,6 +258,18 @@ + + sysctl + + Loads system configuration values from + /etc/sysctl.conf, if that file exists, + into the running kernel + + sysctl + + + + sysklogd @@ -277,6 +302,18 @@ + + udev_retry + + Retries failed udev uevents, and copies generated rules + files from /dev/.udev to + /etc/udev/rules.d if required + + udev_retry + + + + -- cgit v1.2.3-54-g00ecf