diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-10-25 13:21:06 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-10-25 13:21:06 +0000 |
commit | be8bda02c9e7538b25fc55aeaa199ae53c12537f (patch) | |
tree | 327e41ccfad65a7b280df4629ad5c70ae31d8f76 /bootscripts | |
parent | e6f0e5e7df2593f8584558c28a63c4666721f760 (diff) |
network is case-sensitive
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootscripts/README b/bootscripts/README index b71b10a64..9c08faf39 100644 --- a/bootscripts/README +++ b/bootscripts/README @@ -26,7 +26,7 @@ Network Configuration: - BROADCAST: Broadcast address SERVICE ipv4-static-route: - - TYPE : Network (default type if not specified), default, host or unreachable + - 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) |