diff --git a/debian/changelog b/debian/changelog index a3c81d51..9fb2cb76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.28) UNRELEASED; urgency=low + + * Welcome to Edgy... Switch the default i386 kernel to -686, yay! + + -- Adam Conrad Fri, 9 Jun 2006 23:13:11 +1000 + livecd-rootfs (0.27) UNRELEASED; urgency=low [ Adam Conrad ] diff --git a/livecd.sh b/livecd.sh index 8711c1e4..c2ff19d8 100755 --- a/livecd.sh +++ b/livecd.sh @@ -221,7 +221,7 @@ link_in_boot = no case $ARCH in amd64) LIST="$LIST linux-amd64-generic";; - i386) LIST="$LIST linux-386";; + i386) LIST="$LIST linux-686";; powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; # and the bastard stepchildren