aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-06-25 19:53:18 +0100
committerMatt Fleming <matt.fleming@intel.com>2012-06-25 19:53:18 +0100
commit7bce7ecebfdd1ad72a81a672186be0baa92be753 (patch)
tree8df59e386ce945dbd9b26598eb7398d76f41afe3
parente69a85ef535200f13a615f1bffcbd2b7cf4026cc (diff)
downloadefilinux-7bce7ecebfdd1ad72a81a672186be0baa92be753.tar.gz
efilinux: Explain the config file syntax and add an example
The only explanation of the config file syntax is in the commit log that introduced it, commit 77148a3e4978 ("efilinux: Minimal configuration file support"), so add a couple of lines to the README describing it. Also, add an example config file. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--README5
-rw-r--r--example.cfg1
2 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 6399d82..05ed9df 100644
--- a/README
+++ b/README
@@ -14,5 +14,10 @@ Stable versions can be found at,
http://www.kernel.org/pub/linux/boot/efilinux/
+CONFIGURATION FILE SYNTAX
+
+There is no config syntax as such. A config file is a one-line file
+that contains command line parameters. See example.cfg.
+
Matt Fleming <matt.fleming@intel.com>
diff --git a/example.cfg b/example.cfg
new file mode 100644
index 0000000..bc3f786
--- /dev/null
+++ b/example.cfg
@@ -0,0 +1 @@
+-f 0:\bzImage console=ttyS0 initrd=0:\initrd