readme
来自「也是ks8695 soho中的文件」· 代码 · 共 32 行
TXT
32 行
How to make dhcpcd get invoked in synchronization with PCMCIA card boot-up
0. Introduction
This directory contains the following files:
o README this file
o README.jis README translated into Japanese
o network replacement of /etc/pcmcia/network
o network.opt replacement of /etc/pcmcia/network.opt
1. Install (in case you are using Slackware distribution)
1. make a back-up of the following directories: /etc/rc.d, /etc/pcmcia
2. copy 'network' and 'network.opt' to /etc/pcmcia
3. copy all the 'rc' files in the directory ../rc.d to the directory /etc/rc.d
2. Environment Variables in the Shell Script 'network'
The environment variables used in the shell script 'network' are
defined in the file 'network.opt'. The following environment
variables, which are defined in 'network.opt', are related to dhcpcd:
o DHCP: cardmgr invokes dhcpcd if this variable is set to "y".
This value is set to "y" in 'network.opt'.
o DHCPSTF: dhcpcd invokes the command file described by this variable
if it is not set to the null string. This value is set to
/etc/rc.d/rc.dhcp in 'network.opt'.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?