Package: grub-installer Severity: normal Tags: patch Any reason why we shouldn't check for amd64 here ? (other than 64-bit Macs not yet being in the market)
Index: debian/isinstallable =================================================================== --- debian/isinstallable (revision 45613) +++ debian/isinstallable (working copy) @@ -16,7 +16,7 @@ ARCH="$(archdetect)" case $ARCH in - i386/*) + i386/*|amd64/*) MANUFACTURER="$(dmidecode -s system-manufacturer)" case $MANUFACTURER in Apple*) -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-amd64 Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]