diff --git a/doc/source/user_guide/building_an_image.rst b/doc/source/user_guide/building_an_image.rst index c7c3e8780..63c7100e4 100644 --- a/doc/source/user_guide/building_an_image.rst +++ b/doc/source/user_guide/building_an_image.rst @@ -4,6 +4,10 @@ Building An Image Now that you have diskimage-builder properly :doc:`installed ` you can get started by building your first disk image. +.. note:: diskimage-builder requires a linux machine able to mount filesystems + and execute code for the target CPU architecture of the image. (e.g.; + building an ARM image requires a linux machine that can run ARM code). + VM Image --------