summaryrefslogtreecommitdiffstats
path: root/builder/INSTALL
diff options
context:
space:
mode:
authortorben2015-11-05 18:56:35 +0100
committertorben2015-11-05 18:56:35 +0100
commit98b3a82f2d07fa60ae9aa02544d59005a5d197ca (patch)
tree3e2065a29488d3f619b5dce5c238e4883fd00bb5 /builder/INSTALL
parentsync (diff)
downloadsystemd-init-98b3a82f2d07fa60ae9aa02544d59005a5d197ca.tar.gz
systemd-init-98b3a82f2d07fa60ae9aa02544d59005a5d197ca.tar.xz
systemd-init-98b3a82f2d07fa60ae9aa02544d59005a5d197ca.zip
FIxes
Diffstat (limited to 'builder/INSTALL')
-rw-r--r--builder/INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/builder/INSTALL b/builder/INSTALL
index a20a93a5..223d8942 100644
--- a/builder/INSTALL
+++ b/builder/INSTALL
@@ -1,18 +1,18 @@
This subfolder is dedicated to dracut related files.
-The folder 'dnbd3-qcow2-rootfs' is a dracut module used to setup
+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-qcow2-rootfs'.
+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-qcow2-rootfs" <target_path>
+ 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