Open Subito opened 2 years ago
Can you post the contents of the overlay directory and the package list?
Thats probably unrelated. The problem in this case was, that the repository "130x64-default-2022" was still beeing build by poudriere and the folder simply did not exist. I waited a bit for the build to finish and ran the command again and it worked - only that I had to clean up the zpool first that was left by generate-je.sh
.
For completeness:
# tree overlay/
overlay/
└── etc
├── master.passwd -> /config/master.passwd
├── rc.conf -> /config/rc.conf
└── resolv.conf -> /config/resolv.conf
# cat /root/nginxtest.pkgs
nginx
screen
sudo
ca_root_nss
curl
Fixing my mistake, trying the build again:
Destroying the zpool by hand solves this. The
md*
files are also left, but that maybe doesn't matter?