That's very nice. Just my luck I'd pick the wrong one. Now that I have installed and re-installed VL7 on my hard drive, I would like to know how to make grub2 my boot loader instead lilo, or is that not possible.
I downloaded the VL7.0-STD-GOLD.iso. I used unetbootin, but it never got past the video resolution part of the installation. It just kept rebooting at that point. The tutorial for making a bootable usb without unetbootin didn't work either. It wouldn't boot.
isohybrid VL7.0-STD-GOLD.iso
dd if=VL7.0-STD-GOLD.iso of=/dev/sdb
did boot and get past the video resolution then couldn't find the VL7.0-STD-GOLD.iso.
cp VL7.0-STD-GOLD.iso /dev/sda3
then it worked. After completing the installation and selecting the grub configuration, grub didn't list my LMDE installation that the installer found and wouldn't boot my Arch installation that the installer didn't find, yet showed up in the grub menu. I copy/pasted my LMDE entry in /boot/grub/grub.cfg to Vector /boot/grub/grub.cfg, booted into LMDE.
sudo update-grub
sudo install grub /dev/sda
and I am booting all 3 OS's with Debian's grub2 boot loader.
Hopefully this isn't a precursor to what lies ahead for me when I actually start using your OS.