summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorManuel Bentele2019-06-16 01:03:48 +0200
committerManuel Bentele2019-06-16 01:03:48 +0200
commit74aa8c1a3b116a6c4b06da77251a6cb2f72820b7 (patch)
tree833f363f78761b7df8e54dc093a703cd18bdfa90 /.gitmodules
parentAdded function traces of the loop device kernel module (diff)
downloadkernel-qcow2-74aa8c1a3b116a6c4b06da77251a6cb2f72820b7.tar.gz
kernel-qcow2-74aa8c1a3b116a6c4b06da77251a6cb2f72820b7.tar.xz
kernel-qcow2-74aa8c1a3b116a6c4b06da77251a6cb2f72820b7.zip
Switched to own Linux kernel version and util-linux submodule repository for development purposes
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index b0123cc..2415da1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,7 +13,9 @@
url = git://git.qemu.org/qemu.git
[submodule "implementation/loop"]
path = implementation/loop
- url = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+ url = https://git.manuel-bentele.de/aluni/master_project_kernel_qcow2_linux.git
+ branch = kernel-qcow2
[submodule "implementation/losetup"]
path = implementation/losetup
- url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
+ url = https://git.manuel-bentele.de/aluni/master_project_kernel_qcow2_util_linux.git
+ branch = kernel-qcow2