Changes between Version 2 and Version 3 of jazz/DRBL_Xen


Ignore:
Timestamp:
Jun 3, 2008, 5:29:36 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/DRBL_Xen

    v2 v3  
    3131root@drbl-xen-srv:~# apt-key add GPG-KEY-DRBL
    3232}}}
    33    * add DRBL repository URL
     33   * Add DRBL repository URL
    3434{{{
    3535root@drbl-xen-srv:~# echo "deb http://free.nchc.org.tw/drbl-core drbl stable" > /etc/apt/sources.list.d/drbl-sources.list
    3636}}}
     37   * Use drblsrv command to setup DRBL server. Here we choose linux-image-2.6.18-6-486 as default DRBL PXE kernel image
     38{{{
     39root@drbl-xen-srv:~# /opt/drbl/sbin/drblsrv -i
     40[....skip....]
     41Install kernel for clients... ...
     42In ayo repository, searching the latest kernel ...
     43*****************************************************.
     44Now run: /opt/drbl/sbin/drblsrv-offline -c -d -a -l en_US -k /var/cache/apt/archives/linux-image-2.6.18-6-486_2.6.18.dfsg.1-18etch5_i386.deb "" ""
     45Kernel package /var/cache/apt/archives/linux-image-2.6.18-6-486_2.6.18.dfsg.1-18etch5_i386.deb is used for client...
     46*****************************************************.
     47[....skip....]
     48}}}