Your message dated Mon, 3 Mar 2014 02:00:38 +0100
with message-id <[email protected]>
and subject line Re: Bug#616512: debian-installer: Need menuitem for switch off
installing Recommends by default
has caused the Debian Bug report #616512,
regarding debian-installer: Need menuitem for switch off installing Recommends
by default
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
616512: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616512
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-installer
Severity: wishlist
Tags: d-i
Sometime need install ssh-only server without other packages not from base.
When i choose only ssh from tasksel in debian-installer, it install Recommends
for ssh packages.
I don't need this packages by default and i need switch off Recommeds before
tasksel.
-- System Information:
Debian Release: 6.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Control: tag -1 - confirmed
[email protected] <[email protected]> (2011-03-05):
> Package: debian-installer
> Severity: wishlist
> Tags: d-i
>
> Sometime need install ssh-only server without other packages not from base.
> When i choose only ssh from tasksel in debian-installer, it install
> Recommends for ssh packages.
> I don't need this packages by default and i need switch off Recommeds before
> tasksel.
From debian-installer-utils, debian/di-utils/bin/apt-install has:
| if db_get base-installer/install-recommends && [ "$RET" = false ]; then
| if [ "$WITH_RECOMMENDS" ]; then
| apt_opts="$apt_opts -o APT::Install-Recommends=true"
| fi
| else
| if [ "$NO_RECOMMENDS" ]; then
| apt_opts="$apt_opts -o APT::Install-Recommends=false"
| fi
| fi
From base-installer, debian/base-installer.templates has:
| Template: base-installer/install-recommends
| Type: boolean
| Default: true
| Description: for internal use; can be preseeded
| Will configure APT in the target system not to install recommened
| packages by default. For experienced users only.
It appears to have been implemented before squeeze was released;
closing this bug report accordingly.
Mraw,
KiBi.
signature.asc
Description: Digital signature
--- End Message ---