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

typos in make-live, and question



	Hello,

  Using live-helper version 1.0~a15-1, I've noticed some typos in
make-live program :

*   --net-server and --net-path options aren't declared in getopt, and
  so are refused by make-live.

* there is confusion about flavour option name : man page tells about
--kernel-flavour, make-live -h about --linux-flavour whereas the code looks for --linux-flavours, without this option defined in make-live... I wonder why plural is used there.

* looking at /usr/bin/lh_chroot_apt, I've found following code :

                # Configuring apt secure
                case "${LH_APT_SECURE}" in
                        enabled)
                                echo "APT::Get::AllowUnauthenticated \"true\";" 
> chroot/etc/apt/apt.conf.d/00secure
                                echo "Aptitude::CmdLine::Ignore-Trust-Violations
 \"false\";" >> chroot/etc/apt/apt.conf.d/00secure
                                ;;

                        disabled)
                                echo "APT::Get::AllowUnauthenticated \"false\";"
 > chroot/etc/apt/apt.conf.d/00secure
                                echo "Aptitude::CmdLine::Ignore-Trust-Violations
 \"true\";" >> chroot/etc/apt/apt.conf.d/00secure
                                ;;
                esac

  and it seems actions don't match labels 'enabled' / 'disabled', no ?


  regards,
	Fred.

-- 
Fr?d?ric Boiteux



Reply to: