Harald Hoyer
71df3c4329
renamed module-info.sh to module-setup.sh
14 years ago
Harald Hoyer
95d2dabc25
replaced check,install,installkernel with module-info.sh
14 years ago
Harald Hoyer
6ef8e5b4d3
mkdir /dev/.initramfs with "-p"
15 years ago
Vladislav Bogdanov
3afca618da
ifcfg/write-ifcfg.sh: fixes typos and generated ifcfg files
15 years ago
Vladislav Bogdanov
96fb9c8dd7
add bonding
...
Format:
bond=<bondname>[:<bondslaves>:[:<options>]]
bondslaves is a comma-separated list of physical (ethernet) interfaces.
options is a comma-separated list on bonding options (modinfo bonding for
details) in format compatible with initscripts.
If options include multi-valued arp_ip_target option, then its values
should be separated by semicolon.
bond without parameters assumes bond=bond0:eth0,eth1:balance-rr
15 years ago
Harald Hoyer
cc02093d69
reformat source code
...
removed tabs and set indention to 4 spaces
added emacs and vi format headers
15 years ago
Harald Hoyer
4eab305062
network: depend on ifcfg, if /etc/sysconfig/network-scripts exist
15 years ago
Harald Hoyer
80a6943fc4
ifcfg: set mode 0755 for scripts
15 years ago
Harald Hoyer
c98bcec89c
add preliminary IPv6 support
15 years ago
Harald Hoyer
4dc4cc3fc6
fixed permissions for the check files
15 years ago
Warren Togami
157a8ddf5c
Revert to per-device resolv.conf by Seewer's suggestion.
16 years ago
Warren Togami
08d82be71d
Better check if writing ifcfg files is necessary.
16 years ago
Warren Togami
4431431c23
Fix comment typo
16 years ago
Philippe Seewer
7a6e646c83
Move write-ifcfg to its own module
...
ifcfg config style is redhat specific, this should be in its own
module.
16 years ago