about summary refs log tree commit diff stats
path: root/core/reboot.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-10 04:46:46 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-15 01:57:43 +0100
commitda52c4b286dc1d3def59f20dbe25f033793c92cc (patch)
treed74a18e7cd2a6ceffc4742d3d0636a489aef286d /core/reboot.html
parent396ce01c4e206f544ea4fb53e22904925a28fd31 (diff)
downloaddoc-da52c4b286dc1d3def59f20dbe25f033793c92cc.tar.gz
core revision
Diffstat (limited to 'core/reboot.html')
-rw-r--r--core/reboot.html23
1 files changed, 22 insertions, 1 deletions
diff --git a/core/reboot.html b/core/reboot.html
index 3a6758d..79fde23 100644
--- a/core/reboot.html
+++ b/core/reboot.html
@@ -51,10 +51,31 @@
         # pkgadd /usr/ports/packages/dracut#044-2.pkg.tar.gz
         </pre>
 
+        <p>Review configuration file;</p>
+
+        <pre>
+        # PUT YOUR CONFIG IN separate files
+        # in /etc/dracut.conf.d named "<name>.conf"
+
+        # Equivalent to -H
+        hostonly="yes"
+
+        # Equivalent to -m "module module module"
+        dracutmodules+="dash kernel-modules rootfs-block udev-rules usrmount base fs-lib shutdown"
+
+        # Equivalent to -a "module"
+        add_dracutmodules+="caps debug"
+
+        # Equivalent to -o "module"
+        #omit_dracutmodules+="systemd systemd-bootchart systemd-networkd systemd-initrd"
+
+        # SEE man dracut.conf(5) for options
+        </pre>
+
         <p>Run dracut to create init ram filesystem;</p>
 
         <pre>
-        # dracut -v -H --fstab  /boot/initramfs-4.1.30-crux.img 4.1.30-crux
+        # dracut -v /boot/initramfs-4.1.30-crux.img 4.1.30-crux
         </pre>
 
         <h2 id="grub">1.4.3. Configuring Grub2</h2>