On 07/19/2011 12:20 AM, Bruce Dubbs wrote:
> DJ Lucas wrote:
>
>> If alsa utils is installed, you should have K links in RLs 0,1,2,6 and
>> no start links as the volume restore is handled by udev.
> No, we don't have anything at RL2. At least not now. The BLFS Makefile
> has:
>
> ln -sf ../init.
On 07/19/2011 12:29 AM, DJ Lucas wrote:
>
> The ifup script greps for all lines containing "^iface $1" (which also
> has the type and service fields), record the line numbers found, get
> type and service from those line numbers (f3 and f4 resp.), next line,
> next line, next line until a ^#, empty
On 07/07/2011 02:53 PM, Bruce Dubbs wrote:
>
> The file I have in mind is /etc/sysconfig/network. I think we can use
> variables like
>
> eth0_onboot=yes
> eth0_ip=1.2.3.4
> etc
>
> Alternatively we could use something like:
>
> #TYPE:IP:PREFIX:MASK:GATEWAY:BOOT
> eth0=static:192.168.1.1:24:192.16
DJ Lucas wrote:
> If alsa utils is installed, you should have K links in RLs 0,1,2,6 and
> no start links as the volume restore is handled by udev.
No, we don't have anything at RL2. At least not now. The BLFS Makefile
has:
ln -sf ../init.d/alsa ${EXTDIR}/rc.d/rc0.d/K35alsa
ln -sf ../init.d
On Sun, Jul 3, 2011 at 12:03 PM, Bruce Dubbs wrote:
> Nathan Coulson wrote:
>> On Sun, Jul 3, 2011 at 3:26 AM, Andrew Benton wrote:
>>> On Sat, 2 Jul 2011 19:26:34 -0700
>>> Nathan Coulson wrote:
>>>
Checking for optional libraries...
What libraries to use?
[-lnsl -lgdbm -ldb -ldl
Moved to LFS-Dev.
On 07/17/2011 07:57 PM, Bruce Dubbs wrote:
> DJ Lucas wrote:
>> On 07/17/2011 02:51 PM, Bruce Dubbs wrote:
>>> DJ Lucas wrote:
>>
Actually, this check needs to be removed. It causes issues for the alsa
script and also setclock (if used to set hwclock when network goes d
On Mon, Jul 18, 2011 at 8:03 PM, Kevin Buckley
wrote:
> On 21 June 2011 11:17, Bruce Dubbs wrote:
>> I have updated the book for grub-1.99. I rewrote the section
>>
>> http://www.linuxfromscratch.org/lfs/view/development/chapter08/grub.html
>>
>> with fairly extensive changes. I'd appreciate fe
On 21 June 2011 11:17, Bruce Dubbs wrote:
> I have updated the book for grub-1.99. I rewrote the section
>
> http://www.linuxfromscratch.org/lfs/view/development/chapter08/grub.html
>
> with fairly extensive changes. I'd appreciate feedback. I'm leaving
> the ticket open for now.
>
> -- Bruce