SLES9/SP3 Auto-Install LVM Partitioning Problem
I'm having an issue setting this up. I've gotten regular partitions to work but when I introduce LVM to the config I get barked at regarding a bogus control file during the install. Below is the problematic portion of my control file. I'm probably missing something obvious here, but I can't figure it out. Any assistance would be greatly appreciated. I followed Uwe's guide as close as possible, and modified for my needs. ------------------------- <partitioning config:type="list"> <drive> <device>/dev/hda</device> <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <create config:type="boolean">true</format> <mount>/boot</mount> <partition_type>primary</partition_type> <partition_nr config:type="integer">1</partition_nr> <size>auto</auto> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>swap</mount> <partition_type>primary</partition_type> <partition_nr config:type="integer">2</partition_nr> <size>auto</size> </partition> <partition> <lvm_group>system</lvm_group> <partition_type>primary</partition_type> <partition_nr config:type="integer">3</partition_nr> <size>max</size> </partition> </partitions> <use>all</use> </drive> <drive> <device>/dev/system</device> <is_lvm_vg config:type="boolean">true</is_lvm_vg> <partitions config:type="list"> <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>usr_lv</lv_name> <mount>/usr</mount> <size>4gb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>var_lv</lv_name> <mount>/var</mount> <size>2gb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>tmp_lv</lv_name> <mount>/tmp</mount> <size>1gb</size> </partition> </partitions> <pesize>4M</pesize> <use>all</use> </drive> </partitioning> ------------------------- Thanks, Warren ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
participants (1)
-
warren@leetnet.com