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

Bug#774261: (pre-approval) unblock: debian-lan-config/0.19



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; \\


Reply to: