74 | | dir = /home |
75 | | install-method = debootstrap |
76 | | size = 4Gb # Disk image size. |
77 | | memory = 256Mb # Memory size |
78 | | swap = 128Mb # Swap size |
79 | | fs = ext3 # use the EXT3 filesystem for the disk image. |
80 | | dist = hardy # Default distribution to install. ---> For CUDA Support (Ubuntu 8.0.4) |
81 | | image = sparse # Specify sparse vs. full disk images. |
82 | | gateway = 192.168.100.254 |
83 | | netmask = 255.255.255.0 |
84 | | broadcast = 192.168.100.255 |
85 | | kernel = /boot/vmlinuz-`uname -r` |
86 | | initrd = /boot/initrd.img-`uname -r` |
87 | | mirror = http://gb.archive.ubuntu.com/ubuntu/ |
88 | | ext3_options = noatime,nodiratime,errors=remount-ro |
89 | | ext2_options = noatime,nodiratime,errors=remount-ro |
90 | | xfs_options = defaults |
91 | | reiser_options = defaults |
| 74 | 45 dir = /home |
| 75 | 128 size = 4Gb # Disk image size. |
| 76 | 129 memory = 256Mb # Memory size |
| 77 | 130 swap = 128Mb # Swap size |
| 78 | 133 dist = hardy # Default distribution to install. |
| 79 | 134 image = sparse # Specify sparse vs. full disk images. |
| 80 | 163 gateway = 192.168.100.254 |
| 81 | 164 netmask = 255.255.255.0 |
| 82 | 165 broadcast = 192.168.100.255 |
| 83 | 215 mirror = http://free.nchc.org.tw/ubuntu/ |