mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
Update kernels and copyright
This commit is contained in:
parent
0c56927775
commit
be57d1a16b
7
debian/changelog
vendored
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
|
||||
|
||||
* Welcome to Edgy... Switch the default i386 kernel to -686, yay!
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user