From 574f38559658c0cd66883df60f1235f6de121022 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Tue, 18 Apr 2006 14:58:16 +0000 Subject: [PATCH] hppa -> squash --- debian/changelog | 1 + livecd.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b806a2d..fd8473a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ 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. + * Make hppa a squashfs architecture, just 'cause. [ LaMont Jones ] * umount /var/{run,lock} diff --git a/livecd.sh b/livecd.sh index a1373cfa..097d19ea 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" -CLOOP_ARCHES="ia64 hppa sparc" +SQUASH_ARCHES="i386 amd64 powerpc hppa" +CLOOP_ARCHES="ia64 sparc" cleanup() { for mnt in $MOUNTS ${ROOT}lib/modules/*/volatile ${ROOT}var/{lock,run}; do