Re: SPECS (LINUX_2_6_16): kernel.spec - add ext2compiled bcond

2006-12-07 Thread Jan Rekorajski
On Thu, 07 Dec 2006, glen wrote: Author: glen Date: Thu Dec 7 17:34:51 2006 GMT Module: SPECS Tag: LINUX_2_6_16 Log message: - add ext2compiled bcond Files affected: SPECS: kernel.spec (1.441.2.1558.2.52 - 1.441.2.1558.2.53)

Re: SPECS (LINUX_2_6_16): kernel.spec - add ext2compiled bcond

2006-12-07 Thread Elan Ruusamäe
On Thursday 07 December 2006 20:12, Jan Rekorajski wrote: +%bcond_withext2compiled# compile ext2 into kernel to be able to boot from ext2 rootfs [...] What's the point if all block device drivers are compiled as modules? You _still_ need initrd. yes. just i can't

Re: SVN: rc-scripts/trunk/rc.d/init.d/cpusets

2006-12-07 Thread Jakub Bogusz
On Thu, Dec 07, 2006 at 10:18:09PM +0100, glen wrote: Author: glen +if is_yes ${CPUSETS} ! grep -q /dev/cpuset /proc/mounts ; then + nls ERROR: CPUSET support not enabled in kernel or /dev/cpuset not mounted 2 exit 0 fi If it's error, exit code shouldn't be 0. -- Jakub