From bdc3203ea73546f01b40dbf3ea84071b3c9c273c Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 4 Sep 2019 16:44:30 +0200 Subject: build-initramfs.sh: shallow kernel-qcow2-linux --- builder/build-initramfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index 69e53b0a..8e5df3fd 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -49,6 +49,7 @@ 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" ] && depth_arg+=("2019-08-25") [ "$mod" = "kernel-qcow2-util-linux" ] && depth_arg+=("2019-08-15") git clone -n --no-tags "${depth_arg[@]}" --branch "$branch" "$url" "$path" pushd "$path" -- cgit v1.2.3-55-g7522