aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts/README
diff options
context:
space:
mode:
Diffstat (limited to 'bootscripts/README')
-rw-r--r--bootscripts/README49
1 files changed, 22 insertions, 27 deletions
diff --git a/bootscripts/README b/bootscripts/README
index 726fa1747..6a12b3cfe 100644
--- a/bootscripts/README
+++ b/bootscripts/README
@@ -1,49 +1,44 @@
Network Configuration:
Script Files:
- /etc/rc.d/init.d/network
+ /etc/rc.d/init.d/*
/sbin/ifup
/sbin/ifdown
- /lib/boot/*/*
+ /lib/lsb/*
Configuration Files:
/etc/sysconfig/ifconfig.*
- Note: ifconfig.* could be either a file or directory,
- but the filename extension must be the same name
- as the network interface you wish it to belong to.
- The files within the directory will be processed
- in alphanumerical order on boot, and reversed on
- shutdown.
- - IFACE: the interface that is being configured (e.g. eth0)
- - SERVICE: which script to run in services directory.
- - ONBOOT: if set to yes, this interface will be started on
- bootup, and stopped on shutdown
+ Note: ifconfig.* files will be processed
+ in alphanumerical order on boot, and reversed on shutdown.
+ - IFACE : The interface that is being configured (e.g. eth0)
+ - SERVICE: Which script to run in services directory.
+ - ONBOOT : If set to yes, this interface will be started on bootup
/etc/sysconfig/network
- - HOSTNAME: Value of the system's hostname
+ - HOSTNAME: Value of the system's hostname (From LFS Book)
+ This value may also be set in /etc/sysconfig/rc.site
Additional Configuration:
- ipv4-static:
- - IP: static IP Address
- - GATEWAY: Specifies the IP Address of the gateway server
- - PREFIX: CIDR prefix of IP Address, defaults to 24 if not set
- - PEER: IP Address of peer (for point-to-point connections and tunnels)
- - BROADCAST: broadcast address
+ SERVICE ipv4-static:
+ - IP : Static IP Address
+ - GATEWAY : Specifies the IP Address of the gateway server
+ - PREFIX : CIDR prefix of IP Address, defaults to 24 if not set
+ - PEER : IP Address of peer (for point-to-point connections and tunnels)
+ - BROADCAST: Broadcast address
- ipv4-static-route:
- - TYPE: network (default type if not specified), default, host or
- unreachable
- - IP: IP Address of target (for network, host and unreachable)
- - PREFIX: CIDR prefix of target (for network, host and unreachable)
+ SERVICE ipv4-static-route:
+ - TYPE : Network (default type if not specified), default, host or unreachable
+ - IP : IP Address of target (for network, host and unreachable)
+ - PREFIX : CIDR prefix of target (for network, host and unreachable)
- GATEWAY: IP Address of gateway to reach target (for network and default)
SetClock configuration:
- Script Files:
- /etc/rc.d/init.d/setclock
+
+ /etc/rc.d/init.d/cleanfs
- SKIPTMPCLEAN: skips cleaning of /tmp directory
Configuration Files:
- /etc/sysconfig/clock
+ /etc/sysconfig/clock or /etc/sysconfig/rc.site
- UTC: 1 assumes hwclock is in UTC
0 assumes hwclock is in local time
- CLOCKPARAMS: any additional options to be passed to hwclock