From d71feade845018ffeefe0ce0adf2f0e6c011e092 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 11 Apr 2008 21:18:01 +0000 Subject: [PATCH] Got complaints via RT that users are using usb sticks with 8GB of flash. This causes BM to try to add the usb stick as part of the LVM volume. This fix just increases the size of the flash device to avoid being included. preferably, BM should avoid adding the device's bootmedia to the LVM. :-) --- source/configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configuration b/source/configuration index 773efdb..88355c1 100644 --- a/source/configuration +++ b/source/configuration @@ -61,7 +61,7 @@ MINIMUM_MEMORY=511000 # minimum block disk size in GB to be added to lvm. # if any block devices are smaller than this, they are ignored. -MINIMUM_DISK_SIZE=5 +MINIMUM_DISK_SIZE=17 # total minimum disk size in GB if all usable disks are below this -- 2.47.0