[CentOS] installkernel

2008-02-28 Thread Artie Ziff
Hi, I have a question about: /sbin/installkernel I believe this line: LINK_PATH=/boot and usage of this variable... is a bug. What do others say? Using this script, as-is, I would need to chroot to make it work properly for a alternative INSTALL_PATH, right? who the heck is tyson? why did

[CentOS] depmod madness

2008-04-04 Thread Artie Ziff
Hello, What can I do when attempting to run depmod with these options: -Ae -b base -F System.map to prevent depmod from appending the following path: lib/modules/2.6.18-53.1.14.el5/modules.dep.temp to the specified base? I am specifying a base as: -b ./lib/modules/2.6.16.23-custom So depmod

Re: [CentOS] depmod madness

2008-04-07 Thread Artie Ziff
> Do you want to run depmod against /lib/modules/2.6.16.23-custom ? Then, > > depmod -a /lib/modules/2.6.16.23-custom > > should do. If you add '-b foo', it will prepend the 'foo' to your > default version (`uname -r`) which is what you are seeing. > Thank you for your time to respond. Yes I

Re: [CentOS] depmod madness

2008-04-07 Thread Artie Ziff
Hello, I close this issue as PEBKAC. :) I misinterpreted the -b argument to mean the special root file system's "modules" directory but instead I only needed to specify the root "/" of the target file system. depmod is happy. Thanks! ___ CentOS mailing