Mailinglist Archive: opensuse-autoinstall (87 mails)

< Previous Next >
[opensuse-autoinstall] Autoinstall Partitioning Question
  • From: David Mackintosh <David.Mackintosh@xxxxxxxxxx>
  • Date: Wed, 14 Feb 2007 10:50:50 -0500
  • Message-id: <20070214155050.GK6585@xxxxxxxxxx>
Hi folks,

I'm trying to get started with autoYaST and have a question. When I
set up the AutoYaST file to repartition the hard disk, the process
stops at the "Installation Settings" screen with red "Set disk label
of /dev/hda to msdos". If I hit "Accept" at this window, it pops
up a "Confirm Installation" window which goes away when I hit "Install".
Everything else works in a hands-off manner the way I want.

So my question is: what magic do I have to include in my autoYaST file
to make it accept both of these without promting the user?

Thanks.

The relevant part of the autoYaST file reads:

<partitioning config:type="list">
<drive>
<device>/dev/hda</device>
<initialize config:type="boolean">true</initialize>
<partitions config:type="list">
<partition>
<crypt>twofish256</crypt>
<crypt_fs config:type="boolean">false</crypt_fs>
<filesystem config:type="symbol">swap</filesystem>
<filesystem_id config:type="integer">130</filesystem_id>
<format config:type="boolean">true</format>
<mount>swap</mount>
<partition_id config:type="integer">130</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<partition_type>primary</partition_type>
<size>1024M</size>
</partition>
<partition>
<crypt>twofish256</crypt>
<crypt_fs config:type="boolean">false</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<filesystem_id config:type="integer">131</filesystem_id>
<format config:type="boolean">true</format>
<mount>/</mount>
<partition_id config:type="integer">131</partition_id>
<size>max</size>
</partition>
</partitions>
<type config:type="symbol">CT_DISK</type>
<use>all</use>
</drive>
</partitioning>

--
/\oo/\
/ /()\ \ David Mackintosh |
dave@xxxxxxxxxx | http://www.xdroop.com
< Previous Next >
Follow Ups