Changeset View
Changeset View
Standalone View
Standalone View
release/tools/ec2-small.conf
| Show All 27 Lines | export VM_RC_LIST="${VM_RC_LIST} ec2_configinit ec2_ephemeral_swap \ | ||||
| ec2_fetchkey ec2_loghostkey firstboot_freebsd_update firstboot_pkgs \ | ec2_fetchkey ec2_loghostkey firstboot_freebsd_update firstboot_pkgs \ | ||||
| growfs sshd" | growfs sshd" | ||||
| vm_extra_pre_umount() { | vm_extra_pre_umount() { | ||||
| # Any EC2 ephemeral disks seen when the system first boots will | # Any EC2 ephemeral disks seen when the system first boots will | ||||
| # be "new" disks; there is no "previous boot" when they might have | # be "new" disks; there is no "previous boot" when they might have | ||||
| # been seen and used already. | # been seen and used already. | ||||
| touch ${DESTDIR}/var/db/ec2_ephemeral_diskseen | touch ${DESTDIR}/var/db/ec2_ephemeral_diskseen | ||||
| metalog_add_data ./var/db/ec2_ephemeral_diskseen | |||||
| # Configuration common to all EC2 AMIs | # Configuration common to all EC2 AMIs | ||||
| ec2_common | ec2_common | ||||
| # Standard FreeBSD network configuration | # Standard FreeBSD network configuration | ||||
| ec2_base_networking | ec2_base_networking | ||||
| return 0 | return 0 | ||||
| } | } | ||||