From 457995bc689a701d1d09db13f005b1838a69680d Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 16 Aug 2011 14:48:17 +0200 Subject: [PATCH] ajdust ac100 package list, (temporary ?) suppress preinstall-pool on ac100 since it fails the build --- debian/changelog | 9 ++++++++- live-build/auto/config | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 24d4228e..c5b0aceb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ livecd-rootfs (2.23) UNRELEASED; urgency=low + [ Jani Monoses ] * Add mx5 subarch support for Freescale i.MX53 - -- Jani Monoses Fri, 12 Aug 2011 18:09:01 +0300 + [ Oliver Grawert ] + * adjust the packagelist for ac100 a bit, according to adam it should not + need the kernel metapackage seeded if it matches the naming convention + * do not install preinstall-pool on ac100-server, it breaks for no apparent + reason atm, this makes server rootfses for ac100 buildable again. + + -- Oliver Grawert Tue, 16 Aug 2011 14:42:33 +0200 livecd-rootfs (2.22) oneiric; urgency=low diff --git a/live-build/auto/config b/live-build/auto/config index 52532e46..37cc2b3a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -203,8 +203,9 @@ case $ARCH in BINARY_REMOVE_LINUX=false ac100) COMPONENTS='main restricted universe' - add_package install abootimg linux-ac100 flash-kernel + add_package install ac100-tarball-installer BINARY_REMOVE_LINUX=false + PREINSTALL_POOL_SEEDS="" ;; esac ;;