[linux-lvm] Debian packaging

Ragnar Kjørstad lvm at ragnark.vestdata.no
Fri Dec 15 22:10:42 UTC 2000


On Fri, Dec 15, 2000 at 06:58:20PM +0100, Gergely Tamas wrote:
> > 'http://www.asahi-net.or.jp/~ex8k-hbn/deb/lvm/'.
> 
> Good work.
> 
> But here are some remarks to your /etc/init.d/lvm script ...
> 
> 1]----
> if [ ! -f /proc/lvm ]; then
> 	if [ ! -f /lib/modules/`uname -r`/block/lvm.o -a ! -f /lib/modules/`uname -r`/block/lvm-mod.o ]; then
> 		exit 0
> 	fi
> fi
> ------
> 
> What if somebody compiled lvm into the kernel, not as a module? This
> script doesn't work. :(

If lvm was compiled into the kernel /proc/lvm will exist, right?


-- 
Ragnar Kjørstad



More information about the linux-lvm mailing list