Mario Limonciello
ab448a53a3
remerge with trunk
16 years ago
Colin Watson
2139c16ad6
Add ubuntu-umpc support (equivalent to previous ubuntu-mobile).
16 years ago
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
Mario Limonciello
177f6754c4
merge with trunk
17 years ago
Mario Limonciello
5460d5aaa8
add mythbuntu to a few locations
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
Mario Limonciello
209541fff0
merge with trunk
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
Mario Limonciello
12700bf7af
add mythbuntu support
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
Adam Conrad
ec7a86ffdc
Hideous hacks for lpia mixed-arch livecds, revert soon, kthx.
18 years ago
Colin Watson
b5e57add26
* For Edubuntu images, include the intersection of edubuntu-ship-addon and
...
edubuntu-live in manifest-desktop, so that packages also on the add-on
CD aren't removed after installation by ubiquity.
18 years ago
Adam Conrad
c3e4112e6e
SOVER bump for Xubuntu
18 years ago
Adam Conrad
d60a515d31
Wipe debconf backup cruft
18 years ago
Adam Conrad
999b47b334
New copyright, merge changes from production, merge local changes.
18 years ago
Adam Conrad
9ac823ae35
minimal and standard, metapackage -> task
18 years ago
Adam Conrad
fd2408c276
Tasks, tasks, tasks.
18 years ago
Adam Conrad
276ace7a78
No more cloop; 0c3.net mirror info
19 years ago
Adam Conrad
be57d1a16b
Update kernels and copyright
19 years ago
Adam Conrad
0c56927775
ubuntu-base is no more
19 years ago
Adam Conrad
109351e55e
xubuntu fix for edgy
19 years ago
Adam Conrad
2d6ea355f8
Who puts options at the END of the command line anyway?
19 years ago
Adam Conrad
2710b1a6d1
WRONG LANGUAGE, ADAM
19 years ago
Adam Conrad
1ce938a716
Add sortfile usage to squashfs
19 years ago
Adam Conrad
3554cf849f
Change the suite to edgy
19 years ago
Adam Conrad
860407753e
Change default kernel on i386 livefs
19 years ago
Adam Conrad
bf4db1fb04
reset the debconf frontend
19 years ago
Adam Conrad
bd90706bac
More hackish workarounds for Xubuntu
19 years ago
Adam Conrad
4316da8f10
revert the hppa squashfs change for now
19 years ago
Adam Conrad
2a9cdf583a
Xubuntu desktop workaround to get rid of gnome-session
19 years ago
Adam Conrad
574f385596
hppa -> squash
19 years ago
Adam Conrad
d09dc59f2b
xubuntu support in livecd.sh
19 years ago
Adam Conrad
697731a595
kubuntu band-aid, and sparc move
19 years ago
Adam Conrad
99fd422f7e
live/desktop split
19 years ago
LaMont Jones
463154841e
ftpmaster.internal
19 years ago
LaMont Jones
3ca905611a
umount /var/{run,lock}
19 years ago
Adam Conrad
13930b49ed
Simple squashfs support
19 years ago
Adam Conrad
073c79e802
Copy the kernel too
19 years ago
Adam Conrad
6c09d42d90
Fix check for multiple kernel versions
19 years ago
Adam Conrad
cb9d95f67b
casper needs to be in all targets, apparently
19 years ago
LaMont Jones
a310f9976c
Add casper to the base image
19 years ago
LaMont Jones
a65e0865c2
<Kamion> lamont: oh, care to replace linux-power3 and linux-power4 with just linux-powerpc64-smp in livecd.sh?
19 years ago
LaMont Jones
d07fc8ec50
patch from cjwatson to extract multiple initrds on ppc
19 years ago
Adam Conrad
1931bf3870
copy out the initrd
19 years ago
LaMont Jones
2b7f7199fa
it's ubuntu-base everywhere
19 years ago
Adam Conrad
d72419af3d
Fixes for SECMIRROR versus SRCMIRROR for Colin
19 years ago
LaMont Jones
d187b32999
merge in the change from the other (wrong) branch)
...
Patches applied:
* lamont.jones@canonical.com--2005-master/livecd-rootfs--mainline--0.24--patch-13
unbork lrm tmpfs
19 years ago
Adam Conrad
c2dacee75a
unbork lrm tmpfs
19 years ago
LaMont Jones
7ad9bb6440
use e2fs-zero.py for real.
19 years ago
LaMont Jones
dc2cc12635
default suite is dapper, add edubuntu (wag), use partimage if present
19 years ago
LaMont Jones
caa453c2ef
drop universe, update Depends comment in livecd.sh
20 years ago
LaMont Jones
d4c2580fd0
drop resolve-deps, since it adds crap. hppa needs non-SMP kernels
20 years ago
LaMont Jones
f725271c14
add --resolve-deps to debootstrap, try including desktop on hppa.
20 years ago
Adam Conrad
c137ae55e8
tocd changes
20 years ago
LaMont Jones
72764d349f
switch on e2fs-zero.py
20 years ago
LaMont Jones
922f41f6e9
architectures (hppa) may use universe, etc.
20 years ago
LaMont Jones
98e4c5b8c2
e2fs-zero.py from Paul Sladen
20 years ago
LaMont Jones
9abddcfac7
kubuntu-live exists now.
20 years ago
LaMont Jones
13e8c81b2d
rm -f etc/X11/xorg.conf, per #13788
20 years ago
LaMont Jones
28022c9edd
remove update-notifier messages
20 years ago
LaMont Jones
3e1e7ae391
postfix stripping conditional, ports.u.c fixes
20 years ago
LaMont Jones
9fcedc35e2
make distro name a parameter (-d breezy, for example)
20 years ago
LaMont Jones
9fc52e588f
incorporate ports.ubuntu.com stuff
20 years ago
LaMont Jones
2cc2b337d6
Add base target
20 years ago
LaMont Jones
f694ef348d
fix set +e b0rkage
20 years ago
LaMont Jones
b643735f2b
Fix screwup with invoking debconf-communicate
20 years ago
LaMont Jones
38031ce351
Allow inclusion of packages, too.
20 years ago
LaMont Jones
2a556e0689
add ability to EXCLUDE packages, don't do locale gen.
20 years ago
LaMont Jones
0019664568
and nuke myorigin too.
20 years ago
LaMont Jones
f925693350
brutalize postfix to get rid of the last of the hostname occurances
20 years ago
LaMont Jones
0e0dfa13ec
hacks for update-inetd - see #236917
20 years ago
LaMont Jones
661eacb405
cleanup for kubuntu
20 years ago
LaMont Jones
f65e8e8202
deal with udev better.
20 years ago
LaMont Jones
6343ab4564
Cleanup indentation
20 years ago
LaMont Jones
91ce9d3731
add livecd.py beginnings
20 years ago
LaMont Jones
8e6007b171
add support for kubuntu livecds
20 years ago
LaMont Jones
bc8b1465dd
remove /etc/resolv.conf
20 years ago
LaMont Jones
bb6d2151ed
Add ubuntu-live
20 years ago
LaMont Jones
ec71c92644
export TERM=vt100
20 years ago
LaMont Jones
de54b7e334
don't use partimage on 64-bit machines
20 years ago
LaMont Jones
1de1d754a1
Much more rsyncable now
20 years ago
LaMont Jones
48b3af2545
actually run locale-gen, pre-fill (zero) the fsimg files
20 years ago
LaMont Jones
a1e5fcc43b
can't divert conffiles... sigh.
20 years ago
LaMont Jones
1766b8028a
pre-generate a few locales
20 years ago
LaMont Jones
93eee4c86c
fix cleanup so it exits OK.
20 years ago
LaMont Jones
813724f6a5
refactor in light of non-savings of rsync work
20 years ago
LaMont Jones
506648380f
stupid typo
20 years ago
LaMont Jones
79f16f1a87
try to get some rsyncability happening
20 years ago
LaMont Jones
b8aec13a83
umount the fsimg before compressing
20 years ago
LaMont Jones
d2e5a85da8
Add manifest
20 years ago
LaMont Jones
0e90703574
more cleanup
20 years ago
LaMont Jones
1f87003934
cleanup
20 years ago
LaMont Jones
ba1ca3ca02
20 years ago
LaMont Jones
627c6219f3
just deliver the script, not the loopimage
20 years ago