Hello,
I am trying to use Automated Installer to install OpenSolaris snv_111b on a 
number of machines and they all have different partitions table. Now I know 
that I can specifically say in the manifest to delete a partition as explained 
on this page http://dlc.sun.com/osol/docs/content/dev/AIinstall/customai.html. 
The problem is I have to specifically say "delete partiton 1 or 2 or 3" like so

<ai_device_partitioning>
      <partition_action>delete</partition_action>
      <partition_number>3</partition_number>
</ai_device_partitioning>

But not all machines have these number of partitions (for example 2) so I can't 
say delete partition 1 and 2. Is there a way to say something like "delete all 
the partitions you find and use the whole disk"?
-- 
This message posted from opensolaris.org

Reply via email to