ubuntu胖客户无盘工作站DRBL快速安装指南

#su root

#wget -q http://drbl.nchc.org.tw/GPG-KEY-DRBL -O- | sudo apt-key add -

编辑/etc/apt/sources.list,包含以下:

如果您的版本是Squeeze (6.0):
----------
deb http://free.nchc.org.tw/debian/ squeeze main
deb http://free.nchc.org.tw/drbl-core drbl stable
----------
如果您的版本是Ubuntu Lucid (10.04):
----------
deb http://free.nchc.org.tw/ubuntu lucid main restricted universe multiverse
deb http://free.nchc.org.tw/drbl-core drbl stable
----------
如果您的版本是Ubuntu Natty (11.04):
----------
deb http://free.nchc.org.tw/ubuntu natty main restricted universe multiverse
deb http://free.nchc.org.tw/drbl-core drbl stable

#sudo apt-get update

#sudo apt-get install drbl

#/opt/drbl/sbin/drblsrv -i 

或者,如果你是懒人,可以直接:#/opt/drbl/sbin/drbl4imp

#/opt/drbl/sbin/drblpush -i

快速设置指令:/opt/drbl/sbin/dcs 或 /opt/drbl/sbin/drbl-client-switch

更多详细信息请参阅http://drbl.nchc.org.tw/news/

你可能感兴趣的:(ubuntu胖客户无盘工作站DRBL快速安装指南)