Hello I'm happily using setup-storage to set-up LVM Volumes. I do have a little question about vg volume mount point I tried several combinaison without success : For example i'd like to use logical mountpoint instead of /dev/sdX. For instance something like that # Simple LVM example disk_config disk bootable:1 primary /boot 500 ext3 rw primary - 4096- - -
disk_config lvm vg my_pv /home my_pv-_swap swap 2048 swap sw my_pv-_root / 2048 ext3 rw any chances ? Sylvain
