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

Bug#661392: PXE boot menu falls off the bottom of the screen



Package: debian-edu-config
Version: 1.452
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi,

The PXE menu currently miss the bottom of the screen (memtest entry and
help message), exactly like #650979.

The issue is due to standard settings loaded by the included files, so
the patch is pretty simple: drop the included files, and add the
relevant settings directly (boot-screens/stdmenu.cfg are only shipping
layout information, the installs are still available and working after
applying the patch).

Regards

David

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debian-edu-config depends on:
pn  base-files               6.5
pn  bind9-host [host]        1:9.8.1.dfsg.P1-3
pn  cfengine2                <none>
pn  debconf [debconf-2.0]    1.5.41
pn  debconf-utils            1.5.41
pn  debian-edu-artwork       <none>
pn  desktop-profiles         <none>
pn  discover                 2.1.2-5.1
pn  education-tasks          <none>
pn  fping                    <none>
pn  ldap-utils               2.4.28-1.1
pn  libconfig-inifiles-perl  <none>
pn  libfilesys-df-perl       <none>
pn  libhtml-fromtext-perl    <none>
pn  libio-socket-ssl-perl    1.56-1
pn  libjavascript-perl       <none>
pn  libnet-ldap-perl         <none>
pn  libnet-netmask-perl      <none>
pn  libterm-readkey-perl     2.30-4+b2
pn  libtext-unaccent-perl    <none>
pn  lsb-base                 3.2-28.1
pn  mime-support             3.52-1
pn  net-tools                1.60-24.1
pn  ng-utils                 <none>
pn  openssl                  1.0.0g-1
pn  patch                    2.6.1-3
pn  python-notify            0.1.1-3
pn  ssl-cert                 1.0.28
pn  tftp | tftp-hpa          <none>

Versions of packages debian-edu-config recommends:
pn  libnotify-bin  <none>
pn  lsof           4.81.dfsg.1-1
pn  memtest86+     <none>
pn  resolvconf     <none>
pn  syslinux       <none>
pn  xresprobe      <none>

Versions of packages debian-edu-config suggests:
pn  atftpd | tftpd-hpa  <none>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPSqj4AAoJELgqIXr9/gny7aIP+watRip6cgcQZs/R0hotqRd1
F35R3SUz2U+Ue4kMJmfWTjkKaCUhQmf2Xu0/NzBNqQ753DuZ6B+UQPrUdBlhcrzk
OQNgvreaRawt8ECkfFZBTk1oXEYHQiN5wO9LDKxeql4RJaNgYi+gLiqw1brP3OBV
j/97sizvMnNLKw33UuDhoF+pvGukEKV2CYkgVUBG1HPBkTAwNHsK2HLIZcQ0DKNA
EBou5M66a/DU8SdTaXMLVZCGYkggHibqFoySF/eroNJjDAFvJ8lxe2bbJzMoM1IH
JoqtviHMWmLTk5zHimLgIasfZIeLinsuB9QXmSTWOjHqJ8CK0TtJvehmf+DWNRJ6
DDOIAvQYeAzE3tfJtoR5PIr0g8XRIiblzmdWMV/GTuolV/ZGtPrqPISEWb6SUvXv
M0MX/960fea37/4CB7EiAOFsVGYibGtdZeoKjfadSCnR4zDg+FesFcOrPJijLtdZ
YRQhc/61YUNGsR6YQUyksMKPKhBTwFIfUa2Ad05dss5Vb7KGegcqOKszoE2xIHZI
FWv5AUQJtqWZ7te+axB5b4UC1irGHeWnba4tCPa2i0AJJb672Wc28W45xj6phda1
QqeQjwEaKCO1KpvedIox4K132UMWlLBrB+eR8LbRqkXlnpBhTuDm3yO+CHqfWy7G
ZGxVybMwgTwiGhtn7GFz
=QeQC
-----END PGP SIGNATURE-----
Index: sbin/debian-edu-pxeinstall
===================================================================
--- sbin/debian-edu-pxeinstall	(révision 76767)
+++ sbin/debian-edu-pxeinstall	(copie de travail)
@@ -342,19 +342,19 @@
 MENU SEPARATOR
 include debian-edu/memtest.cfg
 
-EOF
-    # One of these would probably be enough, but include all of them
-    # in case some arch is missing.
-    for arch in $archs ; do
-        echo "include debian-installer/$arch/boot-screens/stdmenu.cfg"
-    done
-    cat <<EOF
+menu color title        * #FFFFFFFF *
+menu color border       * #00000000 #00000000 none
+menu color sel          * #ffffffff #76a1d0ff *
+menu color hotsel       1;7;37;40 #ffffffff #76a1d0ff *
+menu color tabmsg       * #ffffffff #00000000 *
+menu color help         37;40 #ffdddd00 #00000000 none
 
 menu vshift 8
 menu rows 10
 menu hshift 13
 menu width 49
 menu background debian-edu/debian-edu-splash.png
+menu tabmsg Press ENTER to boot or TAB to edit a menu entry
 default debian-edu/vesamenu.c32
 prompt 0
 timeout 0

Reply to: