From: Mark H. <hla...@at...> - 2007-10-12 08:21:30
|
> > I'm figuring that just adding rm -rf /lib/modules would help. I have just > > added this to clean_initrd function. I'll have a look at what else can be > > pruned after the GFS root is mounted. > > Hmm, this doesn't appear to have worked. I think it happens too late. I'd > need to delete these before the new chroot is fired up. Any > suggestion on where would be a good time to put this? The chroot environment is builded in etc/rhel{4,5}/boot-lib.sh:create_chroot() There might be a more intelligent way to create the chroot environment ;-) Mark |