mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
This is a rough draft of LFS w/ OpenRC without SysVinit. This is nowhere close for a merge as I need to confirm this works with LFS. Beyond that, BLFS also must get support, and BLFS will be a battlefield. Until we get to that point, please do not have this merged. This branch has been created because the LSB is getting changed, where SysVinit will not be part of it. However, OpenRC will be. OpenRC also provides technology projects like GNOME use. SysVinit simply will not get those technologies. I believe OpenRC will be the way to go, going forward for an educational alternative to the Systemd version of LFS. SysVinit can act as an init system under OpenRC, which would introduce unneeded complexity. That's why this removes SysVinit. This shall get rendered at https://linuxfromscratch.org/~zeckma/. MLFS support is not planned until merge into trunk. Feedback is appreciated.
42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<chapter id="chapter-config" xreflabel="Chapter 9">
|
|
<?dbhtml dir="chapter09"?>
|
|
<?dbhtml filename="chapter09.html"?>
|
|
|
|
<title>System Configuration</title>
|
|
|
|
<!-- openrc -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
|
|
|
|
<!-- systemd -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introductiond.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="networkd.xml"/>
|
|
|
|
<!-- common -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinks.xml"/>
|
|
|
|
<!-- openrc -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/>
|
|
|
|
<!-- systemd -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clock.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consoled.xml"/>
|
|
|
|
<!-- common -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="locale.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inputrc.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="etcshells.xml"/>
|
|
|
|
<!-- systemd -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd-custom.xml"/>
|
|
|
|
</chapter>
|