diff options
author | Manuel Bentele | 2019-06-16 01:03:48 +0200 |
---|---|---|
committer | Manuel Bentele | 2019-06-16 01:03:48 +0200 |
commit | 74aa8c1a3b116a6c4b06da77251a6cb2f72820b7 (patch) | |
tree | 833f363f78761b7df8e54dc093a703cd18bdfa90 | |
parent | Added function traces of the loop device kernel module (diff) | |
download | kernel-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
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | implementation/loop | 0 | ||||
m--------- | implementation/losetup | 0 |
3 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 diff --git a/implementation/loop b/implementation/loop -Subproject bec7550cca106c3ccc061e3e625516af63054fe +Subproject 72a20cee5d99d231809ee4d3d2c09a96a25451e diff --git a/implementation/losetup b/implementation/losetup -Subproject 4de60aecad837c857d8971b0b35088a42da9e59 +Subproject d4319b91c9d7d69e7b954fc66819214f8150131 |