Hallo ich habe mir folgendes Script zusammen gebastelt:
1 2 | export DEBIAN_FRONTEND="noninteractive" cat /var/lib/fai/config/package_config/XPool | grep -v ^PACKAGES | xargs apt-get -y --force-yes --auto-remove -o quiet=1 install > /dev/null |
Das möchte ich später einmal in der Nacht per cron ausführen dummerweise hängt er bei solchen fragen:
Configuration file `/etc/mplayer/mplayer.conf' ==> File on system created by you or by a script. ==> File also in package provided by package maintainer. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : background this process to examine the situation The default action is to keep your current version. *** mplayer.conf (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing mplayer (--configure): EOF on stdin at conffile prompt
Wie sage ich ihm das er da immer automatisch default nehmen soll?
Die Paketliste ist soweit sicher das dies ungefährlich möglich ist...