installer.kmdr: decrease minimum boot partition size to 200MB
This commit is contained in:
parent
6b41d8fb69
commit
05f763f9fa
@ -3021,7 +3021,7 @@ for device in $devices; do
|
||||
else
|
||||
volname=`get_udisks_key $device label`
|
||||
fi
|
||||
[ $volsize -ge 512 ] || continue
|
||||
[ $volsize -ge 200 ] || continue
|
||||
[ "$volname" ] || volname="unnamed"
|
||||
parttype=`get_udisks_key $device usage`
|
||||
[ "$parttype" ] || parttype="unknown"
|
||||
|
Loading…
Reference in New Issue
Block a user