So I have to come back to this.
Ever since adding messing with my rc.conf
my boot time has increased.
Here is my local overides:
# Add local overrides below.
#
hostname="hackbox.local"
random_file=/etc/entropy-file
microcode=YES
#rtclocaltime=YES
rpcbind=YES
dbus=YES
famd=YES
powerd=YES
wpa_supplicant=YES
wpa_supplicant_flags="-B -D bsd -i iwn0 -c /etc/wpa_supplicant.conf"
dhcpcd=YES
dhcpcd_flags="-w -qM iwn0 -b"
npf=YES
xdm=NO
raidframe=NO
wscons=YES
sshd=NO
postfix=NO
ipv6addrctl=YES
ipv6addrctl_policy=ipv4_prefer
envsys=YES
ntpdate=YES
#ntpd_flags="-g -x -U 3600 0.oceania.pool.ntp.org"
I added the -w
flag to my dhcpcd_flags
which obviously takes it's time to get the ip. But when it gets to ntpdate
it takes a good 5-10 seconds sometimes before getting to my login prompt.
Additionally, I've commented out the ntpd_flags
because I was getting errors as mentioned in my previous post. I've also commented out rtclocaltime
at the beginning.. I forget why, but I guessed I didn't need it?
What can I do to make my rc.conf
cleaner and speed up my boot time while still having the correct time set?