summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_hacks
diff options
context:
space:
mode:
authorCody A.W. Somerville <cody.somerville@canonical.com>2009-04-17 10:23:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:44 +0100
commit4afc571314e86867311472f5646cae6a38226a4c (patch)
treea39c8476b8ea00d77da439001d376da175207ef0 /helpers/lh_chroot_hacks
parent69d278fdb8aa4720ccb1ff7b2bea8e48dec1490c (diff)
downloadlive-build-4afc571314e86867311472f5646cae6a38226a4c.zip
live-build-4afc571314e86867311472f5646cae6a38226a4c.tar.gz
Adding lpia support.
Diffstat (limited to 'helpers/lh_chroot_hacks')
-rwxr-xr-xhelpers/lh_chroot_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index 251c1c0..f23853f 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -121,7 +121,7 @@ then
# bootloader is already installed in the image. Very ugly, but it's to
# late to fix it in d-i because lenny rc2 has been already released.
case "${LH_ARCHITECTURE}" in
- amd64|i386)
+ amd64|i386|lpia)
Apt install grub
;;