4 sysconfig/network-devices/ifup
5 sysconfig/network-devices/ifdown
6 sysconfig/network-devices/services/*
9 sysconfig/network-devices/ifconfig.*/*
10 Note: ifconfig.* could be either a file or directory,
11 but the filename extention must be the same name
12 as the network interface you wish it to belong to.
13 The files within the directory will be processed
14 in alphanumerical order on boot, and reversed on
16 - SERVICE: which script to run in services directory.
17 - ONBOOT: if set to yes, this interface will be started on
18 bootup, and stopped on shutdown
19 - ONHOTPLUG: if set to yes, this interface will be started
20 and stopped on hotplug events. This requires
21 ifup and ifdown symlinked to /sbin, as well
22 as the hotplug package
25 - HOSTNAME: Value of the system's hostname
27 Additional Configuration:
28 sysconfig/network-devices/ifconfig.*
30 - IP: static IP Address
31 - GATEWAY: Specifies the IP Address of the gateway server
32 - PREFIX: CIDR prefix of IP Address, defaults to 24 if not set
33 - PEER: IP Address of peer (for point-to-point connections and tunnels)
34 - BROADCAST: broadcast address
36 - TYPE: network (default type if not specified), default, host or
38 - IP: IP Address of target (for network, host and unreachable)
39 - PREFIX: CIDR prefix of target (for network, host and unreachable)
40 - GATEWAY: IP Address of gateway to reach target (for network and default)
43 SetClock configuration:
49 - UTC: 1 assumes hwclock is in UTC
50 0 assumes hwclock is in local time
52 CleanFS configuration:
57 /etc/sysconfig/createfiles
58 Each line is parsed, using space as a deliminator.
59 [NAME] [TYPE] [PERMISSIONS] [USER] [GROUP]
60 The below fields are currently only used on dev type.
61 ([DEV TYPE] [MAJOR#] [MINOR#])
63 File/Directory/Device name
65 dir: creates a directory
69 chmod the created file
71 chown the created file/dir to this user/group
73 char: character [needs MAJOR#, MINOR#]
74 block: block [needs MAJOR#, MINOR#]
77 Used by character and block devices.
79 Used by character and block devices.
81 Sysklogd configuration:
86 /etc/sysconfig/sysklogd
87 - SYSLOGD_OPTIONS: Options to pass to the syslogd daemon
88 - KLOGD_OPTIONS: Options to pass to the klogd daemon