On Fri, Dec 02, 2016 at 10:42:09AM +0200, AWIDON wrote: > Thanks for the suggestion Holger. > > > # apt-get install -f > > Where and when do I enter this command? > The - during installation - available shell doesn't know this command.
ah. then you need to use:
chroot /target
and then apt-get install -f
and then exit that shell again and continue installation.
--
cheers,
Holger
signature.asc
Description: Digital signature

