Update kernels and copyright

ubuntu/precise
Adam Conrad 19 years ago
parent 0c56927775
commit be57d1a16b

7
debian/changelog vendored

@ -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 <adconrad@ubuntu.com> Thu, 21 Sep 2006 10:33:08 +1000
livecd-rootfs (0.28) UNRELEASED; urgency=low livecd-rootfs (0.28) UNRELEASED; urgency=low
* Welcome to Edgy... Switch the default i386 kernel to -686, yay! * Welcome to Edgy... Switch the default i386 kernel to -686, yay!

@ -1,7 +1,7 @@
#!/bin/bash -eu #!/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 # 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 cat /etc/apt/trusted.gpg >> ${ROOT}etc/apt/trusted.gpg
case $ARCH in case $ARCH in
amd64) LIST="$LIST linux-amd64-generic";; amd64) LIST="$LIST linux-generic";;
i386) LIST="$LIST linux-686";; i386) LIST="$LIST linux-generic";;
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
# and the bastard stepchildren # and the bastard stepchildren

Loading…
Cancel
Save