diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1998-03-10 23:14:19 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1998-03-10 23:14:19 +0000 |
commit | e7bb8d3fe41527e0ff6f5ac67bacf130da334487 (patch) | |
tree | 6d5767c598d23fab3430a0a535cf6f73e2c7d483 /sysconfig.txt | |
parent | 5f1d23b75cc3b1a22a68cd133dd739e885f93fc2 (diff) | |
download | initscripts-e7bb8d3fe41527e0ff6f5ac67bacf130da334487.tar initscripts-e7bb8d3fe41527e0ff6f5ac67bacf130da334487.tar.gz initscripts-e7bb8d3fe41527e0ff6f5ac67bacf130da334487.tar.bz2 initscripts-e7bb8d3fe41527e0ff6f5ac67bacf130da334487.tar.xz initscripts-e7bb8d3fe41527e0ff6f5ac67bacf130da334487.zip |
more detail on ifcfg files
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index d87dafcb..00736a87 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -168,9 +168,13 @@ Files in /etc/sysconfig/network-scripts/ USERCTL=yes|no BOOTPROTO=none|bootp|dhcp + If BOOTPROTO is not "none", then the only other item that + must be set is the DEVICE item; all the rest will be determined + by the boot protocol. No "dummy" entries need to be created. + Base items being deprecated: - NETWORK=<will be calculated automatically> - BROADCAST=<will be calculated automatically> + NETWORK=<will be calculated automatically with ifcalc> + BROADCAST=<will be calculated automatically with ifcalc> PPP/SLIP items: PERSIST=yes|no |