summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-09-05 11:31:27 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-09-05 11:31:27 +0200
commit075d442e54c91dd945fde2c36d1f67623991ed73 (patch)
tree33607d3932d9d1e80ee0b85d3ff6447e2158294a /doc
parent7417edd15f355812513f31a3952c078e0b56ac6b (diff)
official installation guide: config file syntax for automatic procedure
Diffstat (limited to 'doc')
-rw-r--r--doc/official_installation_guide_en16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/official_installation_guide_en b/doc/official_installation_guide_en
index 472e28e..1054695 100644
--- a/doc/official_installation_guide_en
+++ b/doc/official_installation_guide_en
@@ -800,6 +800,22 @@ Invoke as `aif -p automatic -c /path/to/configfile`
Obviously, don't forget to change the hard disk names unless you want
to use /dev/sda.
+#### Config file syntax
+
+Config files will be sourced by the bash shell, so they need to be valid
+bash code.
+
+**PARTITIONS:** Allows you to define partitions for your hard disk,
+separated by spaces.
+
+* first comes the device file for the hard disk
+* then for each partition you want: size in MiB (or '*' for all remaining
+ space),filesystem type and optionally a '+' to toggle the bootable flag.
+ separated by colons (':')
+
+**BLOCKDATA:** In this multi-line variable you can describe for each
+partition you'll have how it should be used. Study the examples to see how
+it works.
### Customizing Installations