Commit Graph

361 Commits

Author SHA1 Message Date
Chris Lamb
cf25064250 lh_binary_debian-installer: Only create package pools when necessary
There is no need to create a package pool when creating a netboot Debian
Live image or when the LH_DEBIAN_INSTALLER is set to "businesscard".

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-03-22 01:31:42 +00:00
Chris Lamb
762613f277 lh_binary_debian-installer: Re-enable d-i on netboot images
This patch also modifies the configuration logic to ensure that setting
LH_DEBIAN_INSTALLER="enabled" whilst creating a netboot image will install
the netboot variety of d-i.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-03-22 01:30:55 +00:00
Daniel Baumann
92edfe399b Switching default of LH_APT from aptitude to apt for >= lenny.
Apt in lenny also supports tracking of 'orphaned' packages. If aptitude is
installed, apt can't be removed, so by switching to apt making the default
images a tiny bit smaller. And, aptitude got mainly default because of the
sarge->etch update recommendation.
2008-03-21 22:51:15 +01:00
Chris Lamb
fb89c5ada9 hooks/stripped: Clean Lintian and Linda overrides in 'stripped' hook
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-03-21 07:34:35 +01:00
Cyril Brulebois
b330076bef Fix various typos. 2008-03-13 17:50:59 +01:00
Daniel Baumann
e994ff8771 Correcting wrong logic on handling secure apt. 2008-03-11 17:32:03 +01:00
Daniel Baumann
055e965427 Including 686 kernel flavour on i386 too, but defaulting (still) to 486 for compatibility reasons. 2008-03-11 10:33:35 +01:00
Daniel Baumann
bb6c064d25 Releasing live-helper 1.0~a40-1. 2008-03-11 10:25:40 +01:00
Otavio Salvador
3289907307 functions/losetup.sh: use SECTORS as variable name to reflect the real usage 2008-03-10 21:15:21 -03:00
Daniel Baumann
a955c29e10 Fixing wrong debian-installer auto target configuration. 2008-03-09 13:34:41 +01:00
Daniel Baumann
4e21be3148 Adjusting wrong variable convention in syslinux templates for LH_VERSION (Closes: #468841). 2008-03-09 10:07:10 +01:00
Daniel Baumann
92a0b19dc8 Re-adding quiet on all d-i install targets in post-etch, except expert (and keeping Chris fixed quiet handling). 2008-03-09 09:58:44 +01:00
Chris Lamb
206f3b3f21 Don't append 'quiet' kernel parameter in rescue modes
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-03-09 09:56:19 +01:00
Chris Lamb
8a19cbfff1 Ensure syslinux entry names match templates and standard d-i names
This patch alters the syslinux labels to follow the "expert" and
"expertgui" style in favour of "TextExpert" and "GUIExpert".

This makes the names match Live Helper's syslinux templates, as well as the
more typical d-i installations and numerious sources that claim that one
should "just type 'expert' at the syslinux prompt", etc.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-03-09 09:56:10 +01:00
Daniel Baumann
bf4e15bff2 Bumping live-helper version. 2008-03-08 18:48:27 +01:00
Daniel Baumann
ab336ba97e Updating copyright years to 2008. 2008-03-06 16:43:00 +01:00
Daniel Baumann
0ec40131de Updating documentation about how to report bugs. 2008-03-06 16:16:58 +01:00
Daniel Baumann
fc40e7c62f Cleaning up target depends in rules. 2008-03-06 15:56:48 +01:00
Daniel Baumann
a179a52dc9 Removing (temporary) preinst, not needed anymore. 2008-03-06 15:45:43 +01:00
Daniel Baumann
ed1f518b1c Improved wording of debian-live splash license. 2008-03-06 15:34:54 +01:00
Daniel Baumann
56e75b63ff Reworded package description. 2008-03-06 15:32:15 +01:00
Daniel Baumann
457b611055 Fixing incomplete changelog entry from git-dch. 2008-03-06 15:00:22 +01:00
Daniel Baumann
5e0c3928bc Adding bug presubj message. 2008-03-06 14:59:02 +01:00
Daniel Baumann
54931a3831 Updating bug script to also check for recently added packages to suggests. 2008-03-06 14:53:28 +01:00
Daniel Baumann
d731423896 Releasing live-helper 1.0~a39-1. 2008-03-02 22:25:09 +01:00
Daniel Baumann
cc2cf994d4 Also handling ext3 in lh_binary_rootfs, thanks to Bas Wijnen <wijnen@debian.org> (Closes: #468902). 2008-03-02 11:12:02 +01:00
Bas Wijnen
dd6a5d408b Making usb-hdd images large enough (Closes: #468855).
When building a very minimal live system on a usb-hdd target, the generated
image is too small. A very minimal system is smaller than 50MB, and so this is
the same as DU_DIM for such a system. This is too small. Unconditionally adding
one solves the problem.
2008-03-02 08:24:59 +01:00
Chris Lamb
931881f27a Use ${*} instead of ${@} for checking for no arguments in lh_clean.
${@} expands to "<arg1>" "<arg2>" ... etc., which causes the -z test to
encounter too many arguments and thus fail with an error.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-03-02 01:00:38 +00:00
Daniel Baumann
7f57e72520 Fixed accidental overwriting of LH_NET_TARBALL value in defaults. 2008-03-01 23:18:30 +01:00
Daniel Baumann
522c2455bc Adding temporary hack to remove fstab when using live-installer. 2008-03-01 14:43:47 +01:00
Daniel Baumann
2e50db26fd Adding --jffs2-eraseblock parameter.
Marco sais, that flash devices often need a different erase size than mkfs.jffs2
defaults to. Hence, this parameter passes the blocksize to the mkfs.jffs2 call
through --eraseblock option.
2008-03-01 13:19:54 +01:00
Daniel Baumann
ccb76dc4a4 It's actually enough to just truncate kernel-img.conf and also less invasive than including a default configuration. 2008-02-29 17:29:00 +01:00
Daniel Baumann
6244123de2 Including default kernel-img.conf in live-systems. 2008-02-29 16:40:02 +01:00
Daniel Baumann
179b86ab64 Using wildcards to support more than one preseeding file. 2008-02-29 13:32:16 +01:00
Daniel Baumann
d104e3f6e7 Honor local preseeding file for debian-installer. 2008-02-29 13:27:56 +01:00
Daniel Baumann
5ce8ab768b Fixing typo in sed call to set isolinux splash file. 2008-02-29 12:47:03 +01:00
Daniel Baumann
31913a9a61 Changing version scheme for snapshots. 2008-02-29 12:10:35 +01:00
Daniel Baumann
b29652a480 Adding lzma modules on sid. 2008-02-29 11:48:42 +01:00
Daniel Baumann
88ecda55c3 Added forgotten getopts arguments for chroot mirror. 2008-02-27 21:06:11 +01:00
Daniel Baumann
0472269ef8 When a wrong argument is passed, that argument should be listed (Closes: #468201). 2008-02-27 19:05:35 +01:00
Daniel Baumann
2d88de5ab6 Adding option to set binary-net compression (or disable it). 2008-02-26 19:57:41 +01:00
Daniel Baumann
48c44d129c Rewriting copyright in machine-interpretable format. 2008-02-26 19:27:13 +01:00
Daniel Baumann
1c7ec07fbe Fixing manpage quoting errors. 2008-02-26 19:09:31 +01:00
Daniel Baumann
162c2a9aec Fixing spelling mistake in changelog. 2008-02-26 18:36:57 +01:00
Daniel Baumann
558cfca4ed Releasing live-helper 1.0~a38-1. 2008-02-26 13:39:11 +01:00
Daniel Baumann
a00b71ab01 Updating devel-live package list. 2008-02-26 13:31:56 +01:00
Daniel Baumann
7d67f78ddf Re-adding additional indices updated, otherwise we wouldn't honor thirdparty repositories (anymore). 2008-02-24 16:30:58 +01:00
Daniel Baumann
9b7193de8e Fixing quoting with chroot wrapper calls. 2008-02-24 15:19:41 +01:00
Daniel Baumann
33ef1c4ce7 Fixing aptitude typo. 2008-02-24 15:12:16 +01:00
Daniel Baumann
c251e5f227 Improving etch compat warnings. 2008-02-24 13:41:50 +01:00