diff --git a/src/bouncer/bouncer b/src/bouncer/bouncer new file mode 100755 index 00000000..b3699410 Binary files /dev/null and b/src/bouncer/bouncer differ diff --git a/src/slash-bedrock/share/brl-fetch/distros/opensuse b/src/slash-bedrock/share/brl-fetch/distros/opensuse index 4bf07941..618a3abb 100644 --- a/src/slash-bedrock/share/brl-fetch/distros/opensuse +++ b/src/slash-bedrock/share/brl-fetch/distros/opensuse @@ -109,6 +109,6 @@ fetch() { chroot "${bootstrap_dir:-}" zypper -nR /target-root ar -d -n openSUSE-Tumbleweed-Source http://download.opensuse.org/source/tumbleweed/repo/oss/ repo-source chroot "${bootstrap_dir:-}" zypper -nR /target-root ar -f -n openSUSE-Tumbleweed-Update http://download.opensuse.org/update/tumbleweed/ repo-update chroot "${bootstrap_dir:-}" zypper -nR /target-root --gpg-auto-import-keys ref - chroot "${bootstrap_dir:-}" zypper -nR /target-root install filesystem openSUSE-release + chroot "${bootstrap_dir:-}" zypper -nR /target-root install filesystem openSUSE-release ca-certificates-cacert chroot "${bootstrap_dir:-}" zypper -nR /target-root install -t pattern base }