On Mon, 8 Mar 2010, Maciej Milewski wrote:
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
Maciej,
Thanks, that resolved it and I've updated the scripts on my end. It looks
like nanobsd.sh is using boot0cfg successfully when it builds the images,
so I'll submit a PR.
Brian Conway
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"