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

Bug#774261: marked as done (unblock: debian-lan-config/0.19)



Your message dated Wed, 31 Dec 2014 13:24:55 +0100
with message-id <20141231122455.GA25727@ugent.be>
and subject line Re: Bug#774261: (pre-approval) unblock: debian-lan-config/0.19
has caused the Debian Bug report #774261,
regarding unblock: debian-lan-config/0.19
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.)


-- 
774261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774261
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear Release Team,

there have been two modifications in jessie which make it necessary to
adapt the debian-lan-config package:

With the latest base-files package the content of
'/etc/debian_version' switched format [1]:

  - Use 8.0 as version in /etc/debian_version. As usual, this is
    expected to change at every point release.

                                      (from the Changelog)

This breaks the code in debian-lan which determines the version (Cf:
#774035, before it was 'jessie/sid' in /etc/debian_version).

Further more, #759737 has been fixed and allows to preseed the grub
installation.

Please consider pre-approving an unblock of the debian-lan-config package.

Best regards,

     Andi


[1] http://metadata.ftp-master.debian.org/changelogs//main/b/base-files/base-files_8_changelog

The expected diff is pretty small:

diff --git a/fai/config/scripts/FAISERVER/50-di-netboot b/fai/config/scripts/FAISERVER/50-di-netboot
index 64a4796..1416c14 100755
--- a/fai/config/scripts/FAISERVER/50-di-netboot
+++ b/fai/config/scripts/FAISERVER/50-di-netboot
@@ -2,7 +2,7 @@

 set -e

-DISTRI="$(sed s%/.*$%% ${target}/etc/debian_version)"
+DISTRI="stable"


 if [ "$FAI_ACTION" == "install" ] || [ "$CONVERT" == "true" ] ; then
@@ -88,8 +88,8 @@ tasksel tasksel/first multiselect
 #tasksel tasksel/desktop multiselect kde, xfce
 # Individual additional packages to install
 d-i pkgsel/include string fai-client nfs-common aptitude
-### FIXME: GRUB default does not work: #712907 #759737
-
+### GRUB on default disk:
+d-i grub-installer/bootdev string default
 ### This command is run just before the install finishes, it does all the FAI magic:
 d-i preseed/late_command string mkdir -p /target/var/lib/fai/config; \\
        in-target modprobe nfsv4; \\

--- End Message ---
--- Begin Message ---
Hi,

On Wed, Dec 31, 2014 at 12:28:28PM +0100, Andreas B. Mundt wrote:
> I hope you are still happy with the debdiff attached below.

Unblocked.

Cheers,

Ivo

--- End Message ---

Reply to: