OpenNetworkLinux icon indicating copy to clipboard operation
OpenNetworkLinux copied to clipboard

the steps for building ONL by hand needs to be updated

Open mx-zheng opened this issue 3 years ago • 4 comments

now the steps for building ONL by hand is too old :

#> git clone https://github.com/opencomputeproject/OpenNetworkLinux #> cd OpenNetworkLinux #> docker/tools/onlbuilder (-8) # enter the docker workspace #> apt-cacher-ng #> source setup.env # pull in necessary environment variables #> make amd64 ppc # make onl for $platform (currently amd64 or powerpc)

image

enter the docker workspace is changed: docker/tools/onlbuilder (-8) now changed to docker/tools/onlbuilder --8

excute will get an error : docker/tools/onlbuilder (-8)
-bash: syntax error near unexpected token `-8'

mx-zheng avatar Jul 26 '20 12:07 mx-zheng

docker/tools/onlbuilder --8

laiguoliang-lyr avatar Aug 03 '20 06:08 laiguoliang-lyr

Try make docker or make docker-debug if you want to run commands manually

Yi-Tseng avatar Aug 04 '20 07:08 Yi-Tseng

docker/tools/onlbuilder (-8) means that if you want to specify a version of builder image, add -8(or some other version you wanted). By default, the version is 8. Please try docker/tools/onlbuilder --help to see more usages. This step is never an issue.

nosignal avatar Aug 04 '20 10:08 nosignal

Yes, (-8) just denotes it’s an optional argument. Please close this issue.

paulmenzel avatar Mar 30 '21 10:03 paulmenzel