diff --git a/debian/changelog b/debian/changelog index 96a03c22..7021fa0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,6 @@ livecd-rootfs (0.27) UNRELEASED; urgency=low * Special-case kubuntu cloops to be slightly larger, so we don't overflow. * Make sparc use archive.ubuntu.com, it's no longer a ports arch. * Add xubuntu support to livecd.sh, including hackish workaround. - * Make hppa a squashfs architecture, just 'cause. [ LaMont Jones ] * umount /var/{run,lock} diff --git a/livecd.sh b/livecd.sh index 3f20541d..b907c2f1 100755 --- a/livecd.sh +++ b/livecd.sh @@ -6,8 +6,8 @@ # Depends: debootstrap, rsync, cloop-utils, python-minimal|python, procps, squashfs-tools -SQUASH_ARCHES="i386 amd64 powerpc hppa" -CLOOP_ARCHES="ia64 sparc" +SQUASH_ARCHES="i386 amd64 powerpc" +CLOOP_ARCHES="ia64 sparc hppa" cleanup() { for mnt in $MOUNTS ${ROOT}lib/modules/*/volatile ${ROOT}var/{lock,run}; do