about summary refs log tree commit diff stats
path: root/core/reboot.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2018-03-08 19:10:53 +0000
committerSilvino Silva <silvino@bk.ru>2018-03-08 19:10:53 +0000
commit29cb6d06ec42e1723bc6f89d6accdf8899b53e95 (patch)
tree8bea65577113dd8abf88af7a21ae7363acea644c /core/reboot.html
parent0583a720dc23686c65245b06269a209a936d44c3 (diff)
downloaddoc-29cb6d06ec42e1723bc6f89d6accdf8899b53e95.tar.gz
core linux and reboot revision
Diffstat (limited to 'core/reboot.html')
-rw-r--r--core/reboot.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/reboot.html b/core/reboot.html
index 210c20f..c7e8d9c 100644
--- a/core/reboot.html
+++ b/core/reboot.html
@@ -34,12 +34,12 @@
         <h2 id="linux">1.4.1. Kernel</h2>
 
         <p>There is possible to install kernel using a port,
-        c9-ports have a <a href="ports/linux-libre">linux-gnu</a>
-        port for that. Linux-gnu kernel is a true source based kernel that
-        respects your freedoms, is x86_64 and generic configured. Read
-        <a href="linux.html">linux kernel</a> for more information.</p>
+        c9-ports have <a href="ports/linux-gnu">linux-gnu</a>
+        port of linux libre,a true source based kernel that
+        respects your freedoms. Read <a href="linux.html">linux kernel</a> 
+        for more information.</p>
 
-        <p>If you don't have the binary package;</p>
+        <p>If you don't have the port binary package build it;</p>
 
         <pre>
         # cd /usr/ports/c9-ports/linux-gnu
@@ -69,7 +69,7 @@
         # in /etc/dracut.conf.d named "<name>.conf"
 
         # Equivalent to -H
-        hostonly="yes"
+        hostonly="no"
 
         # Mount / and /usr read-only by default.
         ro_mnt="no"
@@ -90,7 +90,7 @@
         port linux-blob kernel;</p>
 
         <pre>
-        # dracut -v /boot/initramfs-4.9.86-gnu.img 4.9.86-gnu
+        # dracut --kver 4.9.86-gnu
         </pre>
 
         <h2 id="grub">1.4.3. Grub</h2>