Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Re-adding quiet on all d-i install targets in post-etch, except expert (and ↵ | Daniel Baumann | 1 | -3/+3 | |
keeping Chris fixed quiet handling). | |||||
2011-03-09 | Don't append 'quiet' kernel parameter in rescue modes | Chris Lamb | 1 | -5/+5 | |
2011-03-09 | Ensure syslinux entry names match templates and standard d-i names | Chris Lamb | 1 | -1/+10 | |
This patch alters the syslinux labels to follow the "expert" and "expertgui" style in favour of "TextExpert" and "GUIExpert". This makes the names match Live Helper's syslinux templates, as well as the more typical d-i installations and numerious sources that claim that one should "just type 'expert' at the syslinux prompt", etc. | |||||
2011-03-09 | Bumping live-helper version. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Updating copyright years to 2008. | Daniel Baumann | 99 | -100/+100 | |
2011-03-09 | Updating documentation about how to report bugs. | Daniel Baumann | 1 | -14/+36 | |
2011-03-09 | Cleaning up target depends in rules. | Daniel Baumann | 1 | -4/+4 | |
2011-03-09 | Removing (temporary) preinst, not needed anymore. | Daniel Baumann | 1 | -40/+0 | |
2011-03-09 | Improved wording of debian-live splash license. | Daniel Baumann | 3 | -3/+3 | |
2011-03-09 | Reworded package description. | Daniel Baumann | 1 | -7/+6 | |
2011-03-09 | Fixing incomplete changelog entry from git-dch. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Adding bug presubj message. | Daniel Baumann | 2 | -0/+3 | |
2011-03-09 | Updating bug script to also check for recently added packages to suggests. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Releasing live-helper 1.0~a39-1. | Daniel Baumann | 1 | -0/+32 | |
2011-03-09 | Also handling ext3 in lh_binary_rootfs, thanks to Bas Wijnen ↵ | Daniel Baumann | 1 | -7/+7 | |
<wijnen@debian.org> (Closes: #468902). | |||||
2011-03-09 | Making usb-hdd images large enough (Closes: #468855). | Bas Wijnen | 2 | -2/+2 | |
When building a very minimal live system on a usb-hdd target, the generated image is too small. A very minimal system is smaller than 50MB, and so this is the same as DU_DIM for such a system. This is too small. Unconditionally adding one solves the problem. | |||||
2011-03-09 | Use ${*} instead of ${@} for checking for no arguments in lh_clean. | Chris Lamb | 1 | -1/+1 | |
${@} expands to "<arg1>" "<arg2>" ... etc., which causes the -z test to encounter too many arguments and thus fail with an error. | |||||
2011-03-09 | Fixed accidental overwriting of LH_NET_TARBALL value in defaults. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Adding temporary hack to remove fstab when using live-installer. | Daniel Baumann | 1 | -0/+7 | |
2011-03-09 | Adding --jffs2-eraseblock parameter. | Daniel Baumann | 2 | -4/+19 | |
Marco sais, that flash devices often need a different erase size than mkfs.jffs2 defaults to. Hence, this parameter passes the blocksize to the mkfs.jffs2 call through --eraseblock option. | |||||
2011-03-09 | It's actually enough to just truncate kernel-img.conf and also less invasive ↵ | Daniel Baumann | 1 | -16/+1 | |
than including a default configuration. | |||||
2011-03-09 | Including default kernel-img.conf in live-systems. | Daniel Baumann | 1 | -1/+16 | |
2011-03-09 | Using wildcards to support more than one preseeding file. | Daniel Baumann | 1 | -3/+3 | |
2011-03-09 | Honor local preseeding file for debian-installer. | Daniel Baumann | 1 | -0/+6 | |
2011-03-09 | Fixing typo in sed call to set isolinux splash file. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Changing version scheme for snapshots. | Daniel Baumann | 1 | -5/+5 | |
2011-03-09 | Adding lzma modules on sid. | Daniel Baumann | 1 | -0/+5 | |
2011-03-09 | Added forgotten getopts arguments for chroot mirror. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | When a wrong argument is passed, that argument should be listed (Closes: ↵ | Daniel Baumann | 2 | -2/+2 | |
#468201). | |||||
2011-03-09 | Adding option to set binary-net compression (or disable it). | Daniel Baumann | 3 | -7/+40 | |
2011-03-09 | Rewriting copyright in machine-interpretable format. | Daniel Baumann | 1 | -79/+60 | |
2011-03-09 | Fixing manpage quoting errors. | Daniel Baumann | 1 | -16/+16 | |
2011-03-09 | Fixing spelling mistake in changelog. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Releasing live-helper 1.0~a38-1. | Daniel Baumann | 1 | -2/+90 | |
2011-03-09 | Updating devel-live package list. | Daniel Baumann | 1 | -7/+18 | |
2011-03-09 | Re-adding additional indices updated, otherwise we wouldn't honor thirdparty ↵ | Daniel Baumann | 1 | -0/+1 | |
repositories (anymore). | |||||
2011-03-09 | Fixing quoting with chroot wrapper calls. | Daniel Baumann | 2 | -3/+3 | |
2011-03-09 | Fixing aptitude typo. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Improving etch compat warnings. | Daniel Baumann | 1 | -0/+9 | |
2011-03-09 | Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing dedicated ↵ | Daniel Baumann | 4 | -19/+30 | |
LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only. | |||||
2011-03-09 | Renaming extra bootstrap indices to chroot. | Daniel Baumann | 1 | -4/+4 | |
2011-03-09 | Adding apt/aptitude options. | Daniel Baumann | 14 | -82/+67 | |
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-09 | lh_binary_rootfs: add support to generate jffs2 filesystem | Otavio Salvador | 1 | -0/+37 | |
2011-03-09 | lh_binary_encryption: add jffs2 as not supported filesystem | Otavio Salvador | 1 | -0/+5 | |
2011-03-09 | lh_config: add jffs2 in supported filesystems | Otavio Salvador | 1 | -1/+1 | |
2011-03-09 | lh_source_debian: add mtd-tools since it provides mkfs.jffs2 application | Otavio Salvador | 1 | -0/+1 | |
2011-03-09 | debian: add mtd-tools in suggests field since it's used when jffs2 is choosen | Otavio Salvador | 1 | -1/+1 | |
2011-03-09 | chroot: don't fail if /dev/pts is already mounted | Otavio Salvador | 1 | -1/+1 | |
2011-03-09 | binary: do not fail if parameters.txt isn't available | Otavio Salvador | 1 | -2/+2 | |
2011-03-09 | Fixing typo. | Daniel Baumann | 1 | -1/+1 | |