Dnia poniedziaĆek, 8 marca 2010 o 04:00:02 Brian Conway napisaĆ(a):
> Greetings. I'm testing NanoBSD images for eventual use in an Alix board
> and have run into an issue with the boot0cfg lines in the update scripts,
> in multiple environments. Specifically, any use of boot0cfg yields a
> successful output[1], followed by:
> ...
> Any ideas? Bug or
> user error? Thanks.
>
> Brian Conway
Brian,
try changing in updatep1 and updatep2 to use gpart not boot0cfg:
#boot0cfg -s 1 -v ${NANO_DRIVE}
gpart set -a active -i 1 ${NANO_DRIVE}
I think is the problem. I was having similar errors as you while I was using
boot0cfg.
Maciej Milewski
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"