aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-11 11:00:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-11 11:16:27 -0700
commita15041759b013a13b9b1ae791caddcf7c209b3c4 (patch)
tree40ef9371e6a78965bb88380a0f4b53effb2d5cc2 /src/property/disk.lisp
parent7b3103d44680f729ee67e596089aa788b66025dc (diff)
downloadconsfigurator-a15041759b013a13b9b1ae791caddcf7c209b3c4.tar.gz
DISK:FIRST-DISK-INSTALLED-FOR: another advantage of non-nil CHROOT
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index f7b7b3d..725f276 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -1024,7 +1024,8 @@ least the following:
If CHROOT, an intermediate chroot is bootstrapped at CHROOT, and HOST's
properties are applied to that. Otherwise, HOST's OS is bootstrapped directly
to DEVICE-FILE. It's useful to supply CHROOT when you expect to install the
-same HOST to a number of physical disks.
+same HOST to a number of physical disks. It also makes it faster to try
+deploying again if failures occur during the application of HOST's properties.
Applying this property is similar to applying DISK:RAW-IMAGE-BUILT-FOR and
then immediately dd'ing out the image to DEVICE-FILE. The advantage of this