From eaba54b7f31acdfda8278ccce66b09291c58ac82 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 27 Apr 2022 18:18:08 -0700 Subject: DISK:VOLUME-BOOTLOADER -> DISK:VOLUME-BOOTLOADERS Signed-off-by: Sean Whitton --- src/property/disk.lisp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/property/disk.lisp') diff --git a/src/property/disk.lisp b/src/property/disk.lisp index ca2d2f7..6cc8328 100644 --- a/src/property/disk.lisp +++ b/src/property/disk.lisp @@ -50,13 +50,13 @@ containing this one. If a larger size is required to accommodate the VOLUME-CONTENTS of the volume plus any metadata (e.g. partition tables), this value will be ignored.") - (volume-bootloader - :type list :initarg :boots-with :accessor volume-bootloader + (volume-bootloaders + :type list :initarg :boots-with :accessor volume-bootloaders :documentation - "List specifying a bootloader to be installed to this volume. The first -element is a symbol identifying the type of bootloader, and the remaining -elements are a plist of keyword arguments to be passed to the implementation -of INSTALLER:INSTALL-BOOTLOADER for that bootloader type. + "List or list of lists specifying bootloaders to be installed to this volume. +The first element of each list is a symbol identifying the type of bootloader, +and the remaining elements are a plist of keyword arguments to be passed to +the implementation of INSTALLER:INSTALL-BOOTLOADER for that bootloader type. Typically only the top level PHYSICAL-DISK of a host's volumes will have this slot bound.")) -- cgit v1.2.3