tieto team mailing list archive
-
tieto team
-
Mailing list archive
-
Message #00376
[Branch ~ubuntu-core-dev/debian-installer/ubuntu] Rev 1694: Account for i386/generic-pae kernel flavour being renamed to generic.
------------------------------------------------------------
revno: 1694
committer: Colin Watson <cjwatson@xxxxxxxxxxxxx>
branch nick: ubuntu
timestamp: Tue 2012-05-22 11:05:34 +0100
message:
Account for i386/generic-pae kernel flavour being renamed to generic.
modified:
build/config/i386.cfg
debian/changelog
--
lp:~ubuntu-core-dev/debian-installer/ubuntu
https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu
Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu.
To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== modified file 'build/config/i386.cfg'
--- build/config/i386.cfg 2012-05-22 09:01:47 +0000
+++ build/config/i386.cfg 2012-05-22 10:05:34 +0000
@@ -3,7 +3,7 @@
# The version of the kernel to use.
BASEVERSION = 3.4.0-3
-KERNELVERSION = $(BASEVERSION)-generic-pae
+KERNELVERSION = $(BASEVERSION)-generic
KERNELMAJOR = 2.6
KERNEL_FLAVOUR = di
KERNELNAME = vmlinuz
=== modified file 'debian/changelog'
--- debian/changelog 2012-05-22 09:03:19 +0000
+++ debian/changelog 2012-05-22 10:05:34 +0000
@@ -1,3 +1,9 @@
+debian-installer (20101020ubuntu142) UNRELEASED; urgency=low
+
+ * Account for i386/generic-pae kernel flavour being renamed to generic.
+
+ -- Colin Watson <cjwatson@xxxxxxxxxx> Tue, 22 May 2012 11:04:32 +0100
+
debian-installer (20101020ubuntu141) quantal; urgency=low
* Port help-to-gfxboot.py to Python 3.