From e35f15106f092d140afba6c234cffbaa0eb617eb Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 8 Apr 2015 09:34:15 +0100 Subject: [PATCH] Don't try to install acpiphp any more (LP: #1430323). --- live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot index c721ea4e..28534971 100755 --- a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot +++ b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot @@ -203,12 +203,6 @@ esac PSUEDO_GRUB_PROBE } -## -------------- -# add 'acpiphp' to modules so it is loaded on boot (LP: #450463) -_xchroot "${rootd}" sh -c 'f=/etc/modules; - grep "^acpiphp$" "${f}" || - printf "# %s\n%s\n" "LP: #450463" "acpiphp" >> "${f}"' - ## install / setup grub2 gprobe="${rootd}/usr/sbin/grub-probe" moved=0