Changes between Version 1 and Version 2 of jazz/DRBL_Xen_Lustre
- Timestamp:
- Jul 15, 2008, 1:17:08 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/DRBL_Xen_Lustre
v1 v2 3 3 = Rebuid debian apackage for Xen and Lustre = 4 4 5 *6 5 {{{ 6 root@drbl-xen-srv:~# apt-get install dpkg-dev 7 root@drbl-xen-srv:~# apt-get source linux-image-xen-amd64 8 root@drbl-xen-srv:~# apt-get build-dep linux-image-xen-amd64 9 ## for i386 ## 7 10 root@drbl-xen-srv:~# apt-get source xen-hypervisor-3.0.3-1-i386-pae 8 11 root@drbl-xen-srv:~# apt-get build-dep xen-hypervisor-3.0.3-1-i386-pae 12 ## for x86_64 ## 13 root@drbl-xen-srv:~# apt-get source xen-hypervisor-3.0.3-1-amd64 14 root@drbl-xen-srv:~# apt-get build-dep xen-hypervisor-3.0.3-1-amd64 9 15 }}} 10 16 {{{ 11 17 root@drbl-xen-srv:~# echo "deb-src http://free.nchc.org.tw/debian/ testing main non-free contrib" > /etc/apt/sources.list.d/debian-lenny.list 18 12 19 }}} 13 20