diff options
Diffstat (limited to 'src/docs/System-Configuration.html')
-rw-r--r-- | src/docs/System-Configuration.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/docs/System-Configuration.html b/src/docs/System-Configuration.html index 1b8d78b..f0cbaf5 100644 --- a/src/docs/System-Configuration.html +++ b/src/docs/System-Configuration.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="Kernel.html" rel="next" title="Kernel"> <link href="Chroot.html" rel="prev" title="Chroot"> @@ -42,7 +48,7 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="System-Configuration"></span><div class="header"> <p> -Next: <a href="Kernel.html" accesskey="n" rel="next">Kernel</a>, Previous: <a href="Chroot.html" accesskey="p" rel="prev">Chroot</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> </p> +Next: <a href="Kernel.html" accesskey="n" rel="next">Kernel</a>, Previous: <a href="Chroot.html" accesskey="p" rel="prev">Chroot</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="System-Configuration-1"></span><h3 class="section">1.3 System Configuration</h3> @@ -50,6 +56,8 @@ Next: <a href="Kernel.html" accesskey="n" rel="next">Kernel</a>, Previous: <a hr <p>After you have finished installing some extra packages, you can configure your system to your liking. </p> + + <span id="Configuring-hostname-_0028recommended_0029"></span><h4 class="subsection">1.3.1 Configuring hostname (recommended)</h4> <p>You might want to add a hostname, especially in a networked environment. Your @@ -59,6 +67,8 @@ hostname will default to ’carbslinux’ unless you set this. <pre class="example">$ echo your-hostname > /etc/hostname </pre></div> + + <span id="Setting-up-hosts-file-_0028optional_0029"></span><h4 class="subsection">1.3.2 Setting up hosts file (optional)</h4> <p>You can edit your /etc/hosts file, which is the static lookup table for host @@ -73,5 +83,7 @@ replace the ’localhost’ part of these entries to your hostname. + + </body> </html> |