Is it possible to do this with a script in /etc/init.d ? It might be cleaner / easier to maintain.
Your initrd image will be updated every time you update your kernel. On 6/27/06, Richard Pinion <[EMAIL PROTECTED]> wrote:
I would like to make an entry in /dev for a 3270 device. I added statements in the initrd init script to cd /dev mkdir 3270 mknode 0770 c 227 0 >>> [EMAIL PROTECTED] 6/27/2006 11:13:58 AM >>> Why do you want to modify an initrd image ? If you want to include more kernel modules, check /etc/sysconfig/kernel under INITRD_MODULES. Mine looks like : INITRD_MODULES="ext3 dasd_eckd_mod dasd_fba_mod" Regards. On 6/27/06, Richard Pinion <[EMAIL PROTECTED]> wrote: > > I got this procedure from someone else. I have exploded the 2.6.9initrd > using > > mkdir initrd > cd initrd > gunzip -S img /boot/initrd.orig.img > initrd > cpio -idvm < initrd > > Now that I've made a change inside of the exploded initrd directory how do > I reverse back to initrd.orig.img? I'm sorry but I've "cpio --h" and "man > cpio" but I can't figure out the options. > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
