mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
README: fix individual package build working directory
This commit is contained in:
parent
1cde93a52e
commit
9eaa35f86d
@ -211,7 +211,7 @@ To build a single package use the same script as above but specify packages with
|
|||||||
Executed from the root of `vyos-build`
|
Executed from the root of `vyos-build`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker run --rm -it -v $(pwd):/vyos -w /vyos/packages/PACKAGENAME \
|
$ docker run --rm -it -v $(pwd):/vyos -w /vyos \
|
||||||
--sysctl net.ipv6.conf.lo.disable_ipv6=0 \
|
--sysctl net.ipv6.conf.lo.disable_ipv6=0 \
|
||||||
vyos-builder scripts/build-packages -b <package>
|
vyos-builder scripts/build-packages -b <package>
|
||||||
```
|
```
|
||||||
@ -238,7 +238,7 @@ $ mkdir packages
|
|||||||
$ cd packages
|
$ cd packages
|
||||||
$ git clone git@github.com:myname/vyos-1x.git
|
$ git clone git@github.com:myname/vyos-1x.git
|
||||||
$ cd ..
|
$ cd ..
|
||||||
$ docker run --rm -it -v $(pwd):/vyos -w /vyos/packages/PACKAGENAME \
|
$ docker run --rm -it -v $(pwd):/vyos -w /vyos \
|
||||||
--sysctl net.ipv6.conf.lo.disable_ipv6=0 \
|
--sysctl net.ipv6.conf.lo.disable_ipv6=0 \
|
||||||
vyos-builder scripts/build-packages -b vyos-1x
|
vyos-builder scripts/build-packages -b vyos-1x
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user