Commit Graph

442 Commits

Author SHA1 Message Date
Daniel Baumann
f38ef7f469 Renaming usb-hdd binary image type to simply hdd.
This is the first step in conglomerating code for all hdd-ish
image types, independent of the partitioning scheme being used,
and adding future hdd-ish image types for virtualiziation software.
2011-09-13 09:10:30 +02:00
Daniel Baumann
468a41fdec Releasing debian version 3.0~a31-1. 2011-09-07 17:41:42 +02:00
Daniel Baumann
5d2fbf5d5a Adding support for ext4 for binary and chroot filesystem, including partial patch from Ben Howard <ben.howard@canonical.com> (Closes: #639298). 2011-08-25 23:47:30 +02:00
Daniel Baumann
7dd4473d5a Renaming --apt-source to --apt-source-archives. 2011-08-24 23:30:22 +02:00
Daniel Baumann
3ceb68b7d4 Introducing --apt-sources option to control if the live system should have deb-src entries in sources.list. 2011-08-24 22:46:32 +02:00
Daniel Baumann
bd9d0f185f Releasing debian version 3.0~a30-1. 2011-08-24 19:37:36 +02:00
Daniel Baumann
2af22aa1c4 Unifying lb_chroot_packagelists and lb_chroot_local-packagelists. 2011-08-16 20:49:36 +02:00
Ben Armstrong
cecbaf84b7 Removing old syslinux switches from lb_config manpage (Closes: #637939). 2011-08-16 12:35:33 +02:00
Daniel Baumann
89a66b4ce0 Releasing debian version 3.0~a29-1. 2011-08-13 08:07:24 +02:00
Daniel Baumann
be6a22556b Releasing debian version 3.0~a28-1. 2011-08-08 21:13:15 +02:00
Daniel Baumann
636155709a Releasing debian version 3.0~a27-1. 2011-08-08 08:10:11 +02:00
Daniel Baumann
6167d107f6 Releasing debian version 3.0~a26-1. 2011-08-04 21:53:37 +02:00
Daniel Baumann
a7a2aa23c6 Correcting cross-references to live-boot and live-config in lb_config manpage. 2011-08-04 13:16:21 +02:00
Ben Armstrong
195156dd93 Fixing/adding cross-references for live-boot and live-config. 2011-08-03 07:30:22 -03:00
Daniel Baumann
b181612222 Adding virtual-hdd in lb_config manpage as binary image type. 2011-07-28 16:23:23 +02:00
Daniel Baumann
fb2bc99fd5 Reworking binary hooks helper. 2011-07-19 19:03:01 +02:00
Daniel Baumann
e4793268a3 Enabling hooks based on the mode we're building for. 2011-07-19 11:57:21 +02:00
Daniel Baumann
ef2752faab Adding kubuntu mode in order to have different defadefault hooks enabled for ubuntu and kubuntu (needed for #630088). 2011-07-19 10:51:20 +02:00
Daniel Baumann
e0205ecb1a Releasing debian version 3.0~a25-1. 2011-07-15 20:38:42 +02:00
Daniel Baumann
41d0208ae0 Releasing debian version 3.0~a24-1. 2011-07-13 10:42:47 +02:00
Daniel Baumann
3bf765da2b Releasing debian version 3.0~a23-1. 2011-06-29 07:58:23 +02:00
Daniel Baumann
d7b042aa03 Releasing debian version 3.0~a22-1. 2011-06-29 06:20:23 +02:00
Daniel Baumann
869914c578 Making help message about missing po4a in manpages makefile distribution neutral. 2011-06-21 09:12:38 +02:00
Daniel Baumann
b86f9c6380 Since we don't have global packages anymore, renaming lb_chroot_local-packages to lb_chroot_packages and config/chroot_local-packages to config/chroot_packages. 2011-06-15 22:08:44 +02:00
Daniel Baumann
cfb6ecedfa Since we don't have global tasks anymore, renaming lb_chroot_local-tasklists to lb_chroot_task-lists. 2011-06-15 22:01:51 +02:00
Daniel Baumann
db4943c415 Moving internal global package lists from 'lists' to 'package-lists'. This is not a user visible change. 2011-06-15 21:47:45 +02:00
Daniel Baumann
2cf5daeaef Renaming chroot_sources script to chroot_archives for consistency with debian-policy terminology. 2011-06-15 20:48:56 +02:00
Daniel Baumann
a6988b188f Renaming repositories option to archives for consistency with debian-policy terminology.
In order to be consistent with terminology used in debian-policy,
we've always tried to use the same names for the same things.

The repository option is one of the last things that were too
late in squeeze release cycle to be renamed in time.
2011-06-15 20:40:18 +02:00
Daniel Baumann
f42443464a Releasing debian version 3.0~a21-1. 2011-06-13 20:43:25 +02:00
Colin Watson
5d228a8e3e Add --initramfs-compression option (Closes: #627677). 2011-06-13 20:38:44 +02:00
Colin Watson
abcc4ca9bf Add --swap-file-path and --swap-file-size options (Closes: #629637). 2011-06-13 20:08:34 +02:00
Daniel Baumann
5fa597a92d Releasing debian version 3.0~a20-1. 2011-06-11 17:50:15 +02:00
Daniel Baumann
f06a2e3d37 Reworking chroot_tasks into chroot_local-tasklists, now packages and tasks are (almost) handled identical and through local lists only. 2011-06-11 15:54:40 +02:00
Daniel Baumann
ae6ed7d84a Removing unmaintained chroot_localization script.
The chroot_localization script did two things:

  * contain a hardcoded list for a couple of packages->l10n-packages
  * (supposed) to set the locales boot parameter correct.

While the first was totally outdated and is a thing that needs to be
constantly updated for changes in debian (and nobody wants to do that)
and it's a broken approach anyway, the second is useless since we're
using syslinux-themes packages anyway.
2011-06-11 13:15:06 +02:00
Daniel Baumann
b3ad2f412a Dropping handling of --packages in order to simply things handle packages scheduled for installation through package lists only. 2011-06-11 11:37:37 +02:00
Daniel Baumann
cf8f6cee93 Releasing debian version 3.0~a19-1. 2011-06-11 11:04:36 +02:00
Richard Nelson
2b2e0fb1bf Add progress as an option for --mode in lb_config manpage. 2011-06-08 18:44:54 -05:00
Daniel Baumann
b9ddc38afb Releasing debian version 3.0~a18-1. 2011-06-03 12:00:09 +02:00
Daniel Baumann
e4928dc223 Removing unused and not really usefull bootstrap-script option (Closes: #603114).
This option was not used anyway, and, it's actually not much of the
business of live-build anyway. People for custom distributions that
can not use the debian default scripts ship their own patched
debootstrap, and then you don't need the option anymore.
2011-06-03 11:10:38 +02:00
Daniel Baumann
348cb4b391 Moving 'default' hooks for minimal and stripped to example hooks, they will have to be enabled manually now (Closes: #627183).
Previously, there were a couple of hooks that were automatically run
for some image flavours. This came back from the old days when we
had to deconfigure gdm and enable kdm explicitly for kde images.

After lenny, this hack was not needed anymore, and there's not much
sense to keep the mechanism in place at all. Better, let's treat all
images the same way wrt/ hooks and don't do special automagics.

The only images that is of concern of are minimal and stripped
which we don't build by default anyway. This also stopps confusing
others.
2011-06-03 10:39:45 +02:00
Daniel Baumann
26ad091b3e Releasing debian version 3.0~a17-1. 2011-05-18 19:52:17 +02:00
Daniel Baumann
fa0f468408 Completing files section in live-build manpage (Closes: #626367). 2011-05-18 19:37:51 +02:00
Colin Watson
454043122d Allow installing tasks using apt-get, and do so by default for Ubuntu (Closes: #626940). 2011-05-16 22:11:15 +02:00
Daniel Baumann
cd6820dd7a Correcting wrongly attributed -m switch to --mirror-bootstrap, thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #626905). 2011-05-16 12:13:47 +02:00
Daniel Baumann
201989e6dd Releasing debian version 3.0~a16-1. 2011-04-23 19:27:51 +02:00
Daniel Baumann
745ffde6ff Releasing debian version 3.0~a15-1. 2011-04-22 23:12:06 +02:00
Daniel Baumann
ee8d589250 Releasing debian version 3.0~a14-1. 2011-03-25 10:06:37 +01:00
Daniel Baumann
88d9374df2 Releasing debian version 3.0~a13-1. 2011-03-09 19:27:56 +01:00
Daniel Baumann
1ca9abd92a Releasing debian version 3.0~a12-1. 2011-03-09 19:20:43 +01:00
Daniel Baumann
ff807068b9 Adding mirror option handling for derivatives. 2011-03-09 19:20:43 +01:00
Daniel Baumann
3047936fb5 Renaming mirror options to parent mirror for handling derivatives nice in future. 2011-03-09 19:20:43 +01:00
Daniel Baumann
90b145de6c Adding initial support for parent distribution for debian-installer. 2011-03-09 19:20:43 +01:00
Daniel Baumann
2159e3fba7 Adding initial support for making initsystem configurable. 2011-03-09 19:20:42 +01:00
Daniel Baumann
7289fd7e8f Releasing debian version 3.0~a11-1. 2011-03-09 19:20:41 +01:00
Daniel Baumann
6d87f0dde3 Adding derivatives handling for progress. 2011-03-09 19:20:41 +01:00
Daniel Baumann
d0a5dac971 Removing unused debian-release mode. 2011-03-09 19:20:41 +01:00
Daniel Baumann
1d2dd20dd6 Removing legacy support for live-initramfs. 2011-03-09 19:20:40 +01:00
Daniel Baumann
69513e9279 Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate way to handle this. 2011-03-09 19:20:40 +01:00
Daniel Baumann
dd9ecf3560 Removing encryption support until we have something for current kernels again. 2011-03-09 19:20:40 +01:00
Daniel Baumann
21815cb707 Generalizing compression handling and adding support for lzip tarballs. 2011-03-09 19:20:40 +01:00
Daniel Baumann
b427b22b88 Removing some more lenny-only stuff. 2011-03-09 19:20:40 +01:00
Daniel Baumann
c0d782a1f4 Removing --apt-pdiff option, this doesn't belong into live-build in the first place. 2011-03-09 19:20:39 +01:00
Daniel Baumann
bd823ca555 Releasing debian version 3.0~a10-1. 2011-03-09 19:20:39 +01:00
Ben Armstrong
fa7a693326 Adding '--includes none' documentation in help and man page. 2011-03-09 19:20:39 +01:00
Daniel Baumann
67aad58250 Releasing debian version 3.0~a9-1. 2011-03-09 19:20:38 +01:00
Ben Armstrong
6cb261cf4f Updating lb config --help and man page. 2011-03-09 19:20:38 +01:00
Daniel Baumann
51944c015f Renaming --architecture to --architectures in preparation for multi-arch. 2011-03-09 19:20:37 +01:00
Daniel Baumann
a7f2e1b876 Releasing debian version 3.0~a8-1. 2011-03-09 19:20:37 +01:00
Daniel Baumann
aca102e405 Updating initramfs switch in lb config manpage (Closes: #605255). 2011-03-09 19:20:37 +01:00
Daniel Baumann
68e8fd157e Renaming 'packages lists' to 'package lists' all over the place. 2011-03-09 19:20:36 +01:00
Daniel Baumann
b5c39f47ce Releasing debian version 3.0~a7-1. 2011-03-09 19:20:36 +01:00
Daniel Baumann
da2c2b0bcc Renaming --binary-indices to --apt-indices for consistency. 2011-03-09 19:20:35 +01:00
Daniel Baumann
ea90e168cd Releasing debian version 3.0~a6-1. 2011-03-09 19:20:35 +01:00
Daniel Baumann
69327dcfac Removing remaining last leftovers from lh in lb and live-build manpages. 2011-03-09 19:20:34 +01:00
Daniel Baumann
a2cad65c87 Releasing debian version 3.0~a5-1. 2011-03-09 19:20:33 +01:00
Daniel Baumann
c7c5fc594f Releasing debian version 3.0~a4-1. 2011-03-09 19:20:33 +01:00
Daniel Baumann
308b639080 Releasing debian version 3.0~a3-1. 2011-03-09 19:20:32 +01:00
Daniel Baumann
30fc30f1b8 Releasing debian version 3.0~a2-1. 2011-03-09 19:20:32 +01:00
Daniel Baumann
c77053d3d8 Replacing lb_chroot_symlinks with a hook, that's more approriate. 2011-03-09 19:20:31 +01:00
Daniel Baumann
c5c3f6133a Adding debian version 3.0~a1-1. 2011-03-09 19:19:23 +01:00
Daniel Baumann
afd63ce871 Releasing debian version 2.0.12-1. 2011-03-09 19:17:34 +01:00
Daniel Baumann
2ddc0cef5d Updating year in manpage, hooks, script and template files. 2011-03-09 19:17:33 +01:00
Daniel Baumann
339a910c82 Releasing debian version 2.0.11-1. 2011-03-09 19:17:32 +01:00
Daniel Baumann
4d3637228a Releasing debian version 2.0.10-1. 2011-03-09 19:17:31 +01:00
Daniel Baumann
4602f3d8ad Unfuzzying German manpage translations. 2011-03-09 19:17:31 +01:00
Ben Armstrong
a80dfe75eb Fixing numerous spelling and other minor details in lb_config man page. 2011-03-09 19:17:31 +01:00
Ben Armstrong
f10c468359 Adding '--includes none' documentation in help and man page. 2011-03-09 19:17:31 +01:00
Daniel Baumann
6380f4dbee Releasing debian version 2.0.9-1. 2011-03-09 19:17:30 +01:00
Daniel Baumann
be55ce99ee Unfuzzying German manpage translations. 2011-03-09 19:17:30 +01:00
Ben Armstrong
eece05b62c Updating lb config --help and man page. 2011-03-09 19:17:30 +01:00
Daniel Baumann
38a28bc243 Releasing debian version 2.0.8-1. 2011-03-09 19:17:30 +01:00
Daniel Baumann
141b9f44cc Updating initramfs switch in lb config manpage (Closes: #605255). 2011-03-09 19:17:29 +01:00
Daniel Baumann
c93b59ea89 Releasing debian version 2.0.7-1. 2011-03-09 19:17:29 +01:00
Daniel Baumann
4bb62ce0e9 Releasing debian version 2.0.6-1. 2011-03-09 19:17:28 +01:00
Daniel Baumann
15116f431a Releasing debian version 2.0.5-1. 2011-03-09 19:17:27 +01:00
Daniel Baumann
de295056af Releasing debian version 2.0.4-1. 2011-03-09 19:17:27 +01:00
Daniel Baumann
646725908a Releasing debian version 2.0.3-1. 2011-03-09 19:17:26 +01:00
Daniel Baumann
7714f7cf51 Removing remaining last leftovers from lh in lb and live-build manpages. 2011-03-09 19:17:26 +01:00
Daniel Baumann
7d35aee7d0 Releasing debian version 2.0.2-1. 2011-03-09 19:17:25 +01:00
Daniel Baumann
c7ef19166c Releasing debian version 2.0.1-1. 2011-03-09 19:17:25 +01:00
Daniel Baumann
958ec2235e Releasing debian version 2.0.0-1. 2011-03-09 19:17:24 +01:00
Daniel Baumann
6d538a4beb Releasing debian version 2.0~a29-1. 2011-03-09 19:17:23 +01:00
Daniel Baumann
8488808879 Releasing debian version 2.0~a28-1. 2011-03-09 19:17:22 +01:00
Daniel Baumann
003fbc70ef Releasing debian version 2.0~a27-1. 2011-03-09 19:17:21 +01:00
Daniel Baumann
40043a9507 Replacing references to lh commands with lb in live-build manpage. 2011-03-09 19:17:21 +01:00
Daniel Baumann
c47ce2ee03 Moving location of the global configuration file from /etc/default/live-build to /etc/live/build.conf resp. /etc/live/build.d/. 2011-03-09 19:17:21 +01:00
Daniel Baumann
83bc63f725 Updating internal variables from lh to lb scheme, should be the last piece to finish the live-helper to live-build rename. 2011-03-09 19:17:21 +01:00
Daniel Baumann
7d115df145 Releasing debian version 2.0~a26-1. 2011-03-09 19:17:20 +01:00
Daniel Baumann
2027b6f9fb Releasing debian version 2.0~a25-1. 2011-03-09 19:17:20 +01:00
Daniel Baumann
e70ad72254 Releasing debian version 2.0~a24-1. 2011-03-09 19:17:19 +01:00
Daniel Baumann
520ddfc89d Replacing some references to live-helper with live-build in manpages. 2011-03-09 19:17:19 +01:00
Daniel Baumann
1d1e3c0951 Renaming manpages for live-build. 2011-03-09 19:17:18 +01:00
Daniel Baumann
cb9ac8bef7 Releasing debian version 2.0~a23-1. 2011-03-09 19:17:17 +01:00
Daniel Baumann
8977b39876 Removing old and unmaintained po files. 2011-03-09 19:17:17 +01:00
Daniel Baumann
c210b8ae44 Moving /usr/share/live-helper to /usr/share/live/build. 2011-03-09 19:17:17 +01:00
Daniel Baumann
0ce1eba311 Releasing debian version 2.0~a22-1. 2011-03-09 19:17:17 +01:00
Daniel Baumann
4d3c864030 Releasing debian version 2.0~a21-1. 2011-03-09 19:17:16 +01:00
Daniel Baumann
3d484128cc Releasing debian version 2.0~a20-1. 2011-03-09 19:17:15 +01:00
Daniel Baumann
c37899f3dc Using global version file. 2011-03-09 19:17:15 +01:00
Daniel Baumann
a93ae2cb8d Releasing debian version 2.0~a19-1. 2011-03-09 19:17:14 +01:00
Daniel Baumann
477f01453f Releasing debian version 2.0~a18-1. 2011-03-09 19:17:14 +01:00
Daniel Baumann
0d33caf4c4 Releasing debian version 2.0~a17-1. 2011-03-09 19:17:13 +01:00
Daniel Baumann
0deea4112d Correcting entry about --language in lh_config manpage, it doesn't set the bootparameters automatically for locale selection. 2011-03-09 19:17:13 +01:00
Daniel Baumann
d74cc624df Releasing debian version 2.0~a16-1. 2011-03-09 19:17:12 +01:00
Daniel Baumann
279c24075f Releasing debian version 2.0~a15-1. 2011-03-09 19:17:11 +01:00
Daniel Baumann
c0d1022859 Updating update-version script. 2011-03-09 19:17:10 +01:00
Daniel Baumann
4a7a32fea0 Using umlauts in German manpages. 2011-03-09 19:17:10 +01:00
Daniel Baumann
cb0af96492 Using UTF-8 in German manpages. 2011-03-09 19:17:10 +01:00
Daniel Baumann
2887c8a251 Setting version number to 2.0~a13. 2011-03-09 19:17:09 +01:00
Daniel Baumann
36bddd25da Renaming --chroot-build to --build-with-chroot. 2011-03-09 19:17:09 +01:00
Daniel Baumann
607a384656 Updating headers of German manpage po files. 2011-03-09 19:17:08 +01:00
Daniel Baumann
080dba26db Updating lh_config manpage wrt/ mirror defaults. 2011-03-09 19:17:08 +01:00
Daniel Baumann
e2644c02ec Setting version number. 2011-03-09 19:17:07 +01:00
Daniel Baumann
d71e07c601 Adding German manpage translations. 2011-03-09 19:17:07 +01:00
Daniel Baumann
79dd982009 Reworking manpages for live-helper 2. 2011-03-09 19:17:07 +01:00
Daniel Baumann
6e36d93f1f Allow to include multiple checksum files and specify which hashes to use. 2011-03-09 19:17:06 +01:00
Daniel Baumann
9326dc8b01 Renaming md5sum helpers to checksums. 2011-03-09 19:17:06 +01:00
Daniel Baumann
7f5742f660 Correcting a couple of formating glitches in lh_config manpage. 2011-03-09 19:17:06 +01:00
Daniel Baumann
2620b5947b Updating synopsis of --packages-lists in lh_config manpage. 2011-03-09 19:17:06 +01:00
Daniel Baumann
19c2d51d48 Updating references to project homepage in the manpages. 2011-03-09 19:17:06 +01:00
Daniel Baumann
78a85f9b83 Adding -r, --repositories option to select preconfigured third-party repositories more easily. 2011-03-09 19:17:05 +01:00
Daniel Baumann
8ff6ded9d3 Adding lh_chroot_upstart manpage. 2011-03-09 19:17:04 +01:00
Daniel Baumann
5ab772d8c9 Applying slightly modified patch from Cody A.W. Somerville <cody.somerville@canonical.com> to add support for custom debian installer images mirror. 2011-03-09 19:17:04 +01:00
Daniel Baumann
c66942f06e Reworking iso-hybrid as an independent binary image type. 2011-03-09 19:17:04 +01:00
Daniel Baumann
9d6a4dedc2 Cleaning up usb helpers for a future usb-zip addition. 2011-03-09 19:17:04 +01:00
Daniel Baumann
a0b9d4c860 Mention in lh config manpage that local packages need the .list suffix. 2011-03-09 19:17:04 +01:00
Daniel Baumann
22329cf335 Correcting gramatical typo in lh_config manpage, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>. 2011-03-09 19:17:04 +01:00
Daniel Baumann
3d76871254 Removing remaining leftovers from etch-only options --genisoimage and --union-filesystem removals (Closes: #568261). 2011-03-09 19:17:04 +01:00
Daniel Baumann
b3c9d4567f Adjusting lh_config manpage to reflect changes wrt/ local packages lists. 2011-03-09 19:17:03 +01:00
Daniel Baumann
701b5affd4 For consistency, using true|false instead of enabled|disabled in configuration options. 2011-03-09 19:17:03 +01:00
Daniel Baumann
5e4952e8a7 Adding debian version 2.0~a1-1. 2011-03-09 19:16:26 +01:00
Daniel Baumann
2e2de4361d Merging initial and experimental grub2 support from Luigi Capriotti <l.capriotti@xbmc.org>.
Outstanding issues: doesn't work chrooted yet, lh_binary_iso binary.sh modifications probably should be done at lh_binary_grub2.
2011-03-09 19:09:48 +01:00
Daniel Baumann
0d960b463c Fixing another nroff formatting error in lh_config manpage. 2011-03-09 19:09:48 +01:00
Daniel Baumann
ad7178ade6 Fixing nroff formatting error in lh_config manpage. 2011-03-09 19:09:47 +01:00
Daniel Baumann
ec83843d6e Allowing to overwrite default gzip options through config switch or option. 2011-03-09 19:09:46 +01:00
Cody A.W. Somerville
27be06512a Add option to disable use of GTK debian-installer.
Adding the ability to disable use of the GTK graphical
debian-installer is handy either to reduce the size of the
images or if the necessary files aren't available.
2011-03-09 19:09:46 +01:00
Daniel Baumann
8f36b8bcbf Adding German manpage translations from Chris Leick <c.leick@vollbio.de> (Closes: #544512). 2011-03-09 19:09:46 +01:00
Daniel Baumann
7bb7a832c9 Applying patch from Chris Leick <c.leick@vollbio.de> to fix some spelling typos in the manpages (Closes: #543868). 2011-03-09 19:09:46 +01:00
Daniel Baumann
5d9cbecc3e Updating version and date in manpage headers. 2011-03-09 19:09:45 +01:00
Cody A.W. Somerville
90d2aa0a2b Reflect addition of the ubuntu mode and add missing contents where marked FIXME in lh_config manpage. 2011-03-09 19:09:45 +01:00
Daniel Baumann
7c4a2c4d64 Updating manpage po4a. 2011-03-09 19:09:43 +01:00
Daniel Baumann
563f1396bf Updating manpage headers. 2011-03-09 19:09:43 +01:00
Daniel Baumann
f73041f2f0 Adding initial support for virtual-hdd binary image type. 2011-03-09 19:09:42 +01:00
Daniel Baumann
9a8304d03b Adding new setting for binary indices: If set to none, no indices are included at all. 2011-03-09 19:09:42 +01:00
Daniel Baumann
7e6b49af65 Updating binary-filesystem reference in lh_config manpage. 2011-03-09 19:09:42 +01:00
Daniel Baumann
069aa8723c Splitting out win32-loader handling into own helper script. 2011-03-09 19:09:41 +01:00
Daniel Baumann
26314ad6a0 Adding clean parameter to lh_config to minimize config directory by automatically removing unused and thus empty subdirectories. 2011-03-09 19:09:41 +01:00
Daniel Baumann
baf8a25fab Adding simple manpages for every other live-helper command. 2011-03-09 19:09:40 +01:00
Daniel Baumann
32e1c44c34 Running po4a for manpages. 2011-03-09 19:09:40 +01:00
Daniel Baumann
98acdbe072 Rewriting all existent manpages. 2011-03-09 19:09:40 +01:00
Cyril Brulebois
8b42acc6f9 Get rid of MIRROR_BOOTSTRAP_SECURITY in documentation.
Both --mirror-bootstrap-security and MIRROR_BOOTSTRAP_SECURITY are long
gone, see: c6fa0ca042.
2011-03-09 19:09:40 +01:00
Marco Amadori
63dc9da964 lh_config --help and manpage 'copy' mention. 2011-03-09 19:03:42 +01:00
Chris Lamb
a5368e634d Syncing options in lh_config(1) with lh_config, etc. Thanks to Luca Bruno. 2011-03-09 19:03:42 +01:00
Daniel Baumann
fa8e9f9381 Renaming sections to categories in order to use the same names as Debian Policy does (Closes: #483777). 2011-03-09 19:03:40 +01:00
Chris Lamb
8e78831ef5 Update lh_config(1) to match status of LH_DEBIAN_INSTALLER_{DAILY,DISTRIBUTION}. 2011-03-09 19:03:38 +01:00
Daniel Baumann
b973d05362 Bumping version number to 1.0.0. 2011-03-09 19:03:38 +01:00
Frederic Daniel Luc Lehobey
45bc246fbb Added po4a support for manpages. Use case: 'make po4a'. 2011-03-09 19:03:37 +01:00
Chris Lamb
c907da2ad1 Add --ignore-system-defaults option to not source /etc/default/live-helper. 2011-03-09 19:03:36 +01:00
Chris Lamb
2c30a051bb Correct location of /etc/default/live-helper in lh_config(1) manpage. 2011-03-09 19:03:36 +01:00
Chris Lamb
519d7c17cd Adjust "lh_config --help" and lh_config(1) so that the -m option corresponds with --mirror-bootstrap isntead of --mirror-binary-security. 2011-03-09 19:03:35 +01:00
Marco Amadori
80a2f25b02 Added support for /etc/live-helper.
* lh_config system-wide configuration file, like an implicit specification
  of '--conffile=/etc/live-helper' to each lh_config call.
2011-03-09 19:03:34 +01:00
Antonio Ospite
68dc90e76b Fix formatting problems in lh_config man page 2011-03-09 19:03:34 +01:00
Chris Lamb
a328f0b019 Fix minor typographical error in live-helper(7) 2011-03-09 19:03:34 +01:00
Daniel Baumann
2aeed3357d Fixing manpage quoting errors. 2011-03-09 18:36:12 +01:00
Daniel Baumann
bef3eea04e Preparing live-helper 1.0~a38-1. 2011-03-09 18:22:29 +01:00
Daniel Baumann
5e5e4f3262 Rewritten lh_testroot manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
efe98b91f9 Rewritten lh_config manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
c6c0ac36f5 Fixing lh_clean manpage synopsis formatting. 2011-03-09 18:22:29 +01:00
Daniel Baumann
fe191d67aa Rewriting lh_clean manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
c02f053cf8 Removing lh_bootstrap_* manpages temporarily. 2011-03-09 18:22:29 +01:00
Daniel Baumann
c6236a0794 Moving lh_losetup into an internal function, avoiding helper failure with return value due to new trap. 2011-03-09 18:22:29 +01:00
Daniel Baumann
b7f76eb823 Rewritten lh_build manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
b7c96d3797 Rewritten lh_source manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
a713fc51c6 Rewritten lh_chroot manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
24729cbe71 Rewritten lh_bootstrap manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
380e411249 Rewritten lh_binary manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
36277508ef Fixed wrapping. 2011-03-09 18:22:29 +01:00
Daniel Baumann
f17de7ce7c Adding manpage for lh. 2011-03-09 18:22:29 +01:00
Daniel Baumann
914b4739de Fixing typing errors. 2011-03-09 18:22:29 +01:00
Daniel Baumann
1726b902a2 Rewritten live-helper manpage. 2011-03-09 18:22:29 +01:00
Daniel Baumann
e0cfc12cd8 Removing German manpages, they will be re-translated after the English manpages are finished. 2011-03-09 18:22:29 +01:00
Daniel Baumann
8d46a4770d Preparing live-helper 1.0~a37-1. 2011-03-09 18:22:29 +01:00
Daniel Baumann
a3b536bebd Preparing live-helper 1.0~a36-1. 2011-03-09 18:22:28 +01:00
Jesse Hathaway
72220890bd add new option --syslinux-menu to enable syslinux menu
added a new syslinux menu splash screen, I'm not an artist
but I think it is better than the generic splash which was
already included. Also added the svg file if anyone wants
to make any changes.
2011-03-09 18:22:28 +01:00
Jesse Hathaway
1652f58575 fix syslinux timeout option
change MILISECONDS to SECONDS. Syslinux actually uses
tenths of seconds not milliseconds, but it seems
unnecessary to expose this to the user. Fix templates
to only specify the timeout once.
2011-03-09 18:22:28 +01:00
Daniel Baumann
3f92839a53 Preparing live-helper 1.0~a35-1. 2011-03-09 18:22:28 +01:00
Jesse Hathaway
64333346c2 add new option to mount cow device on nfs volume
At the moment this only works with the root volume
on nfs as well. If we add a switch to configure the
network early in the boot process then this option
could be made available for other root mediums. This
option works reliably on the latest kernel 2.6.23.1
On earlier kernels I experienced frequent oopses.
2011-03-09 18:22:28 +01:00
Maarten ter Huurne
34468c14e4 Fixed lh_config tool name in manpage.
For some reason the page said "lh_source" originally. Copy-paste error?
2011-03-09 18:22:28 +01:00
Daniel Baumann
a6d5edd05b Preparing live-helper 1.0~a34-1. 2011-03-09 18:22:28 +01:00
Daniel Baumann
624fca8de5 Removing ubuntu support. 2011-03-09 18:22:27 +01:00
Daniel Baumann
dfac8e00f4 Preparing live-helper 1.0~a33-1. 2011-03-09 18:22:27 +01:00
Daniel Baumann
8905bb8949 Preparing live-helper 1.0~a32-1. 2011-03-09 18:22:27 +01:00
Daniel Baumann
41b9bdebb5 Preparing live-helper 1.0~a31-1. 2011-03-09 18:22:27 +01:00
Daniel Baumann
c97af171dd Preparing live-helper 1.0~a30-1. 2011-03-09 18:22:27 +01:00
Daniel Baumann
a63876a8d7 Preparing live-helper 1.0~a29-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
5efc74eac5 Preparing live-helper 1.0~a28-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
63631975b7 Adding live-helper 1.0~a27-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
ba2322bb2b Adding live-helper 1.0~a26-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
8c3178682b Adding live-helper 1.0~a25-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
9eac19deb8 Adding live-helper 1.0~a24-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
28dac4f438 Adding live-helper 1.0~a23-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
0d0de885e3 Adding live-helper 1.0~a22-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
c68c0a2708 Adding live-helper 1.0~a21-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
f314791fa2 Adding live-helper 1.0~a20-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
c79ab34a7c Adding live-helper 1.0~a19-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
0d5ff4ca75 Adding live-helper 1.0~a18-1. 2011-03-09 18:22:26 +01:00
Daniel Baumann
cd5110f6b8 Adding live-helper 1.0~a17-1. 2011-03-09 18:22:25 +01:00
Daniel Baumann
fdef63e60c Adding live-helper 1.0~a16-1. 2011-03-09 18:22:25 +01:00
Daniel Baumann
504c05c3a6 Adding live-helper 1.0~a15-1. 2011-03-09 18:19:41 +01:00
Daniel Baumann
37a5c53ddd Adding live-helper 1.0~a14-1. 2011-03-09 18:18:30 +01:00
Daniel Baumann
85c342c299 Adding live-helper 1.0~a13-1. 2011-03-09 18:18:30 +01:00
Daniel Baumann
d1ee66e44c Adding live-helper 1.0~a12-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
86726af9f5 Adding live-helper 1.0~a11-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
97c3a13dcc Adding live-helper 1.0~a10-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
7c68e6ebca Adding live-helper 1.0~a9-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
bd1a5ddc82 Adding live-helper 1.0~a8-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
8a4a50fdb6 Adding live-helper 1.0~a7-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
4739146fc6 Adding live-helper 1.0~a6-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
1863ed8874 Adding live-helper 1.0~a5-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
da353a5231 Adding live-helper 1.0~a4-1. 2011-03-09 18:18:29 +01:00
Daniel Baumann
799d4bfb31 Adding live-helper 1.0~a3-1. 2011-03-09 18:18:28 +01:00
Daniel Baumann
677415f6d7 Adding live-helper 1.0~a2-1. 2011-03-09 18:18:28 +01:00