Hi Vagrant and folks:

I'm taking a look how simple-cdd works on it's guts. Now I'm looking how
profiles selection is performed. So 'default.preseed' has:

d-i preseed/early_command string anna-install simple-cdd-profiles

And in 'postinst' of simple-cdd-profiles_0.3.9_all.udeb we've got:

<snippet>
echo "Queuing simple-cdd udebs..."
for p in default $profiles ; do
     echo
     if [ -r "$p.udebs" ]; then
        echo "Queuing udebs for profile: $p"
        wanted_packages="$(egrep -v ^# $p.udebs)"
        anna-install $wanted_packages || true
     else
        echo "No udeb list for profile: $p"
     fi
done
echo "Finished queueing simple-cdd udebs"
</snippet>

So 'wanted_packages' variable gets at least 'simple-cdd-profiles', which is
queued again to installation.... why ??

Thanks a lot in advance
Lucas Braislino


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to