9 /etc/sysconfig/ifconfig.*
10 Note: ifconfig.* files will be processed
11 in alphanumerical order on boot, and reversed on shutdown.
12 - IFACE : The interface that is being configured (e.g. eth0)
13 - SERVICE: Which script to run in services directory.
14 - ONBOOT : If set to yes, this interface will be started on bootup
16 /etc/sysconfig/network
17 - HOSTNAME: Value of the system's hostname (From LFS Book)
18 This value may also be set in /etc/sysconfig/rc.site
20 Additional Configuration:
22 - IP : Static IP Address
23 - GATEWAY : Specifies the IP Address of the gateway server
24 - PREFIX : CIDR prefix of IP Address, defaults to 24 if not set
25 - PEER : IP Address of peer (for point-to-point connections and tunnels)
26 - BROADCAST: Broadcast address
28 SERVICE ipv4-static-route:
29 - TYPE : network (default type if not specified), default, host or unreachable
30 - IP : IP Address of target (for network, host and unreachable)
31 - PREFIX : CIDR prefix of target (for network, host and unreachable)
32 - GATEWAY: IP Address of gateway to reach target (for network and default)
35 SetClock configuration:
38 /etc/sysconfig/clock or /etc/sysconfig/rc.site
39 - UTC: 1 assumes hwclock is in UTC
40 0 assumes hwclock is in local time
41 - CLOCKPARAMS: any additional options to be passed to hwclock
43 CleanFS configuration:
45 /etc/rc.d/init.d/cleanfs
48 /etc/sysconfig/rc.site
49 - SKIPTMPCLEAN: skips cleaning of /tmp directory
51 /etc/sysconfig/createfiles
52 Each line is parsed, using space as a deliminator.
53 [NAME] [TYPE] [PERMISSIONS] [USER] [GROUP]
54 The below fields are currently only used on dev type.
55 ([DEV TYPE] [MAJOR#] [MINOR#])
57 File/Directory/Device name
59 dir: creates a directory
63 chmod the created file
65 chown the created file/dir to this user/group
67 char: character [needs MAJOR#, MINOR#]
68 block: block [needs MAJOR#, MINOR#]
71 Used by character and block devices.
73 Used by character and block devices.