From: Stephen Soltesz Date: Fri, 11 Apr 2008 21:18:01 +0000 (+0000) Subject: Got complaints via RT that users are using usb sticks with 8GB of flash. This X-Git-Tag: BootManager-3.2-6~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d71feade845018ffeefe0ce0adf2f0e6c011e092;p=bootmanager.git 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. :-) --- 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