Changeset 221 for drbl-virt/sbin/drbl_xen_repush.sh
- Timestamp:
- Oct 26, 2010, 9:32:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_xen_repush.sh
r216 r221 91 91 /opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf 92 92 echo "" 93 94 95 # = 3. Copy xen kernel & initrd to /home/domains = 96 if [ ! -e /home/domains ]; then 97 mkdir /home/domains 98 fi 99 cp -f /tftpboot/nbi_img/*xen* /home/domains 100 cp -f /tftpboot/nbi_img/vmlinuz-pxe /home/domains 101 cp -f /tftpboot/nbi_img/initrd-pxe.img /home/domains 102 103 104 # = 4. Complete = 105 echo -e "\n[Install completion]" 106 echo "You can use $Work_Path/check_drbl_client to check DRBL Client !" 107 echo "You alse can use $Work_Path/check_drbl_total_vm to check DRBL VM !"
Note: See TracChangeset
for help on using the changeset viewer.