summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-25 10:29:24 +0200
committerJonathan Bauer2020-05-25 10:29:24 +0200
commite64cead934208879978a51efed0ae0f3862c3bd2 (patch)
tree82c45582e43170205424f08566d0d51115598dce
parentMerge branch 'master' into nobash-merge (diff)
parentbuild-initramfs.sh: quickfix: clone kernel-qcow2 (diff)
downloadsystemd-init-e64cead934208879978a51efed0ae0f3862c3bd2.tar.gz
systemd-init-e64cead934208879978a51efed0ae0f3862c3bd2.tar.xz
systemd-init-e64cead934208879978a51efed0ae0f3862c3bd2.zip
Merge branch 'master' into nobash-merge
-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 941baccf..a305fdee 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -42,8 +42,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"