Hello,
I would like to speed up boot with the boot0cfg command (2 second delay), but I want to make sure not to break my MBR.
My /etc/fstab:
Should I use the command
Thank you for your help.
I would like to speed up boot with the boot0cfg command (2 second delay), but I want to make sure not to break my MBR.
My /etc/fstab:
Code:
/dev/ada1p2 / ufs rw 1 1
/dev/ada1p3 none swap sw 0 0
pro /proc procfs rw 0 0
Should I use the command
boot0cfg -t 2 /dev/ada1 or this one: boot0cfg -t 2 /dev/ada1p2?Thank you for your help.