From 204277a8a8e5cf724af9d21591c04a483d3e57dd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Jun 2014 18:10:09 +0200 Subject: [PATCH] README: add some examples. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 :-)