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

Bug#785345: marked as done (live-boot nodhcp still dhcp)



Your message dated Thu, 12 Jan 2017 18:35:27 +0000
with message-id <E1cRkDf-0004XP-PK@fasolo.debian.org>
and subject line Bug#785345: fixed in live-boot 1:20170112
has caused the Debian Bug report #785345,
regarding live-boot nodhcp still dhcp
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 owner@bugs.debian.org
immediately.)


-- 
785345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785345
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: live-boot
Version: 4.0.2-1

When I boot with nodhcp and I am not netbooting, dhcp is still setup.
Please updated the following two scripts:

9990-netbase.sh

FROM
if [ -z "${NETBOOT}" ] || [ -n "${DHCP}" ]
then
        # default, dhcp assigned
        method="dhcp"
else
        # make sure that the preconfigured interface would not get reassigned by dhcp
        # on startup by ifup script - otherwise our root fs might be disconnected!
        method="manual"
fi

TO
if [ -n "${NODHCP}" ]
then
        # when nodhcp is desired, use manual method
        method="manual"
elif [ -n "${NETBOOT}" ] && [ -z "${DHCP}" ]
then
        # make sure that the preconfigured interface would not get reassigned by dhcp
        # on startup by ifup script - otherwise our root fs might be disconnected!
        method="manual"
else
        # default, dhcp assigned
        method="dhcp"
fi

9990-cmdline-old.sh
FROM
			nodhcp)
		DHCP=""
		export DHCP
		;;
TO
			nodhcp)
		NODHCP="true"
		export NODHCP
		;;

I am using Debian GNU/Linux 8.0 RC1, kernel 3.16.0-4-686-pae.

--- End Message ---
--- Begin Message ---
Source: live-boot
Source-Version: 1:20170112

We believe that the bug you reported is fixed in the latest version of
live-boot, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 785345@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <hertzog@debian.org> (supplier of updated live-boot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 12 Jan 2017 16:59:49 +0100
Source: live-boot
Binary: live-boot live-boot-doc live-boot-initramfs-tools
Architecture: source
Version: 1:20170112
Distribution: unstable
Urgency: medium
Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
Changed-By: Raphaël Hertzog <hertzog@debian.org>
Description:
 live-boot  - Live System Boot Components
 live-boot-doc - Live System Boot Components (documentation)
 live-boot-initramfs-tools - Live System Boot Components (initramfs-tools backend)
Closes: 785345 847802 850532
Changes:
 live-boot (1:20170112) unstable; urgency=medium
 .
   [ Raphaël Hertzog ]
   * Team upload.
   * Fix nodhcp option to actually force DHCP off. Closes: #785345
     Thanks to Frank Lillo for the report and Evgeni Golov for the patch.
   * Improve 9990-misc-helpers.sh when /sys/block/ is empty.
     Closes: #847802
   * Multiple cleanups to appease lintian.
 .
   [ Kristian Klausen ]
   * Add "nls_ascii" module in the initrd so that we can access FAT
     partitions. Closes: #850532
   * Copy /etc/live/boot.conf and /etc/live/boot to the initrd.
Checksums-Sha1:
 f6044b95ac975ef93fd89d4c8e9758e67e678b3d 1503 live-boot_20170112.dsc
 0ec30031648b861f56418f590883e0d8870d6798 99392 live-boot_20170112.tar.xz
Checksums-Sha256:
 50e85e68178f425e4e736876c7e33f4681b0fc675c413abd81605101a1bba7b8 1503 live-boot_20170112.dsc
 4ac2bf067bf9c2a76cfa03d2df3858bc7474a79acede9f5e6183058a78fbccb7 99392 live-boot_20170112.tar.xz
Files:
 16c72df938f920e35d9cf231f0729c54 1503 misc optional live-boot_20170112.dsc
 13d233e584f6a6b8f52816bef6b3913d 99392 misc optional live-boot_20170112.tar.xz

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAlh3xtkACgkQA4gdq+vC
mrmaXAgAgU6FarsUm8l25+wnRd4jNbN1OONkUvufBXzVmCgLV+Orm0Bl1LJHIFYm
fPTbO8j1g3Plk1OFXBFhDseHGgLJqa5vu16zX2Cf13jZl4IGRkHl396t4KijHPGN
ggWAlp9lFIch5gxnvleywOn3eEcUMMZOe7xdY6c73nrfBx/dFjGRrQ9tvscO1h3E
ZSY46gchHRuFByuaWOpa/Lx89z+9cncezuMycbdKDQRKZ/1+capPIAIkbkCOz0eD
bDCjbPRbivvGbUOzk/XXr9rp/M3X/nOLJXDTf0lVFhpiGyAuZMMbDgO8/c8/wQnp
pgORWSFby054h4sjmouG/geEOfrANQ==
=1Ebe
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: