Colin Watson
7917071ab3
* 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 ).
16 years ago
Oliver Grawert
8d7abf1cb8
switch ubuntu-mobile from metapackage installation to mobile-mobile task
16 years ago
Steve Kowalik
dd3fdde358
linux-lpia-meta exists, change lpia's kernel back to linux-lpia.
16 years ago
Oliver Grawert
0bc6444a94
add ubuntu-mobile
16 years ago
Colin Watson
3a77c96af7
Move MOUNTS variable into cleanup function for clarity; it's used
...
nowhere else.
16 years ago
Colin Watson
7aba4c9dc3
Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed
...
and manages to mount it.
16 years ago
Steve Kowalik
ce517079a1
Bump lpia's kernel to -3
17 years ago
Steve Kowalik
c26e39184a
* Remove a bunch of seeded packages from ubuntu-mid's LIST.
...
* Move casper from ubuntu-mid's LIST to LIVELIST.
* Add ubiquity to ubuntu-mid's LIVELIST.
17 years ago
Steve Kowalik
c02a8c004e
Fiddle the kernel name for lpia.
17 years ago
Steve Kowalik
5484289aa5
* Add support for building Ubuntu MID images.
...
- Includes changing the kernel name for lpia due to the lack of meta
package for the time being.
17 years ago
martin@piware.de
83e54408a5
Do not install xresprobe, it is not necessary any more and in universe
...
now.
17 years ago
Colin Watson
f0a0953e14
fix version in comment
17 years ago
Colin Watson
2cb63fc7a5
Remove the kernel from the livefs; ubiquity >= 1.9.4 will copy it from
...
the CD root if it needs to (LP: #80385 ).
17 years ago
Colin Watson
ab5872fb06
Use 'set -eu' rather than putting -eu on the #! line, so that running
...
'sh -x /usr/sbin/livecd.sh' for testing doesn't invoke different
error-handling behaviour.
17 years ago
Steve Langasek
69bb3ff1da
* Use apt pinning to force use of the version of ssl-cert from the hardy
...
release pocket, not the one from -updates, so we avoid pulling in the
very large openssl-blacklist package that we don't need on live CDs
17 years ago
Adam Conrad
e7256f6840
* Employ hideous hack to ensure that when we're building against
...
updates/proposed, we only get one version of kernel headers.
* Move the cleanup() call to the end of the script, so we still
have proc mounted for coreutils when update-initramfs is run.
* Mount dev/pts immediately after debootstrap, as dpkg has begun
whining pretty loudly (and occasionally exiting) if it's gone.
17 years ago
Adam Conrad
f2b39e905d
* Resurrect the proposed option for livecd.sh/BuildLiveCD, so
...
we can build test images that include packages from proposed.
* Build with updates and security by default, which is a no-op
on development releases (where these suites are empty), but
a necessity for point-release image building.
17 years ago
Colin Watson
a7871085ed
Remove /boot/initrd.img-*.bak (LP: #64887 ).
17 years ago
Adam Conrad
3cb4f22949
Fix getopts options, and give i386 its kernel back.
17 years ago
Adam Conrad
00d2e2782a
* Allow the user to specify the ARCH on the livecd.sh command line,
...
overriding the use of the dpkg architecture for the livecd run.
* Differentiate between ARCH (the local architecture) and TARGETARCH,
so that builds of ubuntu-lpia continue to work on the i386 buildd.
* Pass ARCH by default from BuildLiveCD to livecd.sh; this should be
manually overridden on cross-arch buildds, instead of using dpkg.
* Update default suite in BuildLiveCD to intrepid, gutsy's a bit old.
17 years ago
Jonathan Riddell
882c311fe2
Explicitly install language-support-en first for kubuntu-kde4 live, should stop apt wanting to install firefox for no good reason.
17 years ago
Colin Watson
8407fae7d9
* All powerpc builds (including ps3) use the powerpc/powerpc64-smp kernels
...
now.
17 years ago
Colin Watson
4ba70bb502
* Run /etc/cron.daily/mlocate rather than /etc/cron.daily/slocate.
17 years ago
jr
fa28c8fd15
add universe to kubuntu-kde4
17 years ago
Steve Langasek
3a99ea2703
mark $foo-dvd-live as a task; thanks to Adam Conrad for the catch
17 years ago
Steve Langasek
c070cb790d
* Add new targets for {k,ed,}ubuntu-dvd
17 years ago
jr
3b61dd944c
add kubuntu-kde4
17 years ago
Colin Watson
cfb405d65a
* Switch Xubuntu to libgoffice-gtk-0-6.
17 years ago
Colin Watson
5c5bd781a6
* Allow Xubuntu to build against universe and multiverse.
17 years ago
Oliver Grawert
b4e3074b81
drop non-existent sanitize command from option parser
17 years ago
Oliver Grawert
bf8c2f1761
fix typo in getopts call
17 years ago
Martin Pitt
8bcf2f653f
* Use -nolzma option of mksquashfs, since our current kernel squashfs module
...
does not support it yet (see LP #177634 ). Bump dependency to
squashfs-tools to ensure availability of that option.
17 years ago
Timo Aaltonen
a2db2b645b
livecd.sh: Leave a token empty xorg.conf in place to let
...
xserver-xorg postinst know it needs to regenerate it. (LP: #174537 )
17 years ago
Sarah Hobbs
f2d858b2c0
xubuntu seed change - libgoffice-gtk-0-4 --> libgoffice-gtk-0-5
17 years ago
Colin Watson
cfc2cba943
* Add Gobuntu support.
17 years ago
Colin Watson
a059c9dce3
create spu group for powerpc+ps3 builds
17 years ago
Colin Watson
b59b3fb2b8
* Create /spu directory for powerpc+ps3 builds.
17 years ago
Matthias Klose
047d3e54b0
* Log the size of doc directories to stdout.
17 years ago
Colin Watson
1e1fa28992
* Set CASPER_GENERATE_UUID=1 to tell casper's initramfs hook to generate a
...
UUID which will be checked against the discovered medium (LP: #144800 ).
17 years ago
Matthias Klose
c1a8595479
livecd-rootfs (0.39) gutsy; urgency=low
...
* Print the file size in fdupes output as well.
-- Matthias Klose <doko@ubuntu.com> Thu, 04 Oct 2007 12:28:27 +0200
17 years ago
Matthias Klose
b999d7424b
livecd-rootfs (0.38) gutsy; urgency=low
...
* Avoid the ${ROOT} prefix in fdupes output, compact and sort the output.
-- Matthias Klose <doko@ubuntu.com> Thu, 04 Oct 2007 10:13:48 +0200
17 years ago
Matthias Klose
939c1b6d0b
livecd-rootfs (0.37) gutsy; urgency=low
...
* Run fdupes on ${ROOT}/usr.
-- Matthias Klose <doko@ubuntu.com> Wed, 03 Oct 2007 16:46:14 +0200
17 years ago
LaMont Jones
735fdba263
drop the -smp from ia64 kernel names, since the SMP/non-SMP packages merged
17 years ago
Colin Watson
d131419ad1
* Use linux-cell rather than linux-ps3.
17 years ago
Colin Watson
a343b9b65c
spelling
18 years ago
Colin Watson
6d32e310f7
* Rearrange lpia mirror selection hacks to work properly; FS isn't set
...
until a bit later on.
18 years ago
Colin Watson
5f3a1c20d0
* Move powerpc to ports.ubuntu.com.
18 years ago
Colin Watson
f7df698db7
* Revert most of the lpia hacks now that most of main is built, though we
...
still need a few of them to make the ubuntu-lpia project work.
18 years ago
Colin Watson
7cd0c59cb1
* Add lupin-casper as well as casper, for installer-for-windows.
18 years ago
Adam Conrad
ccb70fd0aa
* Add missing ${ROOT}sys to $MOUNTS; a bug exposed by a buggy debootstrap.
18 years ago