From b0c45f2f3b37e8eeb6f22f2fc8430fd1191ae6c1 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 14 Nov 2022 13:51:10 +0100 Subject: [PATCH] Start --- .gitmodules | 6 ++++++ 00layer00_core | 1 + systemd | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 00layer00_core create mode 160000 systemd diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..73054ff --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "00layer00_core"] + path = 00layer00_core + url = ../core +[submodule "systemd"] + path = systemd + url = ../../rpm/systemd.git diff --git a/00layer00_core b/00layer00_core new file mode 160000 index 0000000..f448025 --- /dev/null +++ b/00layer00_core @@ -0,0 +1 @@ +Subproject commit f44802543602fb1abf5d3c28b5c3542548171583 diff --git a/systemd b/systemd new file mode 160000 index 0000000..26bab0b --- /dev/null +++ b/systemd @@ -0,0 +1 @@ +Subproject commit 26bab0bfc88a9d07fa4c86a62f2bda77808b8224