serial.opts

来自「pcmcia source code」· OPTS 代码 · 共 23 行

OPTS
23
字号
# Serial device configuration## The address format is "scheme,socket,instance".#case "$ADDRESS" in*,*,*)    INFO="Default modem setup"    # Symbolic link to dialout device    LINK="/dev/modem"    # Options for 'setserial'    SERIAL_OPTS=""    # Should we create an inittab entry for this port?    #INITTAB="/sbin/mgetty"    # Extra stuff to do after setting up the device    start_fn () { return; }    # Extra stuff to do before shutting down the device    stop_fn () { return; }    # Card eject policy options    NO_CHECK=n    NO_FUSER=n    ;;esac

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?