From 74aa8c1a3b116a6c4b06da77251a6cb2f72820b7 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Sun, 16 Jun 2019 01:03:48 +0200 Subject: Switched to own Linux kernel version and util-linux submodule repository for development purposes --- .gitmodules | 6 ++++-- implementation/loop | 2 +- implementation/losetup | 2 +- 3 files changed, 6 insertions(+), 4 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 index bec7550..72a20ce 160000 --- a/implementation/loop +++ b/implementation/loop @@ -1 +1 @@ -Subproject commit bec7550cca106c3ccc061e3e625516af63054fe4 +Subproject commit 72a20cee5d99d231809ee4d3d2c09a96a25451e2 diff --git a/implementation/losetup b/implementation/losetup index 4de60ae..d4319b9 160000 --- a/implementation/losetup +++ b/implementation/losetup @@ -1 +1 @@ -Subproject commit 4de60aecad837c857d8971b0b35088a42da9e59e +Subproject commit d4319b91c9d7d69e7b954fc66819214f81501312 -- cgit v1.2.3-55-g7522