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

Bug#430511: Caching mechanism for kernel image deb does not work



Package: live-helper
Version: 1.0~a15-1
Severity: normal

--- Please enter the report below this line. ---
Even if I do not delete the cache, every time I run make-live the
following packages are downloaded again and again:

   busybox casper file initramfs-tools klibc-utils libklibc libmagic1
   libvolume-id0 linux-image-2.6.21-1-486 squashfs-modules-2.6.21-1-486
   sudo udev unionfs-modules-2.6.21-1-486 user-setup 

In this case the kernel image is one I chosed by hand, but the problem
is there even if I use the default images. 

I'm attaching the configuration files.

Cheers

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.21.1-mactel

Debian Release: lenny/sid
  500 unstable        www.debian-multimedia.org 
  500 unstable        ftp.it.debian.org 
  500 testing         security.debian.org 

--- Package information. ---
Depends             (Version) | Installed
=============================-+-=============
cdebootstrap     (>= 0.3.15)  | 0.4.3
 OR debootstrap  (>= 0.3.3.2) | 1.0.0


-- 
Enrico Tassi
-------------- next part --------------
# config/bootstrap - options for live-helper(7), bootstrap stage

# $LIVE_ARCHITECTURE: select chroot architecture
# (Default: autodetected)
LIVE_ARCHITECTURE="i386"

# $LIVE_BOOTSTRAP_CONFIG: set distribution config directory
# (Default: empty)
LIVE_BOOTSTRAP_CONFIG=""

# $LIVE_BOOTSTRAP_FLAVOUR: select flavour to use
# (Default: standard)
LIVE_BOOTSTRAP_FLAVOUR="standard"

# $LIVE_BOOTSTRAP_KEYRING: set distribution keyring
# (Default: empty)
LIVE_BOOTSTRAP_KEYRING=""

# $LIVE_DISTRIBUTION: select distribution to use
# (Default: etch)
LIVE_DISTRIBUTION="etch"

# $LIVE_MIRROR_BOOTSTRAP: set mirror to fetch packages from
# (Default: http://ftp.debian.org/debian/)
LIVE_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/";

# $LIVE_MIRROR_BOOTSTRAP_SECURITY: set security mirror to fetch packages from
# (Default: http://security.debian.org/)
LIVE_MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/";

# $LIVE_MIRROR_BINARY: set mirror which ends up in the image
# (Default: http://ftp.debian.org/debian/)
LIVE_MIRROR_BINARY="http://ftp.debian.org/debian/";

# $LIVE_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
# (Default: http://security.debian.org/)
LIVE_MIRROR_BINARY_SECURITY="http://security.debian.org/";

# $LIVE_SECTIONS: select section(s) to use
# (Default: main contrib non-free)
LIVE_SECTIONS="main contrib non-free"
-------------- next part --------------
# config/chroot - options for live-helper(7), chroot stage

# $LIVE_CHROOT_FILESYSTEM: set chroot filesystem
# (Default: squashfs)
LIVE_CHROOT_FILESYSTEM="squashfs"

# $LIVE_HOOKS: set hook commands
# (Default: empty)
LIVE_HOOKS=""

# $LIVE_INTERACTIVE: set interactive build
# (Default: disabled)
LIVE_INTERACTIVE="disabled"

# $LIVE_KEYRING_PACKAGES: set keyring packages
# (Default: empty)
LIVE_KEYRING_PACKAGES=""

# $LIVE_LANGUAGE: set language to use
# (Default: empty)
LIVE_LANGUAGE=""

# $LIVE_LINUX_FLAVOURS: set kernel flavour to use
# (Default: autodetected)
LIVE_LINUX_FLAVOURS="486"

# $LIVE_LINUX_PACKAGES: set kernel packages to use
# (Default: autodetected)
LIVE_LINUX_PACKAGES="linux-image-2.6.21-1 squashfs-modules-2.6.21-1 unionfs-modules-2.6.21-1"

# $LIVE_PACKAGES: set packages to install
# (Default: empty)
LIVE_PACKAGES=""

# $LIVE_PACKAGES_LISTS: set package list to install
# (Default: gnome-core)
LIVE_PACKAGES_LISTS="gnome-core"

# $LIVE_PRESEED: set package preseed
# (Default: )
LIVE_PRESEED=""

# $LIVE_TASKS: set tasks to install
# (Default: empty)
LIVE_TASKS=""

