summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-13 10:56:44 +0200
committerJonathan Bauer2020-05-13 10:56:44 +0200
commitd41518e9b0ca9bec77fcf04269e69af3104d8602 (patch)
tree2099fbf8a3491d81505b57d4d41561c9a8efc4e5
parent[slx-dmsetup] add mkfs.xfs (diff)
downloadsystemd-init-d41518e9b0ca9bec77fcf04269e69af3104d8602.tar.gz
systemd-init-d41518e9b0ca9bec77fcf04269e69af3104d8602.tar.xz
systemd-init-d41518e9b0ca9bec77fcf04269e69af3104d8602.zip
build-initramfs.sh: quickfix: clone kernel-qcow2
until the downloader stuff is done
-rwxr-xr-xbuilder/build-initramfs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index 7bd79413..65e07f7b 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -49,8 +49,8 @@ if [ ! -e "$_repo_dir" ]; then
# [ "$mod" = "rebash" ] && depth_arg+=("2016-11-30")
# [ "$mod" = "qemu-xmount" ] && depth_arg+=("2016-01-01")
# [ "$mod" = "xmount" ] && depth_arg+=("2015-11-05")
- [ "$mod" = "kernel-qcow2-linux" ] && continue
- [ "$mod" = "kernel-qcow2-util-linux" ] && continue
+ # [ "$mod" = "kernel-qcow2-linux" ] && continue
+ # [ "$mod" = "kernel-qcow2-util-linux" ] && continue
git clone --no-checkout "${depth_arg[@]}" --branch "$branch" "$url" "$path"
pushd "$path"
git checkout "$commit"