mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-07 08:13:37 +00:00
Change default kernel on i386 livefs
This commit is contained in:
parent
bf4db1fb04
commit
860407753e
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (0.28) UNRELEASED; urgency=low
|
||||
|
||||
* Welcome to Edgy... Switch the default i386 kernel to -686, yay!
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Fri, 9 Jun 2006 23:13:11 +1000
|
||||
|
||||
livecd-rootfs (0.27) UNRELEASED; urgency=low
|
||||
|
||||
[ Adam Conrad ]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user