diff options
| author | jandob | 2015-11-05 15:41:43 +0100 |
|---|---|---|
| committer | jandob | 2015-11-05 15:41:43 +0100 |
| commit | 34fcff83bfd7e0f73ad82f69b87faecbcad744fa (patch) | |
| tree | dc9d059bca7a8734859d5586c61725276f0af99c /builder/INSTALL | |
| parent | add Makefile for systemd-preserve-process-marker (diff) | |
| parent | Document new simplified approaches. (diff) | |
| download | systemd-init-34fcff83bfd7e0f73ad82f69b87faecbcad744fa.tar.gz systemd-init-34fcff83bfd7e0f73ad82f69b87faecbcad744fa.tar.xz systemd-init-34fcff83bfd7e0f73ad82f69b87faecbcad744fa.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'builder/INSTALL')
| -rw-r--r-- | builder/INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/builder/INSTALL b/builder/INSTALL index e52f0c39..a20a93a5 100644 --- a/builder/INSTALL +++ b/builder/INSTALL @@ -1,10 +1,10 @@ This subfolder is dedicated to dracut related files. The folder 'dnbd3-qcow2-rootfs' is a dracut module used to setup -a client's rootfs based on a (read-only) dnbd3 export made writable -through the qcow2 container format of the qemu ecosystem. +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 +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'. @@ -12,7 +12,7 @@ to '/usr/lib/dracut/modules.d/90dnbd3-qcow2-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-qcow2-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 |
