summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
AgeCommit message (Collapse)Author
2011-03-09Automatically correct LH_SETUP value if the configured losetup cannot be found.Daniel Baumann
2011-03-09Warn when using syslinux with a non-FAT LH_BINARY_FILESYSTEM.Chris Lamb
2011-03-09Don't install more than one kernel image when building minimal or stripped ↵Daniel Baumann
images.
2011-03-09Improve architecture auto-detection.Chris Lamb
2011-03-09Setting project email address to the new debian-live@lists.debian.org.Daniel Baumann
2011-03-09Renaming sections to categories in order to use the same names as Debian ↵Daniel Baumann
Policy does (Closes: #483777).
2011-03-09Install loop-aes-utils if we are using encryption.Chris Lamb
2011-03-09Correct logic in LH_BOOTAPPEND_INSTALL handlingChris Lamb
(LH_BOOTAPPEND_INSTALL was being overridden if a preseed.cfg was found.)
2011-03-09Correcting win32-loader default values.Daniel Baumann
2011-03-09Moving win32-loader inclusion support from external hook into main program ↵Daniel Baumann
(Closes: #476546).
2011-03-09Removing superfluous echo type from echo call.Daniel Baumann
2011-03-09Correcting escaping of $VERSION in LH_ISO_PREPARER defaults.Daniel Baumann
2011-03-09Correcting aesthetic typo "proces" -> "process".Chris Lamb
2011-03-09Add leading space to prevent unnecessary diff when running lh_config repeatedly.Chris Lamb
2011-03-09Rename internal LH_BOOTAPPEND_PRESEED variable to _LH_BOOTAPPEND_PRESEEDChris Lamb
2011-03-09Replacing remaining echo calls with proper echo functions.Daniel Baumann
2011-03-09Don't expand version in default configuration, but rather use it dynamically.Daniel Baumann
2011-03-09Supporting remote preseeding files.Tiago Bortoletto Vaz
2011-03-09Also allowing multiple preseeding files for netboot.Tiago Bortoletto Vaz
2011-03-09Adding guessing of the preseeding filename, and way to manually overwrite it ↵Daniel Baumann
(or select it in case of multiple available preseeding files).
2011-03-09Adding last modifications in order to have localization fully working in ↵Tiago Bortoletto Vaz
live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff.
2011-03-09Merging debian-installer-daily option into debian-installer-distribution.Daniel Baumann
2011-03-09Suporting debian-installer distribution choice, which makes possible to ↵Tiago Bortoletto Vaz
build a image using a system-independent debian-installer suite. The config option for this is --debian-installer-distribution CODENAME.
2011-03-09Print a warning when package caching is disabled but d-i integration is enabled.Chris Lamb
2011-03-09Perform in LH_BOOTAPPEND_INSTALL conditional expansion manually to avoid ↵Chris Lamb
expansion bug/feature on repetitive calls to lh_config (Closes: #488672)
2011-03-09Print a friendlier message if debootstrap or cdebootstrap cannot be found.Chris Lamb
2011-03-09Migrate a In_list candidate to grep -E.Chris Lamb
Perhaps we could .-include the In_list function?
2011-03-09Add support for usb-hdd on sparc (requires parted 1.8 from experimental).Chris Lamb
2011-03-09Add support for the sparc architecture.Chris Lamb
2011-03-09Adding powerpc64 to default kernel flavours (in addition to the normal 32 ↵Daniel Baumann
bit one).
2011-03-09helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap"Chris Lamb
2011-03-09Removing temporary workaround of adding lzma-modules2.6 to linux packages, ↵Daniel Baumann
all fixed squashfs are now in sid and lenny.
2011-03-09Also including lzma modules on lenny temporarily.Daniel Baumann
2011-03-09Allow LH_ENCRYPTION="disabled" to disable encryptionChris Lamb
2011-03-09Switching default of LH_APT from aptitude to apt for >= lenny.Daniel Baumann
Apt in lenny also supports tracking of 'orphaned' packages. If aptitude is installed, apt can't be removed, so by switching to apt making the default images a tiny bit smaller. And, aptitude got mainly default because of the sarge->etch update recommendation.
2011-03-09Including 686 kernel flavour on i386 too, but defaulting (still) to 486 for ↵Daniel Baumann
compatibility reasons.
2011-03-09Updating copyright years to 2008.Daniel Baumann
2011-03-09Fixed accidental overwriting of LH_NET_TARBALL value in defaults.Daniel Baumann
2011-03-09Adding lzma modules on sid.Daniel Baumann
2011-03-09Adding option to set binary-net compression (or disable it).Daniel Baumann
2011-03-09Improving etch compat warnings.Daniel Baumann
2011-03-09Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing dedicated ↵Daniel Baumann
LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only.
2011-03-09Adding apt/aptitude options.Daniel Baumann
By using APT_OPTIONS and APTITUDE_OPTIONS in config/common, one can manipulate the default options wich is made to each and every apt and aptitude call.
2011-03-09Renaming mini flavour to stripped to avoid confusion, thanks to Fathi Boudra ↵Daniel Baumann
<fabo@debian.org> and Ben Armstrong <synrg@debian.org>.
2011-03-09Using ftp.us.debian.org rather than ftp.debian.org, see ↵Daniel Baumann
http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.
2011-03-09Consistently using the pipe as seperator in sed commands now.Daniel Baumann
2011-03-09Checking LH_APT when using mini and minimal package lists.Daniel Baumann
2011-03-09Don't fail silently when extern executables are configured but not present.Daniel Baumann
2011-03-09Adding binary filesystem option, currently only supporting fat16 and fat32.Daniel Baumann
2011-03-09Adding option to disable md5sum generation.Daniel Baumann