mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 17:25:08 +01:00
Correct a couple of issues in the bootscript documentation. Fixes #2469.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d9e68e63ab
commit
90b375c5e9
@ -8,18 +8,14 @@ Network Configuration:
|
|||||||
Configuration Files:
|
Configuration Files:
|
||||||
sysconfig/network-devices/ifconfig.*/*
|
sysconfig/network-devices/ifconfig.*/*
|
||||||
Note: ifconfig.* could be either a file or directory,
|
Note: ifconfig.* could be either a file or directory,
|
||||||
but the filename extention must be the same name
|
but the filename extension must be the same name
|
||||||
as the network interface you wish it to belong to.
|
as the network interface you wish it to belong to.
|
||||||
The files within the directory will be processed
|
The files within the directory will be processed
|
||||||
in alphanumerical order on boot, and reversed on
|
in alphanumerical order on boot, and reversed on
|
||||||
shutdown.
|
shutdown.
|
||||||
- SERVICE: which script to run in services directory.
|
- SERVICE: which script to run in services directory.
|
||||||
- ONBOOT: if set to yes, this interface will be started on
|
- ONBOOT: if set to yes, this interface will be started on
|
||||||
bootup, and stopped on shutdown
|
bootup, and stopped on shutdown
|
||||||
- ONHOTPLUG: if set to yes, this interface will be started
|
|
||||||
and stopped on hotplug events. This requires
|
|
||||||
ifup and ifdown symlinked to /sbin, as well
|
|
||||||
as the hotplug package
|
|
||||||
|
|
||||||
sysconfig/network
|
sysconfig/network
|
||||||
- HOSTNAME: Value of the system's hostname
|
- HOSTNAME: Value of the system's hostname
|
||||||
@ -48,6 +44,7 @@ SetClock configuration:
|
|||||||
sysconfig/clock
|
sysconfig/clock
|
||||||
- UTC: 1 assumes hwclock is in UTC
|
- UTC: 1 assumes hwclock is in UTC
|
||||||
0 assumes hwclock is in local time
|
0 assumes hwclock is in local time
|
||||||
|
- CLOCKPARAMS: any additional options to be passed to hwclock
|
||||||
|
|
||||||
CleanFS configuration:
|
CleanFS configuration:
|
||||||
Script Files:
|
Script Files:
|
||||||
|
Loading…
Reference in New Issue
Block a user