aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-04 11:43:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-06 12:23:51 -0700
commit0c35cc6d8703a89e2244bac5ddd4fe04ef8fc7f6 (patch)
treee9f37929b6100471a3b1cf8a37a38f0637a18525 /src/property/disk.lisp
parent9940b342a9e054632ac7aff6186d760ef94ec090 (diff)
downloadconsfigurator-0c35cc6d8703a89e2244bac5ddd4fe04ef8fc7f6.tar.gz
increase added space for PARTITIONED-VOLUME to 2MiB
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index e4a368f..26e1238 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -308,8 +308,8 @@ value in the case of EFI system partitions, for which case use #xEF00."))
(defclass-opened-volume opened-partition (partition))
(defmethod volume-contents-minimum-size ((volume partitioned-volume))
- "Add one mebibyte for the GPT metadata."
- (1+ (call-next-method)))
+ "Add two mebibytes for the GPT metadata."
+ (+ 2 (call-next-method)))
(defmethod open-volume ((volume partitioned-volume) (file pathname))
(let ((loopdevs (mapcar