Hi, Thanks for feedback, On 09/03/2019 17:09, DJ Lucas via lfs-dev wrote: > On 3/9/2019 2:50 AM, Pierre Labastie via lfs-dev wrote: >> [...] >> Note that a new variable LOG_LEVEL is introduced in >> System configuration-->Console configuration, and is added to the >> /etc/sysconfig/console file for Sysv (I do not know where it is >> set for systemd) > > If that's the console log level, it's in sysctl.conf > kernel.printk = 4 ? ? ? >
Thanks. Shouldn't this be somewhere in chapter 7 of the systemd book? Of course, if 4 is the default, it is not too bad, and can be left alone. If nothing is done with SysV, the default is 7, which is rather noisy. That's why the LOG_LEVEL variable has been added to /etc/sysconfig/console (and rc.site), I guess. >> >> - copy host's /etc/resolve.conf to /run/systemd/resolve for systemd >> > > Cool! Thanks > >> - add a chroot1 target in jhalfs Makefile (may be handy >> to do something manually in chroot, when chapter06 is not yet completed) >> > > This should be a nice addition for troubleshooting. > > This reminds me, I'm getting /etc/sysconfig/ifconfig.eth0 with IFACE=enp3s0. Yes, completely forgot about that... Problem is, I want to take my information from the book, and the book hardcodes ifconfig.eth0. Maybe make "eth0" replaceable, so that lfs.xsl can catch it more easily... Would it be acceptable (would render eth0 in italics)? Note that lfs.xsl detects eth0 in "IFACE=eth0", because it is in a <literal> tag. That's less easy outside any specific tag (I don't consider <userinput> as specific in this book ;) > I > was fixing some longstanding cosmetic issues in ifup and init-functions the > other day before I noticed it. Those are forthcoming, I still have to test the > bridge script WRT $INTERFACE_COMPONENTS. Good to know, thanks. Regards, Pierre -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
