Code: Select all
GRUB_PLATFORMS="efi-64"Now I take it I have to redo the make.conf and probably emerge @world with changed use. But what are the risks?
Code: Select all
GRUB_PLATFORMS="efi-64"Code: Select all
echo 'GRUB_PLATFORMS="efi-64"' >> /etc/portage/make.conf
I do date from the time a stage 1 was normal...logrusx wrote:It could be completely missing and you would still have running system with decent defaults.
Also you don't need to put use flags in make.conf. There's package.use nowadays. I'm saying that because I see your registration date and your surprise it worked. You must be used to do the things the old way.
No, there are no risks. Go ahead and redo your make.conf. But do you really need to do it at all? Put your stuff in package.use and run a full world update.
Best Regards,
Georgi
I think you are 100% right. As this is a standalone minipc I just attached a keyboard I had around and I'm not used on typing on it. And now I think of it, that missing make.conf might also explain the silly things I see when typing on that minipc.pingtoo wrote: May I guess you were following Gentoo handbook and in Configuring the bootloader in the Emerge section, the suggested commandAnd in your case you miss one '>' therefor you overwrite the entire content of make.conf.Code: Select all
echo 'GRUB_PLATFORMS="efi-64"' >> /etc/portage/make.conf
Doesn't look to me like that, I get them almost every time.logrusx wrote:Portage issues such messages in very specific and limited cases.Spanik wrote:When I run an update @world or install something new I get messages of wrong or missing or contradicting use flags then I add a file for that package only.
That's because most of the time portage silently ignores your mistakes. It would never tell you there's no such use flag. It'll try to match it somewhere but it can't guarantee it'll apply. It doesn't know if two packages have the same user flag that means different things and so on. It'll just silently try and silently succeed or fail unless it's syntax error, required use or something like that.Spanik wrote:Doesn't look to me like that, I get them almost every time.logrusx wrote:Portage issues such messages in very specific and limited cases.Spanik wrote:When I run an update @world or install something new I get messages of wrong or missing or contradicting use flags then I add a file for that package only.