以下を追加する。
# Device Mountpoint FStype Options Dump Pass#
/dev/acd0c /cdrom cd9660 ro,noauto 0 0
/dev/fd0 /fd msdos rw,noauto 0 0
# $FreeBSD: src/etc/amd.map,v 1.8 1999/09/13 17:09:07 peter Exp $
#
/defaults type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key}
* opts:=rw,grpid,resvport,vers=2,proto=udp,nosuid,nodev
cdrom type:=program;fs:=/cdrom;\
mount:="/sbin/mount mount /cdrom";\
unmount:="/sbin/umount umount /cdrom";
fd type:=program;fs:=/fd;\
mount:="/sbin/mount mount /fd";\
unmount:="/sbin/umount umount /fd";
以下を追加する。
amd_enable="YES" # Run amd service with $amd_flags (or NO).
amd_flags="-l syslog /mnt /etc/amd.map"