version 1.35, 2011/02/25 00:35:09
|
version 1.42, 2011/03/05 16:23:46
|
Line 84 The following AMIs are publicly availabl
|
Line 84 The following AMIs are publicly availabl
|
<table> |
<table> |
<tr> |
<tr> |
<th>NetBSD version</th> |
<th>NetBSD version</th> |
<th>us-west-1</th> |
<th>us-east-1 (Virginia)</th> |
<th>us-east-1</th> |
<th>us-west-1 (N. California)</th> |
<th>eu-west-1</th> |
<th>eu-west-1 (Ireland)</th> |
<th>ap-southeast-1</th> |
<th>ap-southeast-1 (Singapore)</th> |
|
<th>ap-northeast-1 (Tokyo)</th> |
</tr> |
</tr> |
<tr> |
<tr> |
<th>NetBSD 5.1.0_PATCH</th> |
<th>NetBSD 5.1</th> |
<td> |
<td> |
32 bits: <strong></strong><br/> |
32 bits: <strong></strong><br/> |
64 bits: <strong></strong> |
64 bits: <strong>ami-06b4466f</strong> |
</td> |
</td> |
<td> |
<td> |
32 bits: <strong></strong><br/> |
32 bits: <strong></strong><br/> |
64 bits: <strong>ami-f612e19f</strong> |
64 bits: <strong>ami-99f7a7dc</strong> |
</td> |
</td> |
<td> |
<td> |
32 bits: <strong></strong><br/> |
32 bits: <strong></strong><br/> |
64 bits: <strong></strong> |
64 bits: <strong>ami-cfa296bb</strong> |
</td> |
</td> |
<td> |
<td> |
32 bits: <strong></strong><br/> |
32 bits: <strong></strong><br/> |
64 bits: <strong></strong> |
64 bits: <strong>ami-04e49a56</strong> |
|
</td> |
|
<td> |
|
32 bits: <strong></strong><br/> |
|
64 bits: <strong>ami-dc1bb0dd</strong> |
</td> |
</td> |
</tr> |
</tr> |
<tr> |
<tr> |
Line 126 The following AMIs are publicly availabl
|
Line 131 The following AMIs are publicly availabl
|
32 bits: <strong></strong><br/> |
32 bits: <strong></strong><br/> |
64 bits: <strong></strong> |
64 bits: <strong></strong> |
</td> |
</td> |
|
<td> |
|
32 bits: <strong></strong><br/> |
|
64 bits: <strong></strong> |
|
</td> |
</tr> |
</tr> |
</table> |
</table> |
|
|
Line 224 ec2_init()
|
Line 233 ec2_init()
|
) |
) |
} |
} |
|
|
|
|
load_rc_config $name |
load_rc_config $name |
run_rc_command "$1" |
run_rc_command "$1" |
"""]] |
"""]] |
Line 254 fi
|
Line 262 fi
|
You can then proceed to modifying the system living under */mnt/ec2*, so it can fit your needs (adding custom binaries, packages, etc). When done, build the *NetBSD-AMI.img.gz* ffs image, via [[!template id=man name=makefs section=8]], or **nbmakefs**, from the [toolchain](http://www.netbsd.org/docs/guide/en/chap-build.html#chap-build-tools): |
You can then proceed to modifying the system living under */mnt/ec2*, so it can fit your needs (adding custom binaries, packages, etc). When done, build the *NetBSD-AMI.img.gz* ffs image, via [[!template id=man name=makefs section=8]], or **nbmakefs**, from the [toolchain](http://www.netbsd.org/docs/guide/en/chap-build.html#chap-build-tools): |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
$ makefs -t ffs -B le -s 256m -N /mnt/ec2/etc/ -o density=32k NetBSD-AMI.img /mnt/ec2/ |
$ makefs -t ffs -B le -s 256m -N /mnt/ec2/etc/ -o density=32k /tmp/NetBSD-AMI.img /mnt/ec2/ |
Calculated size of `NetBSD-AMI.img': 268435456 bytes, 7345 inodes |
Calculated size of `NetBSD-AMI.img': 268435456 bytes, 7345 inodes |
Extent size set to 8192 |
Extent size set to 8192 |
NetBSD-AMI.img: 256.0MB (524288 sectors) block size 8192, fragment size 1024 |
NetBSD-AMI.img: 256.0MB (524288 sectors) block size 8192, fragment size 1024 |