summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Adding emdebian grip mode.Daniel Baumann1-3/+59
2011-03-09Removing debian-edu mode, outdated and apparently not used anymore.Daniel Baumann1-38/+2
2011-03-09Adding Debian Science package list.Daniel Baumann1-0/+10
2011-03-09NEW: "binary_debian-installer-includes" config directory.Marco Amadori2-2/+31
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 Baumann10-0/+20
module-assistant doesn't do it automatically.
2011-03-09Mention possibility to symlink example hooks in their descriptions.Daniel Baumann16-18/+35
2011-03-09Correcting update-initramfs example hook description.Daniel Baumann1-1/+1
2011-03-09Correcting defaults check for diverted losetup binary to also cope with host ↵Daniel Baumann1-1/+1
systems that do install loop-aes-utils after populating live-helper config.
2011-03-09Removing nested ifdefs in rescue list.Daniel Baumann1-2/+2
2011-03-09Adding missing endif in rescue list.Daniel Baumann1-0/+1
2011-03-09Updating lxde-desktop support.Daniel Baumann3-2/+7
2011-03-09Adding tct to rescue list.Daniel Baumann1-1/+1
2011-03-09Don't attempt to remove scripts directory in lh_clean if it doesn't exist.Daniel Baumann1-1/+5
2011-03-09Releasing version 1.0.1-3.Daniel Baumann1-0/+22
2011-03-09Even though users are supposed to have any local-includes with the correct ↵Daniel Baumann1-2/+12
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 Baumann1-0/+1
2011-03-09Removing wrong 'new-line' in running echo functions when using no color output.Daniel Baumann1-2/+2
2011-03-09Copy menu binary from the correct directoryAn-Cheng Huang1-2/+9
2011-03-09Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix typo in ↵Daniel Baumann1-1/+1
generation of release files in lh_chroot_sources.
2011-03-09Adding missing arguments to printf (l10n disabled)Antonio Terceiro1-9/+9
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 Baumann1-2/+2
2011-03-09Correcting typo in dh_prep call in rules.Daniel Baumann1-1/+1
2011-03-09Releasing version 1.0.1-2.Daniel Baumann2-1/+119
2011-03-09ignore harmless warnings from parted.An-Cheng Huang1-1/+1
2011-03-09Removing etch-only madwifi-doc package from madwifi example hook.Kai Hendry1-1/+1
2011-03-09Replacing obsolete dh_clean -k with dh_prep.Daniel Baumann1-1/+1
2011-03-09Generalizing internal LH_CONFFILE variable.Daniel Baumann2-4/+4
2011-03-09Using package variable to refere internally to live-helper.Daniel Baumann3-3/+4
2011-03-09Also checking for gettext catalogs to be installed before enabling l10n.Daniel Baumann1-1/+1
2011-03-09Removing double warning symbol.Daniel Baumann1-2/+2
2011-03-09Correcting manpage section reference in a comment in lh.Daniel Baumann1-1/+1
2011-03-09Cleaning up code of 'lh' short helper.Daniel Baumann1-2/+5
2011-03-09Implementing colorful output (currently disabled by default, though).Daniel Baumann4-42/+182
2011-03-09Generalizing internal LH_BREAKPOINTS variable.Daniel Baumann4-12/+7
2011-03-09Generalizing internal LH_VERBOSE variable.Daniel Baumann9-17/+12
2011-03-09Generalizing internal LH_QUIET variable.Daniel Baumann9-17/+12
2011-03-09Generalizing internal LH_DEBUG variable.Daniel Baumann7-15/+10
2011-03-09Generalizing internal LH_FORCE variable.Daniel Baumann4-12/+7
2011-03-09Generalizing internal LH_L10N variable.Daniel Baumann2-8/+8
2011-03-09Syncing internal l10n functions.Daniel Baumann1-2/+4
2011-03-09Syncing internal lockfile functions.Daniel Baumann1-2/+13
2011-03-09Updating signals in exit and lockfile traps.Daniel Baumann2-2/+2
2011-03-09Slightely improving wording of the 'bootloader not yet supported' when ↵Daniel Baumann2-2/+4
creating images.
2011-03-09Slightly reordering genisoimage option assembling.Daniel Baumann1-10/+14
2011-03-09Adding armel to architecture specific checks.Daniel Baumann2-11/+6
2011-03-09Updating color functions.Daniel Baumann1-19/+22
2011-03-09Check for availability of gettext at runtime, and only use it if existing.Daniel Baumann3-13/+53
2011-03-09Don't use set -e in sourced functions, this is the job of the actual ↵Daniel Baumann24-48/+0
executed script.
2011-03-09Generalizing internal Chroot(); by requiring its first argument to be the ↵Daniel Baumann27-70/+71
chroot directory.
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann72-74/+74