Sébastien Gendre <s...@k-7.ch> writes: > When using the command `guix system image', should I give it an > `operating-system' definition or an `image' definition ? > > Based on this manual page, it's an `image' definition: > https://guix.gnu.org/manual/devel/en/html_node/Instantiate-an-Image.html > > But based on this manual page, it's an `operating-system' definition: > https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-system.html#index-image_002c-creating-disk-images > > Or maybe it's both ?
I think it is both. When I am building my installer, I am passing in the operating-system. My guess is that operating-system is a convenient shortcut when you do not care about the precise partitioning details. Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.