# $LIVE_SECURITY: enable security updates
# (Default: enabled)
LIVE_SECURITY="enabled"

# $LIVE_SYMLINKS: enable symlink convertion
# (Default: disabled)
LIVE_SYMLINKS="disabled"

# $LIVE_SYSVINIT: enable sysvinit
# (Default: disabled)
LIVE_SYSVINIT="disabled"
-------------- next part --------------
# config/common - common options for live-helper(7)

# $LH_APT: set package manager
# (Default: aptitude)
LH_APT="aptitude"

# $LH_APT_FTPPROXY: set apt/aptitude ftp proxy
# (Default: autodetected or empty)
LH_APT_FTPPROXY=""

# $LH_APT_HTTPPROXY: set apt/aptitude http proxy
# (Default: autodetected or empty)
LH_APT_HTTPPROXY=""

# $LH_APT_PDIFFS: set apt/aptitude pdiff indices
# (Default: enabled)
LH_APT_PDIFFS="enabled"

# $LH_APT_PIPELINE: set apt/aptitude pipeline depth
# (Default: )
LH_APT_PIPELINE=""

# $LH_APT_RECOMMENDS: set apt/aptitude recommends
# (Default: enabled)
LH_APT_RECOMMENDS="enabled"

# $LH_APT_SECURE: set apt/aptitude security
# (Default: enabled)
LH_APT_SECURE="enabled"

# $LH_BOOTSTRAP: set bootstrap program
# (Default: cdebootstrap)
LH_BOOTSTRAP="cdebootstrap"

# $LH_CACHE_INDICES: control if downloaded package indices should be cached
# (Default: disabled)
LH_CACHE_INDICES="disabled"

# $LH_CACHE_PACKAGES: control if downloaded packages files should be cached
# (Default: enabled)
LH_CACHE_PACKAGES="enabled"

# $LH_CACHE_STAGES: control if completed stages should be cached
# (Default: bootstrap)
LH_CACHE_STAGES="bootstrap"

# $LH_DEBCONF_FRONTEND: set debconf(1) frontend to use
# (Default: noninteractive)
LH_DEBCONF_FRONTEND="noninteractive"

# $LH_DEBCONF_NOWARNINGS: set debconf(1) warnings
# (Default: yes)
LH_DEBCONF_NOWARNINGS="yes"

# $LH_DEBCONF_PRIORITY: set debconf(1) priority to use
# (Default: critical)
LH_DEBCONF_PRIORITY="critical"

# $LH_GENISOIMAGE: set genisoimage program
# (Default: genisoimage)
LH_GENISOIMAGE="genisoimage"

# $LH_INITRAMFS: set initramfs hook
# (Default: casper)
LH_INITRAMFS="casper"

# $LH_LOSETUP: set losetup program
# (Default: autodetected)
LH_LOSETUP="losetup"

# $LH_MODE: set distribution mode
# (Default: debian)
LH_MODE="debian"

# $LH_ROOT_COMMAND: use sudo or equivalent
# (Default: empty)
#LH_ROOT_COMMAND="sudo"

# $LH_TASKSEL: set tasksel program
# (Default: aptitude)
LH_TASKSEL="aptitude"

# $LIVE_ROOT: set root directory
# (Default: debian-live)
LIVE_ROOT="debian-live"

# $LIVE_INCLUDES: set includes
# (Default: /usr/share/live-helper/includes)
LIVE_INCLUDES="/usr/share/live-helper/includes"

# $LIVE_TEMPLATES: set templates
# (Default: debian-live/config/templates)
LIVE_TEMPLATES="debian-live/config/templates"

# Live-helper options

# $LH_BREAKPOINTS: enable breakpoints
# (Default: disabled)
#LH_BREAKPOINTS="disabled"

# $LH_DEBUG: enable debug
# (Default: disabled)
#LH_DEBUG="disabled"

# $LH_FORCE: enable force
# (Default: disabled)
#LH_FORCE="disabled"

# $LH_QUIET: enable quiet
# (Default: disabled)
#LH_QUIET="disabled"

# $LH_VERBOSE: enable verbose
# (Default: disabled)
#LH_VERBOSE="disabled"
-------------- next part --------------
# config/source - options for live-helper(7), source stage

# $LIVE_SOURCE: set source option
# (Default: disabled)
LIVE_SOURCE="disabled"

# $LIVE_SOURCE_IMAGES: set image type
# (Default: tar)
LIVE_SOURCE_IMAGES="tar"


Reply to: