From: Gordan B. <go...@bo...> - 2009-04-04 10:59:28
|
This comes up when building the initrd with the latest preview version: Extracting rpms.../opt/atix/comoonics-bootimage/boot-scripts/etc/chroot-lib.sh: line 292: $filename: ambiguous redirect Doesn't seem to be terminal, but it might be breaking something. Also this: Copying kernelmodules (2.6.24.7).../opt/atix/comoonics-bootimage/boot-scripts/etc/clusterfs-lib.sh: line 1181: fuse_get_drivers: command not found I suspect this is caused by GlusterFS coming up as a fuse FS (which it is), but there's an assumption being made about the function name based on the FS. I'm not sure what the best solution for that might be. Any ideas? I also had an idea for reducing the module count using my old lsmod method. There is a reference count column, and modules with ref-count of 0 obviously aren't needed by the logic used. I'll write a patch that takes this into account when pruning the modules. Gordan |