diff options
Diffstat (limited to 'src/docs/Making-your-system-bootable.html')
-rw-r--r-- | src/docs/Making-your-system-bootable.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/docs/Making-your-system-bootable.html b/src/docs/Making-your-system-bootable.html index 0387eb4..58714a3 100644 --- a/src/docs/Making-your-system-bootable.html +++ b/src/docs/Making-your-system-bootable.html @@ -2,7 +2,12 @@ <html> <!-- Copyright (C) 2020 Cem Keylan -Licensed under Gnu Free Documentation License. --> +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> <!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -14,6 +19,7 @@ Licensed under Gnu Free Documentation License. --> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Installation.html" rel="up" title="Installation"> <link href="Post_002dinstallation.html" rel="next" title="Post-installation"> <link href="Kernel.html" rel="prev" title="Kernel"> @@ -42,7 +48,7 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="Making-your-system-bootable"></span><div class="header"> <p> -Next: <a href="Post_002dinstallation.html" accesskey="n" rel="next">Post-installation</a>, Previous: <a href="Kernel.html" accesskey="p" rel="prev">Kernel</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> </p> +Next: <a href="Post_002dinstallation.html" accesskey="n" rel="next">Post-installation</a>, Previous: <a href="Kernel.html" accesskey="p" rel="prev">Kernel</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="Making-your-system-bootable-1"></span><h3 class="section">1.5 Making your system bootable</h3> @@ -51,6 +57,8 @@ Next: <a href="Post_002dinstallation.html" accesskey="n" rel="next">Post-install init-scripts and a bootloader. The init daemon is already provided by busybox, but you can optionally change it. </p> + + <span id="Installing-a-bootloader"></span><h4 class="subsection">1.5.1 Installing a bootloader</h4> <p>In the main repository, there is efibootmgr and grub to serve as bootloaders. @@ -79,6 +87,8 @@ $ grub-install --target=x86_64-efi \ $ grub-mkconfig -o /boot/grub/grub.cfg </pre></div> + + <span id="Installing-init-scripts"></span><h4 class="subsection">1.5.2 Installing init scripts</h4> <p>Only thing left to do is installing the init-scripts, and now you are almost @@ -88,6 +98,8 @@ ready to boot your system! <pre class="example">$ cpt b carbs-init && cpt i carbs-init </pre></div> + + <span id="Generating-fstab"></span><h4 class="subsection">1.5.3 Generating fstab</h4> <p>You can now manually edit your fstab entry, or you can use the genfstab tool. @@ -102,5 +114,7 @@ $ ./genfstab -U /mnt >> /mnt/etc/fstab + + </body> </html> |