Hello,
I'm trying to follow http://wiki.netbsd.org/amazon_ec2/ to build a
new
AMI, but I've not been successful. After
su root ./build.sh -O ../obj -T ../tools -D ../dest -R ../release -U
-V \
INSTALLSETS="base etc" install=/mnt/ec2
I find that /mnt/ec2 looks not completely populated.
/mnt/ec2/etc/rc.d/ is
empty, as is /mnt/ec2/etc/ssh/; running
makefs -t ffs -B le -s 256m -N /mnt/ec2/etc/ -o density=32k \
/tmp/NetBSD-AMI.img /mnt/ec2/
then yields:
makefs: Unable to use user and group databases in `/mnt/ec2/etc'
Is it possible that there are some steps missing from the wiki?