Imported using git-ubuntu import.
Changelog parent: 7af7abdcc0
New changelog entries:
* Pass correct IMAGEFORMAT through to live-build from BuildLiveCD.
* Add Lubuntu support.
* Set --chroot-filesystem option if IMAGEFORMAT is ext2 or ext3.
Imported using git-ubuntu import.
Changelog parent: d53152166c
New changelog entries:
* Remove old config directory before creating a new configuration.
Imported using git-ubuntu import.
Changelog parent: 757cfb724f
New changelog entries:
* Set pipefail (bash-specific) in auto/build so that we fail immediately
if the main image build fails.
* Anchor regex to avoid misdetecting vmlinux-3.0-0-powerpc64-smp as a
powerpc flavour kernel.
Imported using git-ubuntu import.
Changelog parent: 7e1b37f6c2
New changelog entries:
* Fix ordering of log file creation in BuildLiveCD.
* Fix permissions in BuildLiveCD when setting up auto directory.
* Switch from --binary-remove-linux to config/binary_rootfs/excludes.
Imported using git-ubuntu import.
Changelog parent: 131478de62
New changelog entries:
* Add live-build support. The old livecd.sh is still here for
compatibility, but this package's primary purpose is now to provide
Ubuntu-specific configuration for live-build.
Imported using git-ubuntu import.
Changelog parent: a567a0d8f1
New changelog entries:
* Drop language-support-en from LIVELIST for kubuntu-mobile and
kubuntu-netbook; it's not in the oneiric archive any more, and the
necessary packages are already in the respective tasks.
Imported using git-ubuntu import.
Changelog parent: 3c3c9f040b
New changelog entries:
* Make the output kernel world-readable, since it was changed to be
world-unreadable in linux 2.6.38-8.40.
Imported using git-ubuntu import.
Changelog parent: 746b2cea47
New changelog entries:
* Drop the hack that removes ubiquity-slideshow-* on armel, webkit works
again.
Imported using git-ubuntu import.
Changelog parent: 697b3e4854
New changelog entries:
* make sure preinstalled images do not have the build machine set as
hostname before oem-config runs (LP: #605972)
Imported using git-ubuntu import.
Changelog parent: 19245e5f5f
New changelog entries:
* the name of the flavour needs to be ubuntu-headless, not just headless
Imported using git-ubuntu import.
Changelog parent: d63f8fc0fd
New changelog entries:
* Emergency hack to remove ubiquity-slideshow-* on armel due to python-webkit
causing a segfault (Works aroud LP: #727368)
Imported using git-ubuntu import.
Changelog parent: 11922919e9
New changelog entries:
* create an empty swapfile on ext2/3 images by default, we care for use
or deletion on first boot, this cuts of 3min from the first boot of
preinstalled images.
Imported using git-ubuntu import.
Changelog parent: 4a39adda5c
New changelog entries:
* drop IGEPv2 x-loader and u-boot from livefs.sh, they are not in main
and thus break image builds
Imported using git-ubuntu import.
Changelog parent: a8ca3e5758
New changelog entries:
* Add X-Loader and U-Boot packages for IGEPv2, Beagle and Panda
in the OMAP3/4 images.
Imported using git-ubuntu import.
Changelog parent: 9cca53267f
New changelog entries:
* Add headless image type for armel minimal developer image building,
same as base now, but may be modified later.
* Disable running of flash-kernel on armel as it breaks the script when
there is no boot partition available to update.
Imported using git-ubuntu import.
Changelog parent: 8e17cb0f24
New changelog entries:
* apply setting of the default session to all ubuntu-armel builds
so we do not need to do this on first boot.
Imported using git-ubuntu import.
Changelog parent: ce1bd42742
New changelog entries:
* Update default suite in BuildLiveCD to natty.
* Use --force-unsafe-io for all dpkg operations. If we crash we'll just
destroy the chroot and start from scratch, so syncing is pointless.
Imported using git-ubuntu import.
Changelog parent: 7c2b097ba1
New changelog entries:
* livecd.sh:
- Restore the keyring earlier in the chroot (before the dist-upgrade).
This fixes the missng key for the extras.ubuntu.com that is added
during the livecd build dist-ugprade (LP: #650525)
Imported using git-ubuntu import.
Changelog parent: e9878cab63
New changelog entries:
* enforce installation of only suitable header packages for the respective
subarch on armel instead of blindly installing all armel headers (LP: #600478)
Imported using git-ubuntu import.
Changelog parent: fed4e7e754
New changelog entries:
* Set GDM's default session to une-efl on ubuntu-netbook armel+dove.
* Fix syntax error in icon cache checks.
Imported using git-ubuntu import.
Changelog parent: 7a2e73fd22
New changelog entries:
* raise inode count during ext2fs build to be able to use the full size of
the ext2 image
* drop debugging code
Imported using git-ubuntu import.
Changelog parent: 5cdaaa7c16
New changelog entries:
* cat /proc/mounts before trying to copy to the ext2 image, there still
seems to be some virtual fs mounted in the chroot we try to copy to the
image.
Imported using git-ubuntu import.
Changelog parent: 54bcd26b87
New changelog entries:
* add more spare space to the ext2 filesystem images to compensate journal
overhead and make it possible to run oem-config even without resizing
* do not reserve 5% for root in the ext2 image files.
Imported using git-ubuntu import.
Changelog parent: fd7f799638
New changelog entries:
* add some debug output to teh ext2 image creation to see whats going on
Imported using git-ubuntu import.
Changelog parent: 082b2f2d3a
New changelog entries:
* tell mke2fs that we _really_ want a filesystem on this "non-blockdevice"
Imported using git-ubuntu import.
Changelog parent: 0bf02053ce
New changelog entries:
[ Steve Langasek ]
* One more undefined variable fix for set -u
[ Oliver Grawert ]
* drop genext2fs, it is simply to slow, instead we use a loop munted ext2
image now.
Imported using git-ubuntu import.
Changelog parent: 6e67a1314c
New changelog entries:
* Don't go overboard with the downgrading of packages; this probably caused
the rebuild failure attempts, we'll do without downgrading base packages
already installed by debootstrap in this use case.
Imported using git-ubuntu import.
Changelog parent: 2132716163
New changelog entries:
* One more fix; if we're asking apt to downgrade packages, we have to
explicitly pass --force-yes.
Imported using git-ubuntu import.
Changelog parent: 48c6ba90de
New changelog entries:
* Implement the -a option in the right place - in livecd.sh, not in
BuildLiveCD.
Imported using git-ubuntu import.
Changelog parent: 860e2a1f36
New changelog entries:
* Add -a option to BuildLiveCD to allow pulling from an additional apt
source.
Imported using git-ubuntu import.
Changelog parent: 4925b24069
New changelog entries:
* adjust BuildLiveCD PUBDIR variable to match reality (uses SUBARCH on the
buildd)
Imported using git-ubuntu import.
Changelog parent: 97e8d4f2f5
New changelog entries:
* BuildLiveCD: revert change from revno 284 that adds subarch to the logfile
names as it breaks mailing of the logs from the cdimage buildlive script
Imported using git-ubuntu import.
Changelog parent: b8be32bf74
New changelog entries:
* Revert to version 1.127: we do want the subarch in the filename so these
files can coexist in the same directory, as they do for all other archs.
* BuildLiveCD: drop the subarch from the directory name, which has never
made sense; but we don't want this to go live without coordination with
cdimage.
Imported using git-ubuntu import.
Changelog parent: 1091736d01
New changelog entries:
* do not mangle the project name by attaching the subarch to it on armel,
this results in livefs names that confuse find-live_filesystem
Imported using git-ubuntu import.
Changelog parent: 8d03e3cfd5
New changelog entries:
* make BuildLiveCD set $SUBARCHARG properly again, else livecd.sh doesnt get
the necessary option handed over.
Imported using git-ubuntu import.
Changelog parent: a6f4c89843
New changelog entries:
* Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,
rather than leaving it empty.
Imported using git-ubuntu import.
Changelog parent: ea4dcbc59f
New changelog entries:
* make livecd.sh not fail if e2fsck returns non-zero (which is always the
case with genext2fs images due to bug 583317)
Imported using git-ubuntu import.
Changelog parent: 9109e956a9
New changelog entries:
* BuildLiveCD: update livecd chroot at start of run, for freshest
livecd-rootfs package.
Imported using git-ubuntu import.
Changelog parent: e6831e4321
New changelog entries:
* Make sure LIVE_BOOT_SCRIPTS is always defined.
* Convert to source format 3.0 (native).
Imported using git-ubuntu import.
Changelog parent: 482984f3d9
New changelog entries:
* livecd.sh don't set a variable to itself, especially when the variable
is empty and causes build failures under set -u.
Imported using git-ubuntu import.
Changelog parent: dc1eff00fc
New changelog entries:
[ LaMont Jones ]
* BuildLiveCD: only pass -f if we were told it, since older chroots don't
support it.
[ Oliver Grawert ]
* instead of special casing for only one arch, base jasper vs casper
inclusion on the IMAGETYPE variable
* depend on genext2fs
Imported using git-ubuntu import.
Changelog parent: 1e0c61bcc3
New changelog entries:
* add special case to ubuntu-netbook on omap3 and 4, we want jasper instead of
casper in the initramfs
Imported using git-ubuntu import.
Changelog parent: df6947ec2b
New changelog entries:
* Depends: lzma
* drop tmpfs in general while allowing a envvar to enable it again
Imported using git-ubuntu import.
Changelog parent: 47f73c769a
New changelog entries:
* Only use tmpfs on amd64, due to space restrictions on the current
build machines.
Imported using git-ubuntu import.
Changelog parent: f86a4e26d4
New changelog entries:
[Michael Casadevall]
* added new -f switch for changing image build type
* added support for building ext2 and ext3 images in addition to squashfs
* fixed spacing in the livefs build code
* extended BuildLiveCD to handle the -f switch
* reworked BuildLiveCD command line parsing to be more sane
Imported using git-ubuntu import.
Changelog parent: cb683e30d2
New changelog entries:
* use a tmpfs for the livefs root directory, to get some speed
on the build machines. (ubuntu-dvd requires > 5GB, so use 8GB)
Imported using git-ubuntu import.
Changelog parent: d0c869bbc1
New changelog entries:
* make sure STRIP_VMLINUZ=no is set for omap, also change the code to only
use the case statement for matching subarches instead of adding an extra
check.
* fix the comment for STRIP_VMLINUZ to reflect reality.
* fix typo
Imported using git-ubuntu import.
Changelog parent: 17b0fc29a2
New changelog entries:
* edubuntu-dvd/ltsp: mksquashfs needs the directory to exist
* clean up comments
Imported using git-ubuntu import.
Changelog parent: 432b875df8
New changelog entries:
* Add support for armel+omap, and remove incorrect comments from the armel
kernel installation block.
* Really update the maintainer field.
Imported using git-ubuntu import.
Changelog parent: 37ae47542b
New changelog entries:
* if the ltsp squashfs image build fails, fail the build.
* use mksquashfs directly, instead of ltsp-update-image
Imported using git-ubuntu import.
Changelog parent: 8a2fa455ea
New changelog entries:
* Deliver edubuntu-dvd/i386 ltsp squashfs image, since that's what
actually gets built these days.
* Update maintainer field.
Imported using git-ubuntu import.
Changelog parent: 60d3d00ae6
New changelog entries:
* Edubuntu is allowed to pull from universe; update livecd.sh accordingly
Imported using git-ubuntu import.
Changelog parent: cb09049c18
New changelog entries:
* make sure there is no old squashfs around before attempting to squash a
new one.
Imported using git-ubuntu import.
Changelog parent: 23d96b043a
New changelog entries:
* Write out the total size of uncompressed squashfs to be used by
partman and ubiquity.
Imported using git-ubuntu import.
Changelog parent: 3b670a7ed6
New changelog entries:
* UNR LIVELIST: list lupin-casper and laptop-detect explicitly and drop
ubiquity which is in the live seed already. Fixes lack of wubi support in
UNR images; LP: #457246.
Imported using git-ubuntu import.
Changelog parent: 94f3c2d41c
New changelog entries:
* Revert 0.98 change; it's actually much more wide-ranging than I thought as
it would cause each livefs build on a subarch to rotate the timestamped
dir and hence would mask the previous builds; and even if that would be
fixed, arch-indepedent filenames such as manifest/kernel/initrd/etc.
symlinks would clash.
* Rename EXTRASOURCE to PPA and also define PPAMIRROR near top, set to
ppa.launchpad.net. Changing to PPA avoids listing non-main components in
deb lines and having an useful comment in sources.list.
* Create an etc/apt/preferences file Pin-ing the PPA at 550 when there's
one.
* Gross hack to reinstall the moblin-ppa-keyring package after the trusted
db is put back in place since otherwise we miss the GPG key we wanted.
* Fix computation of Origin fields for PPAs named "ppa" and document the
exception along with the expected format for the PPA var in comments.
LP: #434243
* Move the code taking a backup of the APT trusted keyring to just after
sources.list generation (this is safe since there's no apt call inbetween)
and move the installation of the moblin-archive-keyring just before the
backup is taken; this allows dropping the hack of reinstalling the keyring
package at the end of the build. It might break apt-get update for UMR
before the host keys are appended to the trusted keyring though.
* Remove ${ROOT}var/cache/apt/{,src}pkgcache.bin after installing the moblin
keyring package, workaround for LP #442082.
* Run apt-get update one more time after installing the moblin keyring
package, to promote Release.gpg from APT's lists/partial/ to lists/.
Ideally APT would do that for us on apt-key updates.
* Also change computation of Origin field for PPAs when generating the final
APT config; ideally we wouldn't have to duplicate this code though;
perhaps the removal of APT preferences file can be limited to hardy too.
Also add an Explanation: header in the final preferences.
* Put livecd logs into project/ not project-subarch/.
Imported using git-ubuntu import.
Changelog parent: 92501f8656
New changelog entries:
[ Colin Watson ]
* Upgrade to debhelper v7.
[ Loïc Minier ]
* Make stripping of vmlinuz from livefs optional for uImage subarches where
we can't use this trick to save space and disable it on armel+dove.
Imported using git-ubuntu import.
Changelog parent: a8e9968674
New changelog entries:
[ Loïc Minier ]
* Append ${SUBARCH:+-$SUBARCH} to LOG filename for consistency.
[ Colin Watson ]
* Edubuntu's desktop task is edubuntu-desktop-gnome, not edubuntu-desktop.
Imported using git-ubuntu import.
Changelog parent: 7b1ecdb571
New changelog entries:
* Add the EXTRASOURCE apt source to the "pristine" /etc/apt/sources.list.
Imported using git-ubuntu import.
Changelog parent: 1709e1211b
New changelog entries:
[ Steve Kowalik ]
* Add support for UMR.
[ Loïc Minier ]
* Use ubuntu-moblin-live in LIVELIST instead of a hardcoded list.
Imported using git-ubuntu import.
Changelog parent: a0831846ee
New changelog entries:
* remove temporary enablement of universe from the armel subarchitectures
Imported using git-ubuntu import.
Changelog parent: 96da636da0
New changelog entries:
* change armel+imx51 back to the proper metapackage name
* enable universe for armel+dove build
* drop armel fallback, we want to fail officially if no armel subarch is set
* clean some trailing whitespace in the armel subarch case statement
Imported using git-ubuntu import.
Changelog parent: 91019814d7
New changelog entries:
[ Steve Kowalik ]
* Remove subarch hack for ubuntu-mid, it was never used.
[ Mario Limonciello ]
* Remove metapackage hack for mythbuntu. Now that tasks are published for
multiverse, it's no longer necessary.
Imported using git-ubuntu import.
Changelog parent: 9276498a1a
New changelog entries:
* make armel imx51 build from universe for alpha4 until our kernel package
is in main.
* change linux metapackage name to linux-babbage on imx51 to reflect the new
name choice of the kernel team.
Imported using git-ubuntu import.
Changelog parent: 4b16ae8f92
New changelog entries:
[ Michael Casadevall ]
* Move armel to subarchitectures so we can support dove .
* Made armel with no subarch default to imx51.
[ Steve Kowalik ]
* livecd.sh: Stop building UNR from universe.
Imported using git-ubuntu import.
Changelog parent: 350c154c6e
New changelog entries:
[ Adam Conrad ]
* Make the sort file fetch a no-op for now, since the old URL was
hanging the builds, and we don't actually HAVE sort files. If
that ever changes, we can undo this.
[ Mario Limonciello ]
* Install a hybrid of tasks and a meta package for mythbuntu to
boot out all the gnome stuff that's getting added by dependency
resolution order.
Imported using git-ubuntu import.
Changelog parent: f44fd3cf4e
New changelog entries:
[ Timo Aaltonen ]
* livecd.sh: Don't mess with xorg.conf anymore, we don't install one
by default.
[ Colin Watson ]
* Clean up the chroot tree before trying to remove it, just in case
there's some leftover junk from a previous failed build.
Imported using git-ubuntu import.
Changelog parent: 74f42c2ab3
New changelog entries:
[ Scott Kitterman ]
* BuildLiveCD: Add kubuntu-netbook, drop kubuntu-kde4
* livecd.sh: Support kubuntu-netbook, drop kubuntu-kde4
[ Steve Kowalik ]
* livecd.sh: Switch UNR to using ubuntu-netbook-remix^ and unr-live^.
Imported using git-ubuntu import.
Changelog parent: 13d576c53f
New changelog entries:
* Compress the initrd with LZMA by default, now that the kernel supports
this across the board. Saves about 3MB on Ubuntu live CDs.
Imported using git-ubuntu import.
Changelog parent: 5f0a6d5f71
New changelog entries:
* Don't force installation of libgoffice-gtk-0-6 on xubuntu; this package
is now obsolete.
Imported using git-ubuntu import.
Changelog parent: 4fd04035f3
New changelog entries:
* Don't fail if livecd.${FSS}.{kernel,initrd} already exist for some
reason.
Imported using git-ubuntu import.
Changelog parent: 812f9e7818
New changelog entries:
[ Loic Minier ]
* Default suite is the current one as returned by $(lsb_release -cs); depend
on lsb-release (LP: #301963).
* Use dpkg --print-architecture as --print-installation-architecture is
deprecated.
* Don't explicitely install linux-headers-imx51 on armel; all other arches
get around this requirement by explicitely seeding the headers in
desktop-common which we do as well.
[ Colin Watson ]
* Remove -nolzma option from mksquashfs, since (a) it's been the default
since squashfs 1:3.3-1ubuntu1, and (b) it's no longer available in 4.0.
Imported using git-ubuntu import.
Changelog parent: 6da764e607
New changelog entries:
* ia64 uses -ia64 kernels across the board now.
* BuildLiveCD: default to karmic.
Imported using git-ubuntu import.
Changelog parent: ded077e547
New changelog entries:
* Add standard^ to UNR.
* Add mobile-live^ to LIVELIST for MID and UNR. (LP: #358095)
* Only build UNR from main, restricted and universe.
Imported using git-ubuntu import.
Changelog parent: c8de22c566
New changelog entries:
* Use the --purge option to 'apt-get install', to ensure that any packages
removed as a result of Conflicts are purged (LP: #327821).
Imported using git-ubuntu import.
Changelog parent: f9f0faaacc
New changelog entries:
* Remove the D-Bus machine identifier from the livefs; it needs to be
unique, and it's generated at boot time if it's missing (LP: #322830).
Imported using git-ubuntu import.
Changelog parent: fbb827febf
New changelog entries:
* For mythbuntu livefs builds, we don't have tasks yet. They will be
coming in a future build of Soyuz, so for now just use the
metapackages instead.
Imported using git-ubuntu import.
Changelog parent: c983df7186
New changelog entries:
* Fix source mirror for -updates in generated sources.list (it was
incorrect for ports architectures).
* Fix description of universe in generated sources.list: packages there
are expected to be under a free licence.
* Enable universe and multiverse for DVDs (there isn't generally enough
space on CDs; see LP #105511).