mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Update README.md
Enhance the Expert mode
This commit is contained in:
parent
d37f232193
commit
63e10eed06
@ -60,7 +60,7 @@ docker run \
|
||||
```
|
||||
|
||||
### Expert mode
|
||||
build cm-14.1 LineageOS for a device that doesn't exist inside the main project, but comes from a special manifest ( has to be copied manually inside `/home/user/source/.repo/local_manifests/local_manifest.xml` ). Finally provide a custom OTA URL for this ROM so users can update using built-in OTA Updater.
|
||||
build cm-14.1 LineageOS for a device that doesn't exist inside the main project, but comes from a special manifest ( has to be created inside `/home/user/manifests/` ). Finally provide a custom OTA URL for this ROM so users can update using built-in OTA Updater.
|
||||
```
|
||||
docker run \
|
||||
--restart=always \
|
||||
@ -73,5 +73,7 @@ docker run \
|
||||
-v "/home/user/ccache:/srv/ccache" \
|
||||
-v "/home/user/source:/srv/src" \
|
||||
-v "/home/user/zips:/srv/out" \
|
||||
-v "/home/user/manifest:/srv/manifest" \
|
||||
julianxhokaxhiu/docker-lineage-cicd
|
||||
```
|
||||
```
|
||||
**NOTE:** `/home/user/manifests/` may contain multiple XMLs, since all the files will be then copied inside `.repo/local_manifests/`
|
Loading…
Reference in New Issue
Block a user