Package: elilo Version: 3.10-1 Severity: normal Tags: patch $ sudo elilo dpkg: warning: obsolete option '--print-installation-architecture', please use '--print-architecture' instead. Loaded efivars kernel module to enable use of efibootmgr
Patch follows. diff -urpN elilo-3.10.orig/debian/elilo.sh elilo-3.10/debian/elilo.sh --- elilo-3.10.orig/debian/elilo.sh 2009-10-07 08:51:52.000000000 -0600 +++ elilo-3.10/debian/elilo.sh 2009-10-07 08:52:46.000000000 -0600 @@ -38,7 +38,7 @@ TARGET= EFIROOT=/EFI/debian export LC_COLLATE=C -ARCHITECTURE=$(dpkg --print-installation-architecture) +ARCHITECTURE=$(dpkg --print-architecture) ## catch signals, clean up junk in /tmp. trap "cleanup" 0 -- System Information: Debian Release: squeeze/sid APT prefers proposed-updates APT policy: (500, 'proposed-updates'), (500, 'unstable'), (1, 'experimental') Architecture: ia64 Kernel: Linux 2.6.30-2-mckinley (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages elilo depends on: ii debconf 1.5.27 Debian configuration management sy ii dosfstools 3.0.6-1 utilities for making and checking ii efibootmgr 0.5.4-2 Interact with the EFI Boot Manager ii libc6.1 2.9-27 GNU C Library: Shared libraries elilo recommends no packages. elilo suggests no packages. -- debconf information: elilo/format: true * elilo/runme: true -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

