Well I have Poudriere Image spitting out images. NanoBSD style using the -t firmware switch.
I was able to use my NanoBSD overlay directory directly for Poudriere Image file overlays for configuration.
So it went pretty smoothly but I have a few sticking points. Looking for suggestions.
First missing feature from my NanoBSD config file is my root-password script.
How can I add a default root password with Poudriere Image?
The other question is how to add root enabled=YES to sshd_config?
I have added a modified sshd_config to my overlay so that works.
I am tempted to do the same for a root password but unsure about the encrytped password file.
Any suggestions for a new Poudriere Image user?
I needed to make UEFI appliance images and Poudriere seemed to have a method that works.
I used this page to get started:
bsdrp.net
I was able to use my NanoBSD overlay directory directly for Poudriere Image file overlays for configuration.
So it went pretty smoothly but I have a few sticking points. Looking for suggestions.
First missing feature from my NanoBSD config file is my root-password script.
Code:
cust_rootpasswd() (
echo 'freebsd' | pw -V ${NANO_WORLDDIR}/etc/ usermod root -h 0
)
The other question is how to add root enabled=YES to sshd_config?
I have added a modified sshd_config to my overlay so that works.
I am tempted to do the same for a root password but unsure about the encrytped password file.
Any suggestions for a new Poudriere Image user?
I needed to make UEFI appliance images and Poudriere seemed to have a method that works.
I used this page to get started: