--- wikisrc/amazon_ec2.mdwn 2011/02/23 21:44:38 1.31 +++ wikisrc/amazon_ec2.mdwn 2011/02/23 22:02:15 1.33 @@ -104,7 +104,7 @@ cd src ./build.sh -O ../obj -T ../tools -D ../dest -R ../release -m amd64 -U distribution ./build.sh -O ../obj -T ../tools -m amd64 kernel=XEN3_DOMU # install distribution in /mnt/ec2 -su root -c ./build.sh -O ../obj -T ../tools -D ../dest -R ../release -U -V INSTALLSETS="base etc" install=/mnt/ec2 +su root ./build.sh -O ../obj -T ../tools -D ../dest -R ../release -U -V INSTALLSETS="base etc" install=/mnt/ec2 """]] # Configuration of your NetBSD EC2 tree @@ -199,7 +199,7 @@ procfs /proc procfs rw EOF # EC2 startup script (if you installed it) if [ -f etc/rc.d/ec2_init ]; then - chmod 755 etc/rc.d/ec2_init + chmod 555 etc/rc.d/ec2_init fi """]]