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