Autoyast2 do not mount /dev/sda
Hi All, at the moment i have many problems with autoyast. I want to use old partitions, but everytime this partition will not be formated and mounted. Any idea? <partitioning config:type="list"> <drive> <use>3,5</use> # it will not work without this line too <device>/dev/sda</device> <partitions config:type="list"> <partition> <mount>/</mount> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <size>auto</size> # it will not work without this line too </partition> <partition> <mount>swap</mount> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <size>auto</size># it will not work without this line too </partition> </partitions> </drive> </partitioning> Thanks! bye Alexander
participants (1)
-
Alexander.Gehrig@RSD.rohde-schwarz.com