I first had a problem with emerging packages, but I found on the forums that my use flags were not exported. After exporting the use flags, emerge worked.
I don't know why they are not exported at boottime, but this is not so much of a problem, at least that's what I thought.
I wanted to add the line to local.start which would solve my problem, but it appears that everything in local.start is not executed when the computer is booting.
I have the export and some aliases in there, but after booting the computer, I have to maually source the file:
Code: Select all
source /etc/conf.d/local.startLocal is in the default runlevel, during boot I see "Starting local ... [OK]" and /etc/init.d/local contains the line to source local.start.
Searching the forums about problems with local.start allways seem to return 0 results (search for local.start, local, start, ...) like if these words are reserved.
So, how come local.start is not sourced and how to fix it?
Any info on the use flag exporting is also appreciated.





