251 Commits

Author SHA1 Message Date
Michael Casadevall
0be57a0934 releasing version 1.160 2011-03-02 14:59:46 -08:00
Oliver Grawert
891cd7fcdd on ext2/3 filesystems, create a swapfile inside teh rootfs 2011-02-23 14:55:05 +01:00
Oliver Grawert
17eb3be5f2 switch default session for armel netbook images to unity-2d 2011-02-15 18:20:05 +01:00
Oliver Grawert
9540e53dcc drop IGEPv2 x-loader and u-boot from livefs.sh, they are not in main and thus break image builds 2011-02-12 13:32:47 +01:00
Oliver Grawert
cf7f352ca3 add janis changes for X-Loader and U-Boot packages for IGEPv2, Beagle and Panda in the OMAP3/4 images 2011-02-12 13:29:35 +01:00
Jani Monoses
2c49f6e407 add headless image type to be used for armel developer minimal images 2011-01-26 14:00:50 +02:00
Jani Monoses
86839ae8bc Do not run flash-kernel for armel builds, it breaks the script when there's no boot partition to update 2011-01-26 13:26:34 +02:00
Oliver Grawert
f8200c490d apply setting of the default session to all ubuntu-armel builds so we do not need to do this on first boot 2011-01-10 23:32:28 +01:00
Colin Watson
c91f30d6d2 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.
2010-12-03 17:29:19 +00:00
Michael Vogt
e506931539 * 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)
2010-09-30 11:59:22 +02:00
Oliver Grawert
b1aae249f8 enforce installation of only suitable header packages for the respective subarch on armel instead of blindly installing all armel headers (LP: #600478) 2010-09-24 14:54:11 +02:00
Colin Watson
5bf8045669 Set GDM's default session to une-efl on ubuntu-netbook armel+dove. 2010-08-31 19:44:35 +01:00
Colin Watson
727f3ab790 merge lp:~persia/livecd-rootfs/kubuntu-mobile 2010-08-31 12:35:58 +01:00
Colin Watson
1d95d7a709 Fix syntax error in icon cache checks. 2010-08-31 12:33:10 +01:00
Emmet Hikory
f8543ad49f Add universe support to kubuntu-mobile to work around seed change 2010-08-26 23:57:12 +09:00
Emmet Hikory
94cb0caeba Add support for kubuntu-mobile 2010-08-26 13:27:23 +09:00
Colin Watson
58cfb6fd1d Add a series of checkpoints where the current time is logged. 2010-08-20 15:55:18 +01:00
Oliver Grawert
5229b9f2ba raise inode count during ext2fs build, drop debugging code 2010-07-31 16:27:29 +02:00
Oliver Grawert
fdb902a442 write content of /proc/mounts to the log before copying files to the ext2 image to see if we definitely have no vfs mounted we would copy into the image 2010-07-27 11:51:05 +02:00
Oliver Grawert
0197758a0e use 500M spare space for ext2 images to compensate fileystem overhead, do not reserve space for root at fs creation 2010-07-26 14:25:30 +02:00
Oliver Grawert
bfe1f1f3f6 do not fail if losetup -d does not find a device 2010-07-23 10:39:13 +02:00
Oliver Grawert
eddc9d8589 add some debug output to the ext2 image creation to see whats going on 2010-07-22 18:29:04 +02:00
Oliver Grawert
39cd4aa3d3 add -F to mke2fs so it actually formats our filesystem image 2010-07-22 09:10:55 +02:00
Oliver Grawert
2bd2e11e5a switch ext2 image creation to use loop mounting instead of genext2fs 2010-07-21 15:14:52 +02:00
Steve Langasek
9f58353e84 One more undefined variable fix for set -u 2010-07-21 11:11:06 +02:00
Steve Langasek
486685ce2f 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.
2010-07-21 09:17:07 +02:00
Colin Watson
201ecdb0fe Make sure APT_SOURCE is always set. 2010-07-21 07:52:45 +01:00
Steve Langasek
da1105ea47 One more fix; if we're asking apt to downgrade packages, we have to
explicitly pass --force-yes.
2010-07-21 01:07:30 +02:00
Steve Langasek
8516513b28 Implement the -a option in the right place - in livecd.sh, not in
BuildLiveCD.
2010-07-20 22:36:25 +02:00
Oliver Grawert
d3c2baf997 add support for omap4 subarch and images 2010-07-02 09:42:47 +02:00
Steve Langasek
1d982b2f56 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.
2010-06-29 17:39:04 -07:00
Oliver Grawert
68f2b1d55d fix typo 2010-06-30 01:11:56 +02:00
Oliver Grawert
d98f901b93 do not mangle the project name by attaching the subarch to it on armel 2010-06-29 23:03:44 +02:00
Colin Watson
75e01632ca Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,
rather than leaving it empty.
2010-06-28 16:50:10 +01:00
Oliver Grawert
93ab847b80 make livecd.sh not fail if e2fsck returns non-zero (which is always the case with genext2fs images due to bug 583317) 2010-06-28 16:26:42 +02:00
Colin Watson
b415af1054 Make sure LIVE_BOOT_SCRIPTS is always defined. 2010-06-26 10:26:50 +01:00
Steve Langasek
d440eccc00 livecd.sh don't set a variable to itself, especially when the variable
is empty and causes build failures under set -u.
2010-06-25 21:58:59 -07:00
Oliver Grawert
8cea9b682d instead of special casing for only one arch, base jasper vs casper inclusion on the IMAGETYPE variable 2010-06-25 17:14:39 +02:00
Oliver Grawert
581444ae18 add special case to ubuntu-netbook on omap3 and 4, we want jasper instead of casper in the initramfs 2010-06-15 16:19:16 +02:00
LaMont Jones
3aec55bd40 depends: lzma, drop tmpfs use in general 2010-06-11 08:38:14 -06:00
Oliver Grawert
be00acce1f add temporary workaround for genext2fs bug 583317 (wrong filesystem revision for ext3 filesystems) 2010-06-10 07:37:49 +02:00
LaMont Jones
32711a8aa2 Only use tmpfs on amd64, due to space restrictions on the current
build machines.
2010-06-05 06:51:05 -06:00
Michael Casadevall
7a34296930 Changed the rm that removes state images to a wildcard to successfully remove all stale ext images 2010-06-01 10:45:25 -04:00
Michael Casadevall
9829c65af0 Fixed a typo and added a chmod to make the file behavior sane 2010-05-31 19:29:28 -04:00
Michael Casadevall
0978c0c7e7 Backed out loop-mount changes 2010-05-26 05:31:53 -04:00
Michael Casadevall
f367950cdb Changed genext2fs to loopmounting and added support for ext4 2010-05-26 01:35:52 -04:00
Michael Casadevall
6c1b069004 Renamed internal variable from IMAGE_FORMAT to IMAGEFORMAT 2010-05-17 15:34:42 -04:00
Michael Casadevall
a9defe1a47 fixed spacing in the livefs build code 2010-05-17 14:31:13 -04:00
Michael Casadevall
c88909a988 Actually made ext3 work 2010-05-17 13:56:52 -04:00
Michael Casadevall
c87828dd36 * added new -f switch for changing image build type
* added support for building ext2 and ext3 images in addition to squashfs
2010-05-17 12:59:17 -04:00