diff --git a/tools/osbuilder/README.md b/tools/osbuilder/README.md index b6f9bd161c..b68ae4e8b5 100644 --- a/tools/osbuilder/README.md +++ b/tools/osbuilder/README.md @@ -102,6 +102,9 @@ filesystem components to generate an initrd. 3. When generating an image, the initrd is extracted to obtain the base rootfs for the image. +CentOS is the default distro for building the rootfs, to use a different one, you can set `DISTRO=`. +For example `make USE_DOCKER=true DISTRO=ubuntu rootfs` will make Ubuntu rootfs using Docker. + ### Rootfs creation This section shows how to build a basic rootfs using the default distribution.