about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-06-25 18:10:09 +0200
committerJuan RP <xtraeme@gmail.com>2014-06-25 18:10:09 +0200
commit204277a8a8e5cf724af9d21591c04a483d3e57dd (patch)
treef71e419dbc55248c78247959635c289bae030e70 /README.md
parentf2e9e4f27aa45eaaf9118fb13cb9f48304256ecd (diff)
downloadhrmpf-204277a8a8e5cf724af9d21591c04a483d3e57dd.tar.gz
hrmpf-204277a8a8e5cf724af9d21591c04a483d3e57dd.tar.xz
hrmpf-204277a8a8e5cf724af9d21591c04a483d3e57dd.zip
README: add some examples.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b7cc7e..56466b2 100644
--- a/README.md
+++ b/README.md
@@ -26,3 +26,15 @@ and then see the usage output:
     $ ./mklive.sh -h
     $ ./mkrootfs.sh -h
     $ ./mkimage.sh -h
+
+#### Examples
+
+Build an x86 live image with runit and keyboard set to 'fr':
+
+    # ./mklive.sh -b base-system-runit -k fr
+
+Build an x86 live image with systemd and some optional packages:
+
+    # ./mklive.sh -p 'vim rtorrent'
+
+See the usage output for more information :-)