From a15041759b013a13b9b1ae791caddcf7c209b3c4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 11 Mar 2023 11:00:21 -0700 Subject: DISK:FIRST-DISK-INSTALLED-FOR: another advantage of non-nil CHROOT Signed-off-by: Sean Whitton --- src/property/disk.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/property/disk.lisp') 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 -- cgit v1.2.3