Hello everyone. I'm trying to reproduce example 4.10 at http://www.suse.de/~nashif/autoinstall/8.2/html/createprofile.partitioni ng.html I have the following pre-partitioned system: Device Boot Start End Blocks Id System /dev/hda1 1 383 3076416 c Win95 FAT32 (LBA) /dev/hda2 384 422 313267+ 82 Linux swap /dev/hda3 * 423 1315 7173022+ 83 Linux In the control file I'm using *exactly* the same XML of the example: <partitioning config:type="list"> <drive> <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/</mount> <partition_id config:type="integer">131</partition_id> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <filesystem config:type="symbol">swap</filesystem> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> </partition> </partitions> </drive> </partitioning> ... but when the autoinstallation begins, I get an error telling that there is no space in /dev/hda! Some hint about what could be happening? Thanks in advance! --------- Fermín
On Mon, Oct 06, 2003 at 12:25:42PM +0200, Fermín Galán wrote:
...
Do you have the update image for autoyast installed? This happened to me with the original version from DVD (or CD's). The problem was repaired later (see the archive). Michal Kubecek
On Mon, Oct 06, 2003 at 12:25:42PM +0200, Fermín Galán wrote:
...
Do you have the update image for autoyast installed? This happened to me with the original version from DVD (or CD's). The problem was repaired later (see the archive). Michal Kubecek
participants (3)
-
Anas Nashif
-
Fermín Galán
-
Michal Kubecek