From f9580fb6883e701dbdb4c077036a1169fb066bb8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 31 Mar 2017 08:11:48 +0200 Subject: Use volume called 'default' for single-disk machine storage --- doc/manual.cli | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/manual.cli b/doc/manual.cli index ec29fcd..1b9abed 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -199,13 +199,14 @@ mkfs.ext4 -L buildos.machines -O ^has_journal /dev/sdX \h2#config-storage-machines|Machines| For virtual machine and container storage we can use a single disk, in which -case it should be labeled \c{buildos.machines} or multiple disks, in which -case they should be labeled \c{buildos.machines.}. In both cases the -disks must be formatted as \c{btrfs}. - -In a single disk configuration, the disk is mounted as \c{/build/machines}. In -a multi-disk configuration, each disk is mounted as -\c{/build/machines/}. +case it can be labeled just \c{buildos.machines}. If we would like to use +multiple disks, then they should be labeled \c{buildos.machines.}. In +both cases the disks must be formatted as \c{btrfs}. + +In a single disk configuration, the disk is mounted as +\c{/build/machines/default/} (in other words, as the default valume called +\c{default}). In a multi-disk configuration, each disk is mounted as +\c{/build/machines//}. If no disks are found for required storage, then the boot process is interrupted with a shell prompt where you can format and/or lable a suitable -- cgit v1.1