@@ -76,11 +76,14 @@ Help for the parameters of the main components:
76
76
Architecture of Linux distribution, supported "armel", "armhf", "arm64", "i386" and "amd64".
77
77
78
78
--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 ").
80
80
81
81
--source-path="http://ftp.debian.org/debian/"
82
82
Installation source, can specify address of the repository or path to the rootfs archive.
83
83
84
+ --extra-packages=""
85
+ List of optional installation packages, separated by spaces.
86
+
84
87
--method="chroot"
85
88
Containerization method "chroot" or "proot".
86
89
@@ -99,21 +102,21 @@ Help for the parameters of the main components:
99
102
--net-trigger=""
100
103
Path to a script inside the container to process changes the network.
101
104
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".
104
107
105
108
--user-name="android"
106
109
Username that will be created in the container.
107
110
108
111
--user-password="changeme"
109
112
Password will be assigned to the specified user.
110
113
111
- --privileged-users="root messagebus"
114
+ --privileged-users="android messagebus"
112
115
A list of users separated by a space to be added to Android groups.
113
116
114
117
```
115
118
116
119
### Links
117
120
118
121
- 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