aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-21 15:35:20 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-21 15:35:20 +0100
commiteb39cd81fb58ee26388ef1ec0fd51093fabd3317 (patch)
tree1474a28a6f89e9df38cf57a11e04b9c2eb382a1e
parent86a273d80bed84a09ccdac81db3775a23ad23cdb (diff)
Markdown.
-rw-r--r--tools/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/README.md b/tools/README.md
index 5a3be09..8a2908a 100644
--- a/tools/README.md
+++ b/tools/README.md
@@ -68,15 +68,15 @@ needed directories, create the initial configuration files.
A short listing of the tasks of scripts called by make-base-requires (NOTE: these
scripts are run by tools/make-base-requires.sh, you should not need to run these individually):
* tools/install-dependencies.sh
- ** Installs needed base software to boot, primary and secondary
+ - Installs needed base software to boot, primary and secondary
* tools/make-named.pl
- ** Basic BIND setup (creates named.conf et.al)
+ - Basic BIND setup (creates named.conf et.al)
* tools/make-first-zones.pl
- ** Creates static zone-files (tgname, infra, ipv6zone)
+ - Creates static zone-files (tgname, infra, ipv6zone)
* tools/make-reverse4-files.pl
- ** Creates reverse-zones for IPv4
+ - Creates reverse-zones for IPv4
* tools/make-dhcpd.pl
- ** Sets up the base setup for DHCP
+ - Sets up the base setup for DHCP
3++: Update during the party using update-baseservice.sh from bootstrap
------------------------------------------------------------------