On Thu, 2008-12-11 at 15:08 -0330, Roger Mason wrote: > Hello Abhishek, > > Abhishek Kulkarni <[email protected]> writes: > > >> > >> /etc/init.d/rcS/: line 2: xcpufs: not found > > > > That's strange. > > Can you check if the XCPU tarball has /bin/xcpufs? > > (/usr/share/oneSIS/xcpu-templates/xcpu-x86.tar.gz) > > > > If not, I would start clean with a fresh copy and follow the steps > > again. > > Yes. /bin/xcpufs is present. >
I am not sure why, but it must be the way init scripts are handled in gentoo? I would just replace it with the complete path to the executable and generate the initramfs again. sed -i 's/^xcpufs/\/bin\/xcpufs/g' xcpu-templates/xcpu-x86-svn/etc/init.d/rc Or maybe change the xcpu-x86-svn template to spawn xcpufs in /sbin/rc. > Cheers, > Roger
