|
|||||||||||
|
Bug#250092: marked as done (base-installer: Should track dependencies for base_include)
From: Debian Bug Tracking System <owner(at)bugs.debian.org>
Date: Fri Jun 29 2007 - 14:54:05 EDT
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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) attached mail follows:
Package: base-installer
At the moment, base-installer will use the content of /cdrom/.disk/base_include on a CD as a list of extra deb packages to install when the base system is installed. This list of packages are sent to debootstrap using the --include=<pkgs> option. debootstrap do not track dependencies, so one have to list all dependencies of new packages as well. I propose to change this implementation to call 'apt-install' for the packages listed in base_include, and leave it to apt to pull in the packages. This will have some positive and negative sides:
I believe the advantages outweight the problems with the new implementation, and suggest this patch: Index: debian/postinst
if [ -s /cdrom/.disk/base_exclude ]; then
@@ -125,9 +127,6 @@
} install_base_system () {
- if [ "${INCLUDES}" ]; then
- include="--include=${INCLUDES}"
- fi
if [ "${EXCLUDES}" ]; then
exclude="--exclude=${EXCLUDES}"
fi
The patch is untested. attached mail follows: Hello, Has been understand that this bug has been already solved since debootstrap now handles dependencies properly. I'm closing this bug then. TIA,
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page:
http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Fri Jun 29 14:57:15 2007This archive was generated by hypermail 2.1.8 : Fri Jun 29 2007 - 15:00:05 EDT |
||||||||||
|
|||||||||||