[NTLUG:Discuss] ubuntu 6.10 start up question
Leroy Tennison
leroy_tennison at prodigy.net
Sun Jan 7 18:10:54 CST 2007
Robert Citek wrote:
> Leroy Tennison wrote:
>
>> Did you by chance confirm that it was the initrd boot scripts acting
>> on 'break'?
>>
>
> What would be a valid way to confirm this?
>
> Regards,
> - Robert
>
>
> _______________________________________________
> http://www.ntlug.org/mailman/listinfo/discuss
>
>
Had to do a little testing before I responded. This would be a way:
tmpdir=$(mktemp -d)
cd $tmpdir
cp /boot/initrd.img-2.6.15-27-386 source.gz
gunzip source
cpio -i --file=source -r *framebuffer *usplash init
# Rename them whatever you want, make it easy to grep, maybe
framebuffer.scr usplash.scr and init.scr
# Assume extension 'scr' for the following line
grep break *.scr
Once you know which script(s) refers to it, examine that script to see
what it does.
cpio isn't the most flexible or intuitive program I've encountered.
More information about the Discuss
mailing list