Commit Graph

851 Commits

Author SHA1 Message Date
Daniel Baumann 67518ecdab Parsing lh_config flags from config.cfg, if available. 2011-03-09 19:09:40 +01:00
Daniel Baumann 03cfa3a064 Unsupported bootloader/image type combinations are errors, not warning. 2011-03-09 19:09:40 +01:00
Antonio Terceiro 473f5623b6 Must be printf instead of echo! 2011-03-09 19:09:39 +01:00
Antonio Terceiro 8a477ac3a9 Translating the description of the helpers 2011-03-09 19:09:39 +01:00
Antonio Terceiro 6f5445b5d2 Removing incorrect extra argument 2011-03-09 19:09:39 +01:00
Antonio Terceiro d974407ee5 Don't ask for translators to translate a bunch of asterisks 2011-03-09 19:09:39 +01:00
Antonio Terceiro 119ee2b0bc Adding Echo function as translatable 2011-03-09 19:09:39 +01:00
Antonio Terceiro dfb048b1ba Not considering some strings as translatable.
It does not make sense to translate those strings.
2011-03-09 19:09:39 +01:00
Antonio Terceiro 6891cbe098 Adding missing newlines in Echo_error 2011-03-09 19:09:39 +01:00
Antonio Terceiro 2a3056e8a9 Don't break messages into parts; this make it impossible for translators 2011-03-09 19:09:39 +01:00
Daniel Baumann b9f5121f53 Adding check for currently not supported bootloader/image-type combinations. 2011-03-09 19:09:39 +01:00
Daniel Baumann bebfa492f7 Adding short comments to the different cases in Check_defaults();. 2011-03-09 19:09:39 +01:00
Daniel Baumann 254eb5cc07 Releasing version 1.0.2-4. 2011-03-09 19:09:39 +01:00
Daniel Baumann 4185bfed45 Moving removal of apt packages lists from minimal and stripped hook to lh_chroot_sources, thanks to Ben Armstrong <synrg@debian.org>. 2011-03-09 19:09:39 +01:00
Daniel Baumann 425d51e38b Prefering local hosts over truncated one. 2011-03-09 19:09:39 +01:00
Daniel Baumann a7334c6c16 Prefering local resolv.conf over truncated one. 2011-03-09 19:09:39 +01:00
Daniel Baumann b4d2797d26 Releasing version 1.0.2-3. 2011-03-09 19:09:39 +01:00
Daniel Baumann 4f00cd3e82 Truncating resolv.conf created during bootstrap stage, otherwise we'll end up with a local resolv.conf in the final image. Thanks to Ben Armstrong <synrg@debian.org>. 2011-03-09 19:09:39 +01:00
Chris Lamb 03e1b85dc4 Set default value of _COLOR to "false" from "disabled". 2011-03-09 19:09:37 +01:00
Daniel Baumann b3d13b21e1 Adding sample hook to add custom /etc/modules entries. 2011-03-09 19:09:36 +01:00
Daniel Baumann c83edb9134 Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further apt configuration (Closes: #511247). 2011-03-09 19:09:35 +01:00
Chris Lamb b211776641 Re-order arguments to find(1) to silence warning about sub-optimal ordering. 2011-03-09 19:09:34 +01:00
Chris Lamb d8e5221399 Don't assume that if dpkg is installed, we'll actually get a live-helper version number from it. 2011-03-09 19:09:33 +01:00
Chris Lamb fc578d6ae6 Test for dpkg-query instead of dpkg if we are only going to run dpkg-query within that scope. 2011-03-09 19:09:32 +01:00
Chris Lamb 146cbe3671 Only print versions of live-helper in --dump output, not every package installed. 2011-03-09 19:09:30 +01:00
Chris Lamb d9b7957ff4 Add 'dump' as a getopt longoption so as not to prevent rejection of --dump argument to lh_config. 2011-03-09 19:09:29 +01:00
Daniel Baumann 7e127170ab Releasing version 1.0.2-2. 2011-03-09 19:07:31 +01:00
Daniel Baumann a1d929c9ad Updating location of archive key in in image autobuild script. 2011-03-09 19:07:31 +01:00
Daniel Baumann c0de936487 Marking pstack in rescuelist as i386 only. 2011-03-09 19:07:31 +01:00
Daniel Baumann ecf87ddc9d Correcting naming of source tarballs in image autobuild script. 2011-03-09 19:07:31 +01:00
Daniel Baumann 4e06fa3190 Marking fragrouter in rescue list as etch only. 2011-03-09 19:07:31 +01:00
Daniel Baumann c7e7f435f2 Releasing version 1.0.2-1. 2011-03-09 19:07:31 +01:00
Daniel Baumann 1ec7ddaa62 Updating cd includes. 2011-03-09 19:05:40 +01:00
Daniel Baumann d391837f66 Updating udeb data. 2011-03-09 19:03:45 +01:00
Daniel Baumann 501c186964 Iterating over all installed kernel images in update-initramfs example hook. 2011-03-09 19:03:45 +01:00
Daniel Baumann ae059e0556 Marking ardour-gtk in studio package list as etch and sid only. 2011-03-09 19:03:45 +01:00
Daniel Baumann 8d42773bb1 Releasing version 1.0.1-4. 2011-03-09 19:03:45 +01:00
Daniel Baumann 64fe27d865 Adding emdebian grip mode. 2011-03-09 19:03:45 +01:00
Daniel Baumann 563df7464f Removing debian-edu mode, outdated and apparently not used anymore. 2011-03-09 19:03:45 +01:00
Daniel Baumann 6d27ce5ea6 Adding Debian Science package list. 2011-03-09 19:03:45 +01:00
Marco Amadori a796685a27 NEW: "binary_debian-installer-includes" config directory.
This add another "-includes" power to live-helper, just leave your full
path files there and they will end on the installer initrd. This is
mostly useful for hacking the installer images with themes, firmware and
new installation helpers.

"This doesn't handle the case where you want to remove files or
 programmatically modify things" yet.
2011-03-09 19:03:45 +01:00
Daniel Baumann 57ac4cc808 Also installing build-essential manually in module example hooks, as module-assistant doesn't do it automatically. 2011-03-09 19:03:45 +01:00
Daniel Baumann 8e305b83f9 Mention possibility to symlink example hooks in their descriptions. 2011-03-09 19:03:45 +01:00
Daniel Baumann 6f71ad8441 Correcting update-initramfs example hook description. 2011-03-09 19:03:45 +01:00
Daniel Baumann 95918265bc Correcting defaults check for diverted losetup binary to also cope with host systems that do install loop-aes-utils after populating live-helper config. 2011-03-09 19:03:45 +01:00
Daniel Baumann 20395438d2 Removing nested ifdefs in rescue list. 2011-03-09 19:03:45 +01:00
Daniel Baumann ec08924130 Adding missing endif in rescue list. 2011-03-09 19:03:45 +01:00
Daniel Baumann 95f40a04d6 Updating lxde-desktop support. 2011-03-09 19:03:45 +01:00
Daniel Baumann d7c4506ece Adding tct to rescue list. 2011-03-09 19:03:45 +01:00
Daniel Baumann 34192bcf31 Don't attempt to remove scripts directory in lh_clean if it doesn't exist. 2011-03-09 19:03:45 +01:00