Changes between Version 19 and Version 20 of jazz/DRBL_Xen
- Timestamp:
- Jul 14, 2008, 5:12:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/DRBL_Xen
v19 v20 114 114 * You can run '''/etc/init.d/xend start''' manually to start xen service for each DRBL clients via '''drbl-doit''' command. 115 115 {{{ 116 # # /opt/drbl/bin/drbl-doit /etc/init.d/xend start 116 #!sh 117 # /opt/drbl/bin/drbl-doit /etc/init.d/xend start 117 118 }}} 118 119 * To save your time, we recommand you to add xend to default rcX.d by running '''update-rc.d xend defaults''' 119 120 {{{ 121 #!sh 120 122 # /opt/drbl/bin/drbl-doit /usr/sbin/update-rc.d xend defaults 121 123 }}}