Hello, I'm trying to set up an unattended installation system for SuSE 8.2, but I have a problem: In our organization we must keep some partitions untouched, based in the following partition schema: /dev/hda1 Windows (Untouch) /dev/hda5 Swap (Format) /dev/hda6 Reiser root filesystem (Format and mount as /) /dev/hda7.. Other linux partitions that we want to keep I read that SuSE 8.2 autoinstallation module support this and I made a profile to keep the partitions (similar to the example in the web page), but the results were unsuccessful. I got the following error in the installation settings when the installation begins: Partitioning ERROR: No proposal Here are the lines that I have used in the profile and I'll be very grateful if someone could help me to find the mistake. <partitioning config:type="list" > <drive> <device>/dev/hda</device> <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <mount>/windows/C/</mount> <partition_nr config:type="integer">1</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <filesystem config:type="symbol">swap</filesystem> <mount>swap</mount> <partition_nr config:type="integer">5</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <filesystem config:type="symbol">reiser</filesystem> <mount>/</mount> <partition_nr config:type="integer">6</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <partition_nr config:type="integer">7</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <partition_nr config:type="integer">8</partition_nr> </partition> </partitions> </drive> </partitioning> Thank you very much Oscar
participants (1)
-
Oscar Silvan Callejo