Always use pygrub if installig Lucid, doesn't work without
This commit is contained in:
@@ -1587,6 +1587,14 @@ sub checkArguments
|
|||||||
exit 127;
|
exit 127;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Lucid doesn't work without pygrub
|
||||||
|
#
|
||||||
|
if ( $CONFIG{ 'dist' } eq 'lucid' )
|
||||||
|
{
|
||||||
|
$CONFIG{ 'pygrub' } = 1;
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# NOTE: FAKE!
|
# NOTE: FAKE!
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user