diff options
| author | Jonathan Bauer | 2020-05-13 11:07:40 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2020-05-13 11:07:40 +0200 |
| commit | dccf07414027454342188d0eb87a58634e3f798a (patch) | |
| tree | 1b220a0f2ae7191ebda23b708e4c62b3be6dfeaf /bootstrap/CentOS-7 | |
| parent | restructure repo (diff) | |
| download | systemd-init-dccf07414027454342188d0eb87a58634e3f798a.tar.gz systemd-init-dccf07414027454342188d0eb87a58634e3f798a.tar.xz systemd-init-dccf07414027454342188d0eb87a58634e3f798a.zip | |
initial bootstrap (old downloader) code
Diffstat (limited to 'bootstrap/CentOS-7')
| -rw-r--r-- | bootstrap/CentOS-7 | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/bootstrap/CentOS-7 b/bootstrap/CentOS-7 new file mode 100644 index 00000000..5a3f2d8c --- /dev/null +++ b/bootstrap/CentOS-7 @@ -0,0 +1,63 @@ + +declare -A module_core=( + [handler]="git" + [path]="systemd-init" + [url]="git://git.openslx.org/openslx-ng/systemd-init.git" + [branch]="stable" + [commit]="c63e555a86" +) + +declare -A module_dracut=( + [handler]="http" + [path]="${module_core[path]}/builder/dracut" + [url]="https://www.kernel.org/pub/linux/utils/boot/dracut/dracut-047.tar.gz" +) + +declare -A module_dnbd3=( + [handler]="git" + [path]="${module_core[path]}/builder/modules.d/dnbd3-rootfs/binaries/dnbd3" + [url]="git://git.openslx.org/dnbd3.git" + [branch]="master" + [commit]="c881c79" +) + +declare -A module_qemu_xmount=( + [handler]="git" + [path]="${module_core[path]}/builder/modules.d/dnbd3-rootfs/binaries/qemu-xmount" + [url]="git://github.com/eaas-framework/qemu.git" + [branch]="libxmount_input" + [commit]="4873cd023da8511ed9792a318d1456c949046123" +) + +declare -A module_xmount=( + [handler]="git" + [path]="${module_core[path]}/builder/modules.d/dnbd3-rootfs/binaries/xmount" + [url]="git://github.com/eaas-framework/xmount.git" + [branch]="master" + [commit]="0151375" +) + +declare -A module_kernel_qcow2_util_linux=( + [handler]="git" + [url]="git://git.openslx.org/openslx/kernel-qcow2-util-linux.git" + [path]="${module_core[path]}/builder/modules.d/dnbd3-rootfs/binaries/kernel-qcow2-util-linux" + [branch]="kernel-qcow2" + [commit]="0692b96" +) + +declare -A module_kernel_qcow2_linux=( + [handler]="git" + [url]="git://git.openslx.org/openslx/kernel-qcow2-linux.git" + [path]="${module_core[path]}/builder/modules.d/dnbd3-rootfs/binaries/kernel-qcow2-linux" + [branch]="kernel-qcow2-linux-4.19.y" + [commit]="f9b4646" +) + +declare -A module_rebash=( + [handler]="git" + [url]="https://github.com/jandob/rebash.git" + [path]="${module_core[path]}/builder/modules.d/dnbd3-rootfs/scripts/rebash" + [branch]="master" + [commit]="6ca5b39" +) + |
