From be57d1a16b06dc6e22f87a92c99576b0289593d1 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Thu, 21 Sep 2006 00:34:23 +0000 Subject: [PATCH] Update kernels and copyright --- debian/changelog | 7 +++++++ livecd.sh | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c4b21bfc..59a6ff87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (0.29) UNRELEASED; urgency=low + + * Update copyright to 2006, 9 months late is better than never, right? + * Update kernels for i386 and amd64 to reflect recent renaming. + + -- Adam Conrad Thu, 21 Sep 2006 10:33:08 +1000 + livecd-rootfs (0.28) UNRELEASED; urgency=low * Welcome to Edgy... Switch the default i386 kernel to -686, yay! diff --git a/livecd.sh b/livecd.sh index 8ac3781f..0660fb2f 100755 --- a/livecd.sh +++ b/livecd.sh @@ -1,7 +1,7 @@ #!/bin/bash -eu ###################################################################### -#### (c) Copyright 2004,2005 Canonical Ltd. All rights reserved. #### +#### (c) Copyright 2004-2006 Canonical Ltd. All rights reserved. #### ###################################################################### # Depends: debootstrap, rsync, cloop-utils, python-minimal|python, procps, squashfs-tools @@ -220,8 +220,8 @@ link_in_boot = no cat /etc/apt/trusted.gpg >> ${ROOT}etc/apt/trusted.gpg case $ARCH in - amd64) LIST="$LIST linux-amd64-generic";; - i386) LIST="$LIST linux-686";; + amd64) LIST="$LIST linux-generic";; + i386) LIST="$LIST linux-generic";; powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; # and the bastard stepchildren