summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Adding missing newlines in Echo_errorAntonio Terceiro
2011-03-09Don't break messages into parts; this make it impossible for translatorsAntonio Terceiro
2011-03-09Adding check for currently not supported bootloader/image-type combinations.Daniel Baumann
2011-03-09Adding short comments to the different cases in Check_defaults();.Daniel Baumann
2011-03-09Releasing version 1.0.2-4.Daniel Baumann
2011-03-09Moving removal of apt packages lists from minimal and stripped hook to ↵Daniel Baumann
lh_chroot_sources, thanks to Ben Armstrong <synrg@debian.org>.
2011-03-09Prefering local hosts over truncated one.Daniel Baumann
2011-03-09Prefering local resolv.conf over truncated one.Daniel Baumann
2011-03-09Releasing version 1.0.2-3.Daniel Baumann
2011-03-09Truncating resolv.conf created during bootstrap stage, otherwise we'll end ↵Daniel Baumann
up with a local resolv.conf in the final image. Thanks to Ben Armstrong <synrg@debian.org>.
2011-03-09Set default value of _COLOR to "false" from "disabled".Chris Lamb
2011-03-09Adding sample hook to add custom /etc/modules entries.Daniel Baumann
2011-03-09Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further ↵Daniel Baumann
apt configuration (Closes: #511247).
2011-03-09Re-order arguments to find(1) to silence warning about sub-optimal ordering.Chris Lamb
2011-03-09Don't assume that if dpkg is installed, we'll actually get a live-helper ↵Chris Lamb
version number from it.
2011-03-09Test for dpkg-query instead of dpkg if we are only going to run dpkg-query ↵Chris Lamb
within that scope.
2011-03-09Only print versions of live-helper in --dump output, not every package ↵Chris Lamb
installed.
2011-03-09Add 'dump' as a getopt longoption so as not to prevent rejection of --dump ↵Chris Lamb
argument to lh_config.
2011-03-09Releasing version 1.0.2-2.Daniel Baumann
2011-03-09Updating location of archive key in in image autobuild script.Daniel Baumann
2011-03-09Marking pstack in rescuelist as i386 only.Daniel Baumann
2011-03-09Correcting naming of source tarballs in image autobuild script.Daniel Baumann
2011-03-09Marking fragrouter in rescue list as etch only.Daniel Baumann
2011-03-09Releasing version 1.0.2-1.Daniel Baumann
2011-03-09Updating cd includes.Daniel Baumann
2011-03-09Updating udeb data.Daniel Baumann
2011-03-09Iterating over all installed kernel images in update-initramfs example hook.Daniel Baumann
2011-03-09Marking ardour-gtk in studio package list as etch and sid only.Daniel Baumann
2011-03-09Releasing version 1.0.1-4.Daniel Baumann
2011-03-09Adding emdebian grip mode.Daniel Baumann
2011-03-09Removing debian-edu mode, outdated and apparently not used anymore.Daniel Baumann
2011-03-09Adding Debian Science package list.Daniel Baumann
2011-03-09NEW: "binary_debian-installer-includes" config directory.Marco Amadori
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-09Also installing build-essential manually in module example hooks, as ↵Daniel Baumann
module-assistant doesn't do it automatically.
2011-03-09Mention possibility to symlink example hooks in their descriptions.Daniel Baumann
2011-03-09Correcting update-initramfs example hook description.Daniel Baumann
2011-03-09Correcting defaults check for diverted losetup binary to also cope with host ↵Daniel Baumann
systems that do install loop-aes-utils after populating live-helper config.
2011-03-09Removing nested ifdefs in rescue list.Daniel Baumann
2011-03-09Adding missing endif in rescue list.Daniel Baumann
2011-03-09Updating lxde-desktop support.Daniel Baumann
2011-03-09Adding tct to rescue list.Daniel Baumann
2011-03-09Don't attempt to remove scripts directory in lh_clean if it doesn't exist.Daniel Baumann
2011-03-09Releasing version 1.0.1-3.Daniel Baumann
2011-03-09Even though users are supposed to have any local-includes with the correct ↵Daniel Baumann
owner and permissions, we set them manually on /home/user as it's likely that anybody will forget it (Closes: #506553).
2011-03-09Removing scripts directory through lh_clean, if it's not empty.Daniel Baumann
2011-03-09Removing wrong 'new-line' in running echo functions when using no color output.Daniel Baumann
2011-03-09Copy menu binary from the correct directoryAn-Cheng Huang
2011-03-09Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix typo in ↵Daniel Baumann
generation of release files in lh_chroot_sources.
2011-03-09Adding missing arguments to printf (l10n disabled)Antonio Terceiro
Otherwise the extra arguments would be discarded, e.g. Echo "Loading defaults from %s" "${DEFAULTS_DIR}"
2011-03-09Correcting wrong defaults setting for internal _L10N variable.Daniel Baumann