The prolem is with tasksel, it gets stuck while doing:
        tasksel install education-workstation

At the line:
        # Install all edu-dependencies
        if chroot $target tasksel install education-workstation ;       then
          :

Therefore, the fallback mechanisem at:
        else
        # An alternative if the previous command fail for no apparent   reason
          chroot $target sh -c 'aptitude install -y -q $(tasksel --     
task-packages education-workstation)'
        fi
doesn't work.

????
What are the reasons we need tasksel and can't simply use aptitude with:
        aptitude install education-workstation
????

Odd


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

Reply via email to