Mailinglist Archive: opensuse-autoinstall (87 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] error creating extended partition
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Fri, 9 Feb 2007 10:38:27 +0100
- Message-id: <200702091038.28007.ug@xxxxxxx>
On Thursday 08 February 2007 19:14, Ian Grant wrote:
> I am using openSUSE 10.2. When I try to do an autoyast install I get an
> error
>
> Does anyone know a way around this?
that's a little bit complex for me to reproduce in a few minutes but there
is something I don't like in your profile. Maybe you can change that:
> <drive>
> <device>/dev/sda</device>
> <partitions config:type="list">
add here:
<partition>
<partition_nr config:type="integer">1</partition_nr>
<partition_type>primary</partition_type>
<create config:type="boolean">false</create>
<format config:type="boolean">false</format>
</partition>
and change the <use> to "all" for this drive
maybe you should set the confirm to true, so you can see what autoyast wants
to do to your harddisk
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing Faderhead - Hey Girl
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
> I am using openSUSE 10.2. When I try to do an autoyast install I get an
> error
>
> Does anyone know a way around this?
that's a little bit complex for me to reproduce in a few minutes but there
is something I don't like in your profile. Maybe you can change that:
> <drive>
> <device>/dev/sda</device>
> <partitions config:type="list">
add here:
<partition>
<partition_nr config:type="integer">1</partition_nr>
<partition_type>primary</partition_type>
<create config:type="boolean">false</create>
<format config:type="boolean">false</format>
</partition>
and change the <use> to "all" for this drive
maybe you should set the confirm to true, so you can see what autoyast wants
to do to your harddisk
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing Faderhead - Hey Girl
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |