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