13 lines
478 B
Django/Jinja
13 lines
478 B
Django/Jinja
base: {
|
|
url: "{{ pkgbase_url }}",
|
|
mirror_type: "none",
|
|
enabled: yes,
|
|
priority: 100
|
|
}
|
|
# poudriere jail -c -j current -v main -a amd64 -m git -D -U https://git.FreeBSD.org/src.git -K GENERIC-NODEBUG -B -b
|
|
# env ABI=FreeBSD:15:amd64 pkg update -f -r base
|
|
# env ABI=FreeBSD:15:amd64 pkg install -r base -g 'FreeBSD-*'
|
|
|
|
# for f in /etc/master.passwd /etc/group /etc/sysctl.conf /etc/ssh/sshd_config; do cp -v "$f.pkgsave" "$f"; done
|
|
# pwd_mkdb -p /etc/master.passwd
|