| 43 | | dir = /home |
| 44 | | install-method = debootstrap |
| 45 | | size = 4Gb # Disk image size. |
| 46 | | memory = 256Mb # Memory size |
| 47 | | swap = 128Mb # Swap size |
| 48 | | fs = ext3 # use the EXT3 filesystem for the disk image. |
| 49 | | dist = hardy # Default distribution to install. ---> For CUDA Support (Ubuntu 8.0.4) |
| 50 | | image = sparse # Specify sparse vs. full disk images. |
| 51 | | gateway = 192.168.100.254 |
| 52 | | netmask = 255.255.255.0 |
| 53 | | broadcast = 192.168.100.255 |
| 54 | | kernel = /boot/vmlinuz-`uname -r` |
| 55 | | initrd = /boot/initrd.img-`uname -r` |
| 56 | | mirror = http://free.nchc.org.tw/ubuntu/ |
| 57 | | ext3_options = noatime,nodiratime,errors=remount-ro |
| 58 | | ext2_options = noatime,nodiratime,errors=remount-ro |
| 59 | | xfs_options = defaults |
| 60 | | reiser_options = defaults |
| | 43 | 45 dir = /home |
| | 44 | 128 size = 4Gb # Disk image size. |
| | 45 | 129 memory = 256Mb # Memory size |
| | 46 | 130 swap = 128Mb # Swap size |
| | 47 | 132 fs = ext3 # use the EXT3 filesystem for the disk image. |
| | 48 | 133 dist = hardy # Default distribution to install. |
| | 49 | 134 image = sparse # Specify sparse vs. full disk images. |
| | 50 | 163 gateway = 192.168.100.254 |
| | 51 | 164 netmask = 255.255.255.0 |
| | 52 | 165 broadcast = 192.168.100.255 |
| | 53 | 215 mirror = http://free.nchc.org.tw/ubuntu/ |