Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-03-09 | bootstrap: use minbase flavour when LH_PACKAGES_LISTS is set to minimal | Otavio Salvador | 1 | -2/+2 | |
Since debootstrap 1.0.8 there's a variant called minbase that installs just essentials packages so base's size is greatly reduced. Use this variant when producing reduced images. | |||||
2011-03-09 | bootstrap: adds support to debootstrap 1.0.7 | Otavio Salvador | 1 | -1/+6 | |
New debootstrap has change the scripts to /usr/share since they're architecture independent code. The support for it has been added however it fallback to /usr/lib to keep backward compatibility. | |||||
2011-03-09 | Removing unintendet set -x. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Working arround aptitude behaviour of removing packages rather than to ↵ | Daniel Baumann | 1 | -1/+1 | |
installing missing depends when using initramfs generator from local-packages. | |||||
2011-03-09 | Correcting wrong installation attempt of initramfs generator from ↵ | Daniel Baumann | 1 | -1/+5 | |
local-packages. | |||||
2011-03-09 | Removing install call for old changelog, which is not needed anymore. | Daniel Baumann | 1 | -2/+0 | |
2011-03-09 | Installing initramfs generator from local-packages, if available. | Daniel Baumann | 1 | -1/+24 | |
2011-03-09 | Renaming mini flavour to stripped to avoid confusion, thanks to Fathi Boudra ↵ | Daniel Baumann | 6 | -11/+11 | |
<fabo@debian.org> and Ben Armstrong <synrg@debian.org>. | |||||
2011-03-09 | Merging old live-package debian changelog entry for testing upload. | Daniel Baumann | 1 | -0/+9 | |
2011-03-09 | Merging old live-package debian changelog into current debian changelog. | Daniel Baumann | 2 | -208/+209 | |
2011-03-09 | Fixing typo, thanks to Fathi Boudra <fabo@debian.org>. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Using ftp.us.debian.org rather than ftp.debian.org, see ↵ | Daniel Baumann | 1 | -2/+2 | |
http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html. | |||||
2011-03-09 | Checking for /sys/class rather than /sys/kernel, avoids problem when running ↵ | Daniel Baumann | 1 | -1/+1 | |
under OpenVZ which doesn't have sys/kernel, thanks to Takeshi Yaegashi <yaegashi@debian.org>. | |||||
2011-03-09 | Use C-style 'include' in lists (backwards compatible). | Chris Lamb | 22 | -28/+28 | |
2011-03-09 | Remove duplicated 'irpas' package in rescue list. | Chris Lamb | 1 | -1/+0 | |