From 860407753e23577e46cfb86a31b65787fe6af790 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Fri, 9 Jun 2006 13:14:16 +0000 Subject: [PATCH] Change default kernel on i386 livefs --- debian/changelog | 6 ++++++ livecd.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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