Hi,
I have a Nexcom 1150
(http://www.nexcom.co.uk/Products/network-and-communication-solutions/intel-based-appliance/entry-level-appliance/network-communication-nsa-1150)
which I use as Firewall and noticed that it takes up to 7 minutes to bootup.
By commenting out some parts of the the /etc/rc boot file I could find out that
the acpidump takes 5 minutes to run. So I just commented the following lines
out to boot up faster:
if [[ -x /usr/sbin/acpidump ]]; then
acpidump -o /var/db/acpi/
fi
Regards,
Mabi