osbuilder: Fix urls to repositories

Changed the user-visible urls to point to the right Kata Containers
files/repositories.

Fixes #234

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
Wainer dos Santos Moschetta 2021-01-25 14:55:31 -05:00
parent ba9fa49a53
commit 1273e485d8
3 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ Rootfs: partition that contains the root filesystem (/usr, /bin, ect).
Kernels and hypervisors that support DAX/NVDIMM read the MBR #2, otherwise MBR #1 is read. Kernels and hypervisors that support DAX/NVDIMM read the MBR #2, otherwise MBR #1 is read.
[1] - https://github.com/kata-containers/osbuilder/blob/master/image-builder/nsdax.gpl.c [1] - https://github.com/kata-containers/kata-containers/blob/main/tools/osbuilder/image-builder/nsdax.gpl.c
[2] - https://github.com/torvalds/linux/blob/master/drivers/nvdimm/pfn.h [2] - https://github.com/torvalds/linux/blob/master/drivers/nvdimm/pfn.h
EOT EOT

View File

@ -50,7 +50,7 @@ $ ./rootfs.sh -r "$PWD/kata-overlay"
The rootfs must provide at least the following components: The rootfs must provide at least the following components:
- [Kata agent](https://github.com/kata-containers/agent) - [Kata agent](https://github.com/kata-containers/kata-containers/tree/main/src/agent)
Path: `/bin/kata-agent` - Kata Containers guest. Path: `/bin/kata-agent` - Kata Containers guest.

View File

@ -147,7 +147,7 @@ DOCKER_RUNTIME Docker runtime to use when USE_DOCKER is set.
Refer to the Platform-OS Compatibility Matrix for more details on the supported Refer to the Platform-OS Compatibility Matrix for more details on the supported
architectures: architectures:
https://github.com/kata-containers/osbuilder#platform-distro-compatibility-matrix https://github.com/kata-containers/kata-containers/tree/main/tools/osbuilder#platform-distro-compatibility-matrix
EOT EOT
exit "${error}" exit "${error}"