@@ -76,11 +76,14 @@ Help for the parameters of the main components:
7676 Architecture of Linux distribution, supported "armel", "armhf", "arm64", "i386" and "amd64".
7777
7878 --suite="stretch"
79- Version of Linux distribution, supported versions "wheezy ", "jessie " and "stretch " (also can be used "stable", "testing" and "unstable").
79+ Version of Linux distribution, supported versions "jessie ", "stretch " and "buster " (also can be used "stable", "testing", "unstable" or "oldstable ").
8080
8181 --source-path="http://ftp.debian.org/debian/"
8282 Installation source, can specify address of the repository or path to the rootfs archive.
8383
84+ --extra-packages=""
85+ List of optional installation packages, separated by spaces.
86+
8487 --method="chroot"
8588 Containerization method "chroot" or "proot".
8689
@@ -99,21 +102,21 @@ Help for the parameters of the main components:
99102 --net-trigger=""
100103 Path to a script inside the container to process changes the network.
101104
102- --locale="en_US.UTF-8 "
103- Localization, e.g. "ru_RU .UTF-8".
105+ --locale="C "
106+ Localization, e.g. "en_US .UTF-8".
104107
105108 --user-name="android"
106109 Username that will be created in the container.
107110
108111 --user-password="changeme"
109112 Password will be assigned to the specified user.
110113
111- --privileged-users="root messagebus"
114+ --privileged-users="android messagebus"
112115 A list of users separated by a space to be added to Android groups.
113116
114117```
115118
116119### Links
117120
118121- Source code: https://github.com/meefik/linuxdeploy-cli
119- - Donations: http ://meefik.github.io/donate
122+ - Donations: https ://meefik.github.io/donate
0 commit comments