<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Michael Tautschnig a &eacute;crit&nbsp;:
<blockquote cite="mid:20081016183244.GD35431@l03.thnet" type="cite">
  <pre wrap=""><!---->
Thanks for the detailed report, this is now known as bug #502462 and fixed in
the experimental packages which are now available using

deb <a class="moz-txt-link-freetext" href="http://www.informatik.uni-koeln.de/fai/download">http://www.informatik.uni-koeln.de/fai/download</a> experimental koeln

in your sources.list (you need to tweak /etc/fai/apt/sources.list as well). This
is in fact the first time that the experimental builds are available in a proper
apt repository, so consider this as a very first announcement :-)

  </pre>
</blockquote>
<br>
The experimental repository et FAI version both work fine, I have
checked that both problems I've had are now fixed.<br>
<br>
The only thing I've seen that could work better is management of errors
in the disk config file: with the following files, setup-storage seems
to crash, and even suggests to report the bug, whereas it could just
say that the file is lousy.<br>
<br>
File 1: forget the line for the preserved primary partition<br>
<br>
disk_config sda&nbsp;&nbsp;&nbsp; &nbsp;preserve_always:1 bootable:2<br>
<br>
primary&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /boot&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;512&nbsp;&nbsp;&nbsp; ext3&nbsp;&nbsp;&nbsp; rw<br>
logical&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 37000-&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp; -<br>
<br>
disk_config lvm<br>
vg vg0 sda5<br>
vg0-swap&nbsp;&nbsp;&nbsp; swap&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2048&nbsp;&nbsp;&nbsp; swap&nbsp;&nbsp;&nbsp; sw<br>
[...]<br>
<br>
<br>
File 2: define a primary partition and use a logical one<br>
<br>
disk_config sda&nbsp;&nbsp;&nbsp; &nbsp;preserve_always:1 bootable:2<br>
<br>
primary&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -<br>
primary&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /boot&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;512&nbsp;&nbsp;&nbsp; ext3&nbsp;&nbsp;&nbsp; rw<br>
primary &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 37000-&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp; -<br>
<br>
disk_config lvm<br>
vg vg0 sda5<br>
vg0-swap&nbsp;&nbsp;&nbsp; swap&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2048&nbsp;&nbsp;&nbsp; swap&nbsp;&nbsp;&nbsp; sw<br>
[...]<br>
<br>
Thanks for setup-storage, and all these quick fixes, it's a very nice
tool!<br>
<br>
-- <br>
Nicolas<br>
</body>
</html>