Hello,
at first many thanks for Wolvix! I used it now for some months running it from cd and using persistant storage in my Debian Lenny root directory. It's really great!

That's why I tried today a frugal install at the hard drive using WCP. It went very fast and without problems. I did not install a bootloader, because I have got already the grub bootloader from my Debian Lenny , which should boot Wolvix as well. I added the following two stanzas into my Debian /boot/grub/menu.lst file:
# Boot Wolvix frugal install on dev/hdb6
title Wolvix GNU/Linux live (on dev/hdb6)
root (hd1,5)
kernel /boot/vmlinuz root=/dev/hdb6 ro wolvix noxconf
initrd /boot/initrd.gz
# Boot Wolvix frugal install on dev/hdb6
title Wolvix GNU/Linux live (single-user mode) (on /dev/hdb6)
root (hd1,5)
kernel /boot/vmlinuz root=/dev/hdb6 ro single
initrd /boot/initrd.gz
Then I tried to boot my new frugal Wolvix installation with grub. Booting started without problem, but after the line "linux live end, starting wolvix", where I expect to read "INIT: version 2.86 booting", the output is "Usage: init 0123456sqQAaBbCcUu" and the system hangs

.
Now I tried to boot from cd with the boot parameter "wolvix nocd", but this is not recognized and the system runs from cd as usual.
I have got a cd with stable wolvix 1.1.0 as well. So the next step I'd do is try to install this on my hard drive, but I can't do it before next weekend.
So if perhaps anybody had already the same problem, I'd be glad to hear about!
Cheers,
Lupus