On 12/22/10 10:59, Alexander Hall wrote:
> As noted by Peter Miller, the fsck and mount procedures in bsd.rd
> differ from /etc/rc. Specifically, he had issues with usb disks that
> were not always present at boot. While /etc/rc would not fsck
> those (since fs_passno == 0) and ignore any issues wi
As noted by Peter Miller, the fsck and mount procedures in bsd.rd
differ from /etc/rc. Specifically, he had issues with usb disks that
were not always present at boot. While /etc/rc would not fsck
those (since fs_passno == 0) and ignore any issues with mount -a,
the upgrade process was a bit more p