<!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 écrit :
<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 preserve_always:1 bootable:2<br>
<br>
primary /boot 512 ext3 rw<br>
logical - 37000- - -<br>
<br>
disk_config lvm<br>
vg vg0 sda5<br>
vg0-swap swap 2048 swap sw<br>
[...]<br>
<br>
<br>
File 2: define a primary partition and use a logical one<br>
<br>
disk_config sda preserve_always:1 bootable:2<br>
<br>
primary - 0 - -<br>
primary /boot 512 ext3 rw<br>
primary - 37000- - -<br>
<br>
disk_config lvm<br>
vg vg0 sda5<br>
vg0-swap swap 2048 swap 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>