All Boards TFTP on OpenSuse

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

All Boards TFTP on OpenSuse

All Boards TFTP on OpenSuse

For OpenSuse Users:


  • Open a terminal as root
    • Edit tftp file

# vi /etc/xinetd.d/tftp

  • Change the disable to no:

service tftp

{

  socket_type = dgram

  protocol = udp

  wait = yes

  user = root

  server = /usr/sbin/in.tftpd

  server_args = -s /tftpboot

  disable = no

}

タグ(2)
評価なし
バージョン履歴
最終更新日:
‎07-30-2012 02:11 PM
更新者: