Skip to content

Commit

Permalink
README: update mklive examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan RP committed Apr 15, 2015
1 parent bc72a0b commit ad1fb6c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :-)

0 comments on commit ad1fb6c

Please sign in to comment.