summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Renaming sections to categories in order to use the same names as Debian ↵Daniel Baumann15-34/+34
Policy does (Closes: #483777).
2011-03-09Improving check for a mounted chroot/dev/pts to cover all terminals, not ↵Daniel Baumann1-1/+1
just the 0th (Closes: #459697, #459779).
2011-03-09Using internal prefix for PACKAGES variable in function/packages.sh (Closes: ↵Daniel Baumann1-7/+7
#468900).
2011-03-09Including btrfs-tools in rescue list only when building sid.Daniel Baumann1-0/+2
2011-03-09Adding nilfs2-tools to rescue list.Daniel Baumann1-0/+1
2011-03-09Releasing live-helper 1.0.0-1.Daniel Baumann1-0/+138
2011-03-09Install loop-aes-utils if we are using encryption.Chris Lamb1-0/+4
2011-03-09Support expanding wildcards in udeb excludes.Chris Lamb1-3/+3
This was preventing "kernel-image-*" "exclude" entries from removing these packages. This saves about 5 MiB of space in all.
2011-03-09Remove pointless whitespace.Chris Lamb1-2/+2
2011-03-09Only install unionfs-tools under Etch in rescue list.Chris Lamb1-0/+2
2011-03-09Correct logic in LH_BOOTAPPEND_INSTALL handlingChris Lamb1-4/+7
(LH_BOOTAPPEND_INSTALL was being overridden if a preseed.cfg was found.)
2011-03-09Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by ↵Chris Lamb1-1/+1
sed, not the shell.
2011-03-09Correcting typo LH_BOOTSTRAP_INSTALL -> LH_BOOTAPPEND_INSTALL in Grub kernel ↵Chris Lamb1-1/+1
parameters.
2011-03-09Correct bogus path for d-i preseed files.Chris Lamb1-1/+1
2011-03-09Don't install lists from chroot_local-packageslists without them being ↵Chris Lamb5-656/+640
specified in LH_PACKAGES_LISTS (Closes: #490755)
2011-03-09Preserve changed apt settings (pdiffs, recommends, and secure) in binary ↵Daniel Baumann1-3/+12
image (Closes: #494640).
2011-03-09Don't use interpolation to print usage and help as it breaks newlines and tabs.Chris Lamb2-3/+3
2011-03-09Remove accidental trailing '"' (quote) package from lh_config usage.Chris Lamb1-1/+1
2011-03-09Updating chroot hacks to reflect namechange of the udev persistent rules.Daniel Baumann1-2/+2
2011-03-09Correcting typo in win32-loader config.Daniel Baumann1-1/+1
2011-03-09Correcting win32-loader default values.Daniel Baumann1-2/+2
2011-03-09Making help.sh and version.sh messages translatable.Tiago Bortoletto Vaz2-27/+24
2011-03-09Making lh_chroot_interactive and lh_source_usb-hdd messages translatable.Tiago Bortoletto Vaz2-5/+5
2011-03-09Making lh_binary_usb-hdd messages translatable.Tiago Bortoletto Vaz1-4/+4
2011-03-09Making usage.sh messages translatable.Tiago Bortoletto Vaz1-8/+7
2011-03-09Moving win32-loader inclusion support from external hook into main program ↵Daniel Baumann6-16/+40
(Closes: #476546).
2011-03-09Adding generic echo function.Daniel Baumann1-0/+8
2011-03-09Removing currently unused help message in lh_config.Daniel Baumann1-1/+0
2011-03-09Sorting authors file.Daniel Baumann1-1/+1
2011-03-09Removing superfluous echo type from echo call.Daniel Baumann3-9/+7
2011-03-09Correcting escaping of $VERSION in LH_ISO_PREPARER defaults.Daniel Baumann1-1/+1
2011-03-09Tidy "install" / "install-binary" handling in lh_chroot_apt.Chris Lamb1-2/+2
2011-03-09Add informational comments to generated /etc/apt/preferences stanzas.Chris Lamb1-0/+2
2011-03-09Generate Release file for chroot_local-packages when APT_SECURE is disabled.Chris Lamb1-5/+5
This was preventing the pinning mechanism to work when it security was disabled.
2011-03-09Prevent (harmless) duplicate entries appearing in /etc/apt/preferencesChris Lamb1-0/+5
2011-03-09Remove gettext from Build-Depends (it's already in Build-Depends-Indep).Chris Lamb1-1/+1
2011-03-09Updating po files.Daniel Baumann2-4/+4
2011-03-09Correcting aesthetic typo "proces" -> "process".Chris Lamb1-1/+1
2011-03-09Add leading space to prevent unnecessary diff when running lh_config repeatedly.Chris Lamb1-1/+1
2011-03-09Rename internal LH_BOOTAPPEND_PRESEED variable to _LH_BOOTAPPEND_PRESEEDChris Lamb1-6/+6
2011-03-09Updating po files.Daniel Baumann2-625/+712
2011-03-09Replacing remaining echo calls with proper echo functions.Daniel Baumann1-5/+5
2011-03-09Don't expand version in default configuration, but rather use it dynamically.Daniel Baumann1-1/+1
2011-03-09Moving live-helper defaults file for cron autobuilder from ↵Daniel Baumann3-5/+5
/etc/default/live-helper to /etc/default/live-helper_autobuild in order to not conflict with the system-wide default file for helper configuration.
2011-03-09Supporting remote preseeding files.Tiago Bortoletto Vaz1-1/+9
2011-03-09Also allowing multiple preseeding files for netboot.Tiago Bortoletto Vaz2-4/+8
2011-03-09Adding guessing of the preseeding filename, and way to manually overwrite it ↵Daniel Baumann2-8/+50
(or select it in case of multiple available preseeding files).
2011-03-09Allowing to use more than one preseeding file to be on the media.Tiago Bortoletto Vaz1-2/+2
2011-03-09Ensure the binary image does not inherit the binary stage's APT settings.Chris Lamb2-4/+20
2011-03-09Switching chechbashism call to now fail and abort rather than just give a ↵Daniel Baumann1-3/+3
warning if bashishms are detected.