summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-13 11:12:14 +0200
committerJonathan Bauer2020-05-13 11:12:14 +0200
commite20f661191fbfdb51b1304e1fb995fda9c1a2ad6 (patch)
tree4edd3d439e7becd039f6dae08ab3f4e157e49695
parentCentOS-*: fix module configs (diff)
downloadsystemd-init-e20f661191fbfdb51b1304e1fb995fda9c1a2ad6.tar.gz
systemd-init-e20f661191fbfdb51b1304e1fb995fda9c1a2ad6.tar.xz
systemd-init-e20f661191fbfdb51b1304e1fb995fda9c1a2ad6.zip
removed old README content, added TODO :)
-rw-r--r--README.md1
-rw-r--r--readme.md21
2 files changed, 1 insertions, 21 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..1333ed77
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+TODO
diff --git a/readme.md b/readme.md
deleted file mode 100644
index 113d30c2..00000000
--- a/readme.md
+++ /dev/null
@@ -1,21 +0,0 @@
-This subfolder is dedicated to dracut related files.
-
-The folder 'dnbd3-rootfs' is a dracut module used to setup
-a client's rootfs based on a (read-only) dnbd3 export made writable
-through the kernel device mapper features.
-
-To use this module within dracut, you simply need to copy/link/mount
-the above mentioned folder to '/usr/lib/dracut/modules.d' prefixed
-with a numerical priority. We used '90' so far, so the module was linked
-to '/usr/lib/dracut/modules.d/90dnbd3-rootfs'.
-
-Once the module has been integrated in dracut's modules, you can build
-the initramfs with the following command:
-
- dracut --no-hostonly --modules "dnbd3-rootfs" <target_path>
-
-Note that the '--no-hostonly' is critical if the machine dracut is
-executed on and the clients supposed to boot the resulting initramfs
-differ.
-
-For more informations see: https://lab.ks.uni-freiburg.de/projects/dracut-praktikum/wiki