hppa -> squash

This commit is contained in:
Adam Conrad 2006-04-18 14:58:16 +00:00
parent d09dc59f2b
commit 574f385596
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -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}

View File

@ -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