summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-14 15:16:46 +0200
committerJonathan Bauer2020-05-14 15:16:46 +0200
commitab42cb0a8b0525061679fdcbb21ad5f6b383ddcf (patch)
tree272e0ae28b5ca6247491ec97c52f3109f8026a85 /bootstrap
parentbuild-initramfs.sh: integrate bootstrap into main script (diff)
downloadsystemd-init-ab42cb0a8b0525061679fdcbb21ad5f6b383ddcf.tar.gz
systemd-init-ab42cb0a8b0525061679fdcbb21ad5f6b383ddcf.tar.xz
systemd-init-ab42cb0a8b0525061679fdcbb21ad5f6b383ddcf.zip
remove deprecated files
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/CentOS-762
-rw-r--r--bootstrap/CentOS-862
-rw-r--r--bootstrap/Ubuntu-1852
3 files changed, 0 insertions, 176 deletions
diff --git a/bootstrap/CentOS-7 b/bootstrap/CentOS-7
deleted file mode 100644
index 5d19e4b9..00000000
--- a/bootstrap/CentOS-7
+++ /dev/null
@@ -1,62 +0,0 @@
-declare -A core_repo=(
- [handler]="git"
- [path]="systemd-init"
- [url]="git://git.openslx.org/openslx-ng/systemd-init.git"
- [branch]="stable"
- [commit]="c63e555a86"
-)
-
-declare -A core_dracut=(
- [handler]="http"
- [path]="dracut"
- [url]="https://www.kernel.org/pub/linux/utils/boot/dracut/dracut-047.tar.gz"
-)
-
-declare -A module_dnbd3=(
- [handler]="git"
- [path]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/modules.d/dnbd3-rootfs/scripts/rebash"
- [branch]="master"
- [commit]="6ca5b39"
-)
-
diff --git a/bootstrap/CentOS-8 b/bootstrap/CentOS-8
deleted file mode 100644
index 3e6292f8..00000000
--- a/bootstrap/CentOS-8
+++ /dev/null
@@ -1,62 +0,0 @@
-
-declare -A core_repo=(
- [handler]="git"
- [path]="systemd-init"
- [url]="git://git.openslx.org/openslx-ng/systemd-init.git"
- [branch]="downloader"
-)
-
-declare -A core_dracut=(
- [handler]="http"
- [path]="dracut"
- [url]="https://www.kernel.org/pub/linux/utils/boot/dracut/dracut-047.tar.gz"
-)
-
-declare -A module_dnbd3=(
- [handler]="git"
- [path]="${core_repo[path]}/modules.d/dnbd3-rootfs/binaries/dnbd3"
- [url]="git://git.openslx.org/dnbd3-ng.git"
- [branch]="master"
- [commit]="b57dadc2d"
-)
-
-declare -A module_qemu_xmount=(
- [handler]="git"
- [path]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/modules.d/dnbd3-rootfs/binaries/kernel-qcow2-linux"
- [branch]="kernel-qcow2-linux-4.18.x-centos"
- [commit]="0761b3e9e03"
-)
-
-declare -A module_rebash=(
- [handler]="git"
- [url]="https://github.com/jandob/rebash.git"
- [path]="${core_repo[path]}/modules.d/dnbd3-rootfs/scripts/rebash"
- [branch]="master"
- [commit]="6ca5b39"
-)
-
diff --git a/bootstrap/Ubuntu-18 b/bootstrap/Ubuntu-18
deleted file mode 100644
index e8efbac8..00000000
--- a/bootstrap/Ubuntu-18
+++ /dev/null
@@ -1,52 +0,0 @@
-declare -A core_repo=(
- [handler]="git"
- [path]="systemd-init"
- [url]="git://git.openslx.org/openslx-ng/systemd-init.git"
- [branch]="downloader"
-)
-
-declare -A core_dracut=(
- [handler]="http"
- [path]="dracut"
- [url]="https://www.kernel.org/pub/linux/utils/boot/dracut/dracut-047.tar.gz"
-)
-
-declare -A module_dnbd3=(
- [handler]="git"
- [path]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/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]="${core_repo[path]}/modules.d/dnbd3-rootfs/binaries/kernel-qcow2-linux"
- [branch]="kernel-qcow2-linux-4.19.y"
- [commit]="f9b4646"
-)