Package: live-helper
Version: 1.0~a5-1~etch.1
Severity: normal
Tags: patch

The following arguments to 'make-live' don't work:

  --mirror-build, --mirror-build-security, --mirror-image,
  --mirror-image-security

The problem is that in the 'ARGUMENTS' variable in 'make-live', the
aforementioned command line arguments don't occur, rather there are
other arguments (e.g. --mirror-local, --mirror-local-security,
--mirror-generic, --mirror-generic-security) that are, I suspect,
old and aren't checked in the 'Local_arguments()' function.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages live-helper depends on:
ii  cdebootstrap               0.3.16~etch.1 Bootstrap a Debian system

live-helper recommends no packages.

-- no debconf information
--- /usr/bin/make-live  2007-04-10 00:23:18.000000000 -0700
+++ ./make-live 2007-04-16 15:40:27.000000000 -0700
@@ -37,7 +37,7 @@
 
 Local_arguments ()
 {
-       ARGUMENTS="`getopt --longoptions 
mode:,apt:,apt-ftpproxy:,apt-httpproxy:,apt-generic:,apt-pdiffs:,apt-recommends:,apt-secure:,bootstrap:,cache:,debconf-frontend:,debconf-priority:,genisoimage:,losetup:,root:,architecture:,distribution:,distribution-config:,flavour:,mirror-local:,mirror-local-security:,mirror-generic:,mirror-generic-security:,sections:,interactive:,kernel:,kernel-packages:,keyring-packages:,language:,packages:,packages-lists:,tasks:,security:,symlinks:,sysvinit:,bootappend:,encryption:,username:,hostname:,filesystem:,memtest86:,iso-volume:,server-address:,server-path:,source:,bootloader:,grub-splash:,syslinux-splash:,binary-image:,binary-source:,includes:,templates:,help,usage,version,force,breakpoints,debug,quiet,verbose
 --name=${PROGRAM} --options r:a:d:f:m:k:l:p:e:b:s:huv --shell sh -- "[EMAIL 
PROTECTED]"`"
+       ARGUMENTS="`getopt --longoptions 
mode:,apt:,apt-ftpproxy:,apt-httpproxy:,apt-generic:,apt-pdiffs:,apt-recommends:,apt-secure:,bootstrap:,cache:,debconf-frontend:,debconf-priority:,genisoimage:,losetup:,root:,architecture:,distribution:,distribution-config:,flavour:,mirror-build:,mirror-build-security:,mirror-image:,mirror-image-security:,sections:,interactive:,kernel:,kernel-packages:,keyring-packages:,language:,packages:,packages-lists:,tasks:,security:,symlinks:,sysvinit:,bootappend:,encryption:,username:,hostname:,filesystem:,memtest86:,iso-volume:,server-address:,server-path:,source:,bootloader:,grub-splash:,syslinux-splash:,binary-image:,binary-source:,includes:,templates:,help,usage,version,force,breakpoints,debug,quiet,verbose
 --name=${PROGRAM} --options r:a:d:f:m:k:l:p:e:b:s:huv --shell sh -- "[EMAIL 
PROTECTED]"`"
 
        if [ "${?}" != "0" ]
        then

Reply via email to