Hi folks.
In my mind this fits right in with "Installing and Upgrading FreeBSD", but if this isn't the right place for this, I apologize.
I'm having some difficulty with
Here's the installerconfig I'm using for testing:
I can't find in the
Thanks for your help.
Cheers!
Randall
In my mind this fits right in with "Installing and Upgrading FreeBSD", but if this isn't the right place for this, I apologize.
I'm having some difficulty with
bsdinstall and installerconfig. I can do anything else I need to with installerconfig (set the time, network, etc.), but calling rootpass ALWAYS results in an installation error.Here's the installerconfig I'm using for testing:
Code:
DISTRIBUTIONS="kernel.txz base.txz"
PARTITIONS="ada0 { 512K freebsd-boot, 6G freebsd-ufs /, 1G freebsd-swap, auto freebsd-ufs /media/local }"
bsdinstall rootpass
#!/bin/sh
I can't find in the
bsdinstall man page if the rootpass call needs to be somewhere other than the preamble. Is this where it's supposed to go? If not, where? Is there another way to set the root password without putting it in the script?Thanks for your help.
Cheers!
Randall