1
0
mirror of synced 2026-01-13 23:26:10 +00:00

Always use pygrub if installig Lucid, doesn't work without

This commit is contained in:
Axel Beckert 2010-05-16 01:04:17 +02:00
parent a1d179c9eb
commit 1b3f0539b9

View File

@ -1587,6 +1587,14 @@ sub checkArguments
exit 127;
}
#
# Lucid doesn't work without pygrub
#
if ( $CONFIG{ 'dist' } eq 'lucid' )
{
$CONFIG{ 'pygrub' } = 1;
}
#
# NOTE: FAKE!
#