about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-04-15 07:33:04 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-04-15 07:33:04 +0200
commitad1fb6c388038f6ed8913c692b5b6b12ea320032 (patch)
tree5629c1d6bb8a59c77f33db6722bca79177243624 /README.md
parentbc72a0b4cff83518b3d2a790f29ad84c2ba30e7f (diff)
downloadhrmpf-ad1fb6c388038f6ed8913c692b5b6b12ea320032.tar.gz
hrmpf-ad1fb6c388038f6ed8913c692b5b6b12ea320032.tar.xz
hrmpf-ad1fb6c388038f6ed8913c692b5b6b12ea320032.zip
README: update mklive examples.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 598f596..41a6a5e 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,16 @@ and then see the usage output:
 
 #### Examples
 
-Build an x86 live image with runit and keyboard set to 'fr':
+Build a native live image with runit and keyboard set to 'fr':
 
     # ./mklive.sh -k fr
 
-Build an x86 live image with systemd and some optional packages:
+Build an i686 (on x86\_64) live image with some additional packages:
 
-    # ./mklive.sh -b base-system-systemd -p 'vim rtorrent'
+    # ./mklive.sh -a i686 -p 'vim rtorrent'
+
+Build an x86\_64 musl live image with packages stored in a local repository:
+
+    # ./mklive.sh -a x86_64-musl -r /path/to/host/binpkgs
 
 See the usage output for more information :-)