aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-05 15:56:27 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-05 16:01:57 +0100
commita8f3360e938b3cfc8b785222be522cdbf83e5692 (patch)
treec791cadc7fc6bb062173e40218ec9fd2749fe3f8 /README.md
parent5923ad488a1eb3c41e07cf598c1251ce07ea6c04 (diff)
Split default init scripts into seperate package
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index 305686c..2ddf025 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ in `/etc/init.d`. This can be done more conveniently using the `service`
command line tool.
-A default setup is provided, as needed for the Pygos system, including helper
-scripts for setting up mount points and for network configuration. If you want
-to use the init daemon for another system, you may have to toss out or adapt
-some of the default configuration and make your own.
+A default setup for the Pygos system, including helper scripts for setting up
+mount points and for network configuration, is provided in a seperate package.
+This package only contains the bare init framework without any default
+configuration.
Right now, the system is in a "basically works" proof of concept stage and
@@ -46,12 +46,6 @@ command line tools.
See [docs/services.md](docs/services.md) for more information on service
description files.
-See [docs/network.md](docs/network.md) for information on how the network
-configuration works.
-
-See [docs/defconfig.md](docs/defconfig.md) for an explanation on the default
-services and configuration provided with this package.
-
See [docs/gcron.md](docs/gcron.md) for details on the cron implementation.