source: chapter07/hostname.xml@ cba2d4e

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since cba2d4e was cba2d4e, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Added systemd and dbus to the book.
Set up systemd and System V side-by-side with the
ability to reboot to either system.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[d781ffb]7
[3be4d97]8<sect1 id="ch-scripts-hostname">
[d781ffb]9 <?dbhtml filename="hostname.html"?>
10
[0cda898]11 <title>Configuring the system hostname</title>
[673b0d8]12
[d781ffb]13 <indexterm zone="ch-scripts-hostname">
[0cda898]14 <primary sortas="d-hostname">hostname</primary>
[d781ffb]15 <secondary>configuring</secondary>
16 </indexterm>
[81fd230]17
[cba2d4e]18 <para>Durein gthe boot process, both Systemd and System V use the same
19 file for establixhg the system's hostname.This needs to be configured by
20 creating <filename>/etc/hostname</filename>.</para>
[8d18f3d]21
[cba2d4e]22 <para>Create the <filename>/etc/hostname</filename> file and enter a
[d781ffb]23 hostname by running:</para>
[8d18f3d]24
[cba2d4e]25<screen><userinput>echo "<replaceable>&lt;lfs&gt;</replaceable>" &gt; /etc/hostname</userinput></screen>
[8d18f3d]26
[0090db5]27 <para><replaceable>&lt;lfs&gt;</replaceable> needs to be replaced with the name given
[d781ffb]28 to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
[0cda898]29 information is put in the <filename>/etc/hosts</filename> file.</para>
[81fd230]30
[8d18f3d]31</sect1>
Note: See TracBrowser for help on using the repository browser.