Hi all, i am trying to remove the pause at the boot prompt. According to boot(8) this can be done by
echo "boot" > /etc/boot.conf However this does not work with hibernate as it always boots /bsd and does not switch to /bsd.booted Hibernate works fine for me without the boot command in boot.conf My current solution is to echo "set timeout 1" > /etc/boot.conf I was wondering if this is "the way"? Best regards Kai

