Slashdot Mirror


User: bjg1492

bjg1492's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Nostalgy on Booting Linux Faster · · Score: 1

    Another problem, one that I had no time to solve, and seems to not be addressed at all by the article, is that running services in parallel also logs things in parallel. Intermixed logs are quite unfriendly to read.

    It appears this is done by the Makefile.

    Log to separate files then merge at the end...