Changes between Version 10 and Version 11 of Reading/XenG/cuda
- Timestamp:
- May 4, 2009, 4:47:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reading/XenG/cuda
v10 v11 24 24 rider@cloud:~$ sudo vim /etc/xen-tools/xen-tools.conf [[BR]] 25 25 {{{ 26 #!sh 26 27 dir = /home 27 28 install-method = debootstrap … … 67 68 rider@cloud:~$ sudo vim /etc/xen/nvidia.cfg [[BR]] 68 69 {{{ 70 #!sh 69 71 kernel = '/boot/vmlinuz-2.6.22.9' 70 72 ramdisk = '/boot/initrd.img-2.6.22.9' … … 122 124 rider@cloud:~$ sudo vim /etc/xen/xend-pci-permissive.sxp [[BR]] 123 125 {{{ 126 #!sh 124 127 (unconstrained_dev_ids 125 128 #('0123:4567:89AB:CDEF') … … 132 135 rider@cloud:~$ sudo vim /etc/xen/xend-pci-quirks.sxp [[BR]] 133 136 {{{ 137 #!sh 134 138 (pci_ids 135 139 # Entries are formated as follows: … … 150 154 root@nvidia:~# vim /etc/sudoers [[BR]] 151 155 {{{ 156 #!sh 152 157 username ALL=(ALL) ALL 153 158 }}}