[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Diskless Workstation - impossible to install



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


Reply to: