diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/linux.html | 7 | ||||
-rw-r--r-- | core/reboot.html | 14 |
2 files changed, 10 insertions, 11 deletions
diff --git a/core/linux.html b/core/linux.html index d98507a..3be6d77 100644 --- a/core/linux.html +++ b/core/linux.html @@ -19,10 +19,9 @@ <h2 id="#linuxlibre">2.1.1. Port Linux Libre</h2> <p>Default crux configuration can be obtained from iso, - kernel port don't depend on - <a href="reboot.html#dracut">dracut</a> and grub2 - is recommended to install them. To build and install this port - use prt-get;</p> + kernel port depend on <a href="reboot.html#dracut">dracut</a>, grub2 + and grub2-efi. You don't need them to build with pkgmk, to install + boot related tools use prt-get;</p> <pre> $ prt-get depinst linux-gnu 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> |