summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-20 18:43:47 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-20 18:43:47 +0100
commit78bbe06321a9724311449a38ea9134d227d95a98 (patch)
tree84d7887f42334c1454539549cc0ac122094ec9d8 /README
parentfcbe47dfba9a64f98f6596d23f4f2efb78480101 (diff)
new concept: partial procedures, 2 implementations + documentation + added automatic procedure docs to README
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index ca55604..77d1b28 100644
--- a/README
+++ b/README
@@ -99,6 +99,14 @@ core/base: basic, little-interactivity installation with some common defa
want to run this one, although it's useful for other procedures to inherit from.
core/interactive: interactive, reasonably flexible/featured installer (port of /arch/setup)
core/quickinst: mostly DIY. port of /arch/quickinst
+core/automatic: automatic installer/deployment tool, can use config files
+
+** Partial Procedures **
+These procedures allow you to run a select few functions, in order to reach
+a specific goal, usually not installing a system
+
+partial-configure-network.sh Configure network on the runtime system
+partial-disks.sh Process disk subsystem or do a rollback
** Contributing **