diff options
Diffstat (limited to 'core/reboot.html')
-rw-r--r-- | core/reboot.html | 23 |
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> |