source: BOOK/network/common/choose.xml @ 4d44a2a

clfs-3.0.0-systemdsystemd
Last change on this file since 4d44a2a was 0d36d0a, checked in by Chris Staub <chris@…>, 10 years ago

More updates to chapter references

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-network-choose">
9  <?dbhtml filename="choose.html"?>
10
11  <title>Systemd Networking?</title>
12
13  <indexterm zone="ch-network-choose">
14    <primary sortas="d-network">network</primary>
15  <secondary>configuring</secondary></indexterm>
16
17  <para>This section only applies if a network card is to be configured. If
18  you do not need to configure a network interface you can skip on to
19  <xref linkend="chapter-bootable"/>.</para>
20
21  <para> There are two different ways you can proceed from this point
22  to configure your network. You can use systemd, or install the
23  CLFS-Network-Scripts.</para>
24
25  <para>To use systemd to configure a Network Interface, Follow <xref linkend="ch-systemd-network"/>.</para>
26
27  <para>To use CLFS-network-scripts to configure a Network Interface, Follow <xref linkend="ch-network-network-scripts"/>.</para>
28
29</sect1>
Note: See TracBrowser for help on using the repository browser.