<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<div class="moz-text-plain" wrap="true" graphical-quote="true"
 style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">
<pre wrap="">Am 16.06.2010 10:23, schrieb Thomas Lange:
</pre>
<blockquote type="cite" style="color: rgb(0, 0, 0);">
  <blockquote type="cite" style="color: rgb(0, 0, 0);">
    <blockquote type="cite" style="color: rgb(0, 0, 0);">
      <blockquote type="cite" style="color: rgb(0, 0, 0);">
        <blockquote type="cite" style="color: rgb(0, 0, 0);">
          <blockquote type="cite" style="color: rgb(0, 0, 0);">
            <pre wrap=""><span class="moz-txt-citetags">&gt;&gt;&gt;&gt;&gt;&gt; </span>On Wed, 16 Jun 2010 09:39:23 +0200, Andreas Heinlein <a
 class="moz-txt-link-rfc2396E" href="mailto:aheinlein@gmx.com">&lt;aheinlein@gmx.com&gt;</a> said:
<span class="moz-txt-citetags">&gt;&gt;&gt;&gt;&gt;&gt; </span>            
            </pre>
          </blockquote>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><span class="moz-txt-citetags">&gt; </span>    &gt; disk_config disk1 disklabel:msdos bootable:1 preserve_reinstall:7
<span class="moz-txt-citetags">&gt; </span>    &gt; primary    10240    /    ext4    rw,errors=remount-ro
<span class="moz-txt-citetags">&gt; </span>    &gt; logical    2048    swap    swap    -
<span class="moz-txt-citetags">&gt; </span>    &gt; logical    1024    /tmp    ext3    defaults
<span class="moz-txt-citetags">&gt; </span>    &gt; logical    1024-    /media/daten    ext4    acl
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>    &gt; Preserving works when installing without "initial", but when installing
<span class="moz-txt-citetags">&gt; </span>    &gt; a new machine with "initial" Flag given, setup-storage still complains
<span class="moz-txt-citetags">&gt; </span>    &gt; that /dev/sda7 cannot be preserved because it does not exist, instead of
<span class="moz-txt-citetags">&gt; </span>    &gt; creating it.
<span class="moz-txt-citetags">&gt; </span>Please give us some parts of the log files. Without log files,
<span class="moz-txt-citetags">&gt; </span>debugging is very difficult.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>  
  </pre>
</blockquote>
<pre wrap="">Hello,

I think I found the problem - I tried to redefine FAI_FLAGS using a
hook, and append "initial" if no partition sda7 with ext4 filesystem can
be found. That way I would not have to deal with changing boot setup for
new clients, and I would really like to keep it that way

Appending to FAI_FLAGS seems to work, I get
echo $FAI_FLAGS
verbose sshd createvt reboot initial
on the console after setup-storage dies,

but variables.log says
FAI_FLAGS='verbose sshd createvt reboot'

If I append "initial" to FAI_FLAGS on the boot command line, everything
works and variables.log says
FAI_FLAGS='verbose sshd createvt reboot initial'

The hook I am using is called partition.MYCLASS.source.

I am appending a log of a run where it did not work.

Thanks,
Andreas

</pre>
</div>
</body>
</html>