Browse Source

readme - add arguments

Émile Morel 10 years ago
parent
commit
afe893a587
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -27,6 +27,11 @@ issue](https://github.com/docker/docker/issues/1916)
 sudo docker run --privileged -i -t -v $(pwd)/olinux/:/olinux/ debian:olinux sh ./olinux/create_arm_debootstrap.sh
 ```
 
+Optional arguments:
++ -n <name> hostnane
++ -a <packages> add additional packages
++ -d <release> debian release (wheezy, jessie...)  
+
 # Build sunxi kernel and boot files
 
 You shoud have both debootstrap and sunxi directories in olinux/
@@ -34,6 +39,10 @@ You shoud have both debootstrap and sunxi directories in olinux/
 sudo docker run --privileged -i -t -v $(pwd)/olinux/:/olinux/ debian:olinux sh ./olinux/create_sunxi_boot_files.sh
 ```
 
+Optional arguments:
++ -o offline mode; doesn't pull repositories so you should have run the script once without this option
++ -t <type> board type (lime,lime2,micro)
+
 # Install on a SD card
 
 ## Setup SD card device