madogiwa_shuminohitoの日記: 【devfs】
日記 by
madogiwa_shuminohito
( ´`)ノ<devfsを起動時に有効にすると
Can't locate module ttyうんたらかんたら
と言われてしまうので、/etc/init.d/bootmisc.shを修正したのれす。
#
# Set pseudo-terminal access permissions.
#
if [ ! -d /dev/vc ]; then
$CHMOD 666 /dev/tty[p-za-e][0-9a-f]
$CHOWN root:tty /dev/tty[p-za-e][0-9a-f]
fi
【devfs】 More ログイン