------------------------------------------------------------ revno: 1649 fixes bug: https://launchpad.net/bugs/955009 committer: Colin Watson <[email protected]> branch nick: ubuntu timestamp: Thu 2012-03-15 18:41:26 +0000 message: Add a new cdrom/isolinux/non-pae build for i386 that uses the -generic kernel flavour (LP: #955009). added: build/config/i386/cdrom/non-pae.cfg modified: build/config/i386/cdrom.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/cdrom.cfg' --- build/config/i386/cdrom.cfg 2010-11-05 16:32:28 +0000 +++ build/config/i386/cdrom.cfg 2012-03-15 18:41:26 +0000 @@ -1,5 +1,5 @@ # el-torito is too large at the moment, so is disabled. -FLAVOUR_SUPPORTED = isolinux gtk #el-torito +FLAVOUR_SUPPORTED = isolinux gtk non-pae #el-torito MEDIA_TYPE = CD-ROM === added file 'build/config/i386/cdrom/non-pae.cfg' --- build/config/i386/cdrom/non-pae.cfg 1970-01-01 00:00:00 +0000 +++ build/config/i386/cdrom/non-pae.cfg 2012-03-15 18:41:26 +0000 @@ -0,0 +1,11 @@ +TARGET = $(INITRD) $(KERNEL) $(DEBIAN_CD_INFO) + +MANIFEST-KERNEL = "kernel for use with isolinux to build a CD (non-PAE)" +MANIFEST-INITRD = "initrd for use with isolinux to build a CD (non-PAE)" +MANIFEST-DEBIAN_CD_INFO = "isolinux help screens for CD (non-PAE)" + +TYPE = cdrom/isolinux/non-pae + +EXTRANAME = non-pae/ + +KERNELVERSION = $(BASEVERSION)-generic === modified file 'debian/changelog' --- debian/changelog 2012-03-14 09:23:00 +0000 +++ debian/changelog 2012-03-15 18:41:26 +0000 @@ -1,3 +1,10 @@ +debian-installer (20101020ubuntu119) UNRELEASED; urgency=low + + * Add a new cdrom/isolinux/non-pae build for i386 that uses the -generic + kernel flavour (LP: #955009). + + -- Colin Watson <[email protected]> Thu, 15 Mar 2012 18:40:45 +0000 + debian-installer (20101020ubuntu118) precise; urgency=low * Move armel/omap4 and armhf/omap4 to 3.2.0-1408 kernels.
-- Mailing list: https://launchpad.net/~tieto Post to : [email protected] Unsubscribe : https://launchpad.net/~tieto More help : https://help.launchpad.net/ListHelp

