瀏覽代碼

README: add some examples.

Juan RP 11 年之前
父節點
當前提交
204277a8a8
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      README.md

+ 12 - 0
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 :-)