Seems 'virtual' doesn't helps. I tried it with this disk_config: ------------------------------------------------- disk_config /dev/vda fstabkey:uuid virtual primary /boot 100% ext3 defaults
disk_config /dev/vdb fstabkey:uuid virtual primary / 100% ext3 rw,errors=remount-ro disk_config /dev/vdc fstabkey:uuid virtual primary swap 100% swap rw ------------------------------------------------- The installation stops with this message: ------------------------------------------------- Cannont satisfy pre-depends for mkfs.ext3 /dev/vda1: exist_/dev/vda1 -- system left untouched. Traceback: task_error task_partition task task_install task task_action task main ------------------------------------------------- That means 'virtual' keeps the partition from being created, but 'setup- storage' still expects it to exist. -- ############################## ### Jordi Funollet ### http://www.terraquis.net
