From da52c4b286dc1d3def59f20dbe25f033793c92cc Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Mon, 10 Oct 2016 04:46:46 +0100 Subject: core revision --- core/reboot.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'core/reboot.html') 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 +

Review configuration file;

+ +
+        # PUT YOUR CONFIG IN separate files
+        # in /etc/dracut.conf.d named ".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
+        
+

Run dracut to create init ram filesystem;

-        # 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
         

1.4.3. Configuring Grub2

-- cgit 1.4.1-2-gfad0