Skip to content

Commit

Permalink
reuse also smaller /boot partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fehr committed Jul 1, 2013
1 parent be14ca9 commit 9798ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/src/modules/Partitions.ycp
Expand Up @@ -207,7 +207,7 @@ map<symbol, integer> BootSizeK()
if (isempty(boot_size_k))
{
boot_size_k = $[ `proposed : 400 * 1024,
`minimal : 140 * 1024,
`minimal : 90 * 1024,
`maximal : 750 * 1024 ];

if (Arch::ia64())
Expand Down

0 comments on commit 9798ddb

Please sign in to comment.