Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-02 | Only call shift if args are not empty. | Kiel Christofferson | |
Some shells (like dash) will exit fatally when the shift builtin is called beyond the last option. | |||
2014-03-02 | Auto-detect foreign architectures in packagelist. | Kiel Christofferson | |
* Add function to output unique list of foreign architectures from an expanded package list. * If foreign architectures are detected, add unique architectures to dpkg and update apt. * This requires users to explicitly list at least _one_ package of a foreign architecture in their package list (e.g. foo:arch) for any other foreign arch dependencies to be handled appropriately. | |||
2014-02-21 | Only grab the latest version of kernel+initrd pair. | Kiel Christofferson | |
2014-02-21 | Use LB_INITRAMFS case instead of assuming "live". | Kiel Christofferson | |
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-12-29 | Explicitly building iso images with rock ridge extension. | Daniel Baumann | |
2013-11-26 | Silencing copying of syslinux themes since users get always distracted about ↵ | Daniel Baumann | |
syslinux 6 files not being dereferenced (which can be totally ignored if you're using syslinux 4). | |||
2013-11-06 | Moving live-build development disclaimer message from lb-config to lb-init. | Daniel Baumann | |
2013-11-06 | Moving bootstrapping of derivative archive-keys from config to init. | Daniel Baumann | |
2013-11-05 | Adding initial stub for lb init. | Daniel Baumann | |
In the past, we had lb config for both creating a configuration directory and updating settings in there. With the rewrite in Python, we're now changing this finally to the more sane 'init' (create initial 'sample' configuration directory tree, taking most arguments that lb config did) and 'config' which will only be a get/set program to work on top of an already initialized configuration tree. | |||
2013-11-05 | Dropping chroot_live-packages by moving logic outside of live-build into the ↵ | Daniel Baumann | |
config directory. | |||
2013-11-04 | Creating all includes directories in config. | Daniel Baumann | |
2013-11-04 | Adding bootstrap-includes. | Daniel Baumann | |
2013-11-04 | Adding sources-includes. | Daniel Baumann | |
2013-11-04 | Rewriting binary_includes in python. | Daniel Baumann | |
2013-11-04 | Rewriting chroot_includes in python. | Daniel Baumann | |
2013-11-04 | Switching to later submodule naming scheme for python stubs. | Daniel Baumann | |
2013-11-04 | Handling bootstrap cache inside the bootstrap stubs itself. | Daniel Baumann | |
2013-11-04 | Stuffing bootstrapping of archive-keys for derivatives into lb_config, it's ↵ | Daniel Baumann | |
not a runtime thing and its logic should not be embedded in live-build but the config directory. | |||
2013-11-04 | Moving testroot into lb wrapper itself. | Daniel Baumann | |
2013-11-04 | Moving python stubs to their own subdirectory within the source tree. | Daniel Baumann | |
2013-11-04 | Rewriting source_hooks in python. | Daniel Baumann | |
2013-11-04 | Rewriting binary_hooks in python. | Daniel Baumann | |
2013-11-03 | Automatically symlink hooks upon creation of the configuration tree. | Daniel Baumann | |
2013-11-03 | Rewriting chroot_hooks in python. | Daniel Baumann | |
2013-11-03 | Also processing config/hooks/*.hook in bootstrap_hooks, if any. | Daniel Baumann | |
2013-11-03 | Rewriting bootstrap_hooks in python. | Daniel Baumann | |
2013-10-28 | Updating rsvg calls in binary_syslinux for newer versions of librsvg2-bin, ↵ | Daniel Baumann | |
thanks to Roberto Carlos Morano <rcmorano@emergya.com> (Closes: #728030). | |||
2013-10-23 | Weakening mode on pts for compliance with eglibc 2.18 within containers ↵ | Daniel Baumann | |
during build. | |||
2013-10-23 | Dropping incomplete and not really supported exposed root mode. | Daniel Baumann | |
This might come back in future if there's demand for it and the base is sufficiently cleaned up first. | |||
2013-10-21 | Depending on python3, thanks to Richard Nelson <unixabg@gmail.com> (Closes: ↵ | Daniel Baumann | |
#726806) | |||
2013-10-17 | Adding note about outdated/unsupported versions in general ↵ | Daniel Baumann | |
develop-ment-version warning message. | |||
2013-10-17 | Updating descriptions in python stubs. | Daniel Baumann | |
2013-10-17 | Sorting todo items in python stubs. | Daniel Baumann | |
2013-10-17 | Calling parted with optimal aligning. | Daniel Baumann | |
2013-10-17 | Harmonize comments in python stubs. | Daniel Baumann | |
2013-10-17 | Using 4 instead of 4.0 for unreleased 4.x versions as version number in ↵ | Daniel Baumann | |
python stubs. | |||
2013-10-17 | Making warning about alpha version of live-build in lb_config conditional on ↵ | Daniel Baumann | |
the internal version. | |||
2013-10-16 | Moving /selinux to /sys/fs/selinux to accomodate newer selinux in debian. | Daniel Baumann | |
2013-10-15 | Depending on python only for the time being, rather than python3.3. | Daniel Baumann | |
2013-10-15 | Adding bootstrap hooks. | Daniel Baumann | |
2013-09-19 | Updating to python 3.3 (Closes: #723702). | Daniel Baumann | |
2013-09-18 | Removing unused description variable in syslinux configs. | Daniel Baumann | |
2013-09-18 | Selectively remove chroot-only APT configuration and preferences instead of ↵ | Jan Blunck | |
wiping everything. | |||
2013-09-18 | Remove chroot-only configured apt sources in chroot_archives remove. | Jan Blunck | |
If an archive is configured with *.chroot extension remove it when deconfiguring chroot/etc/apt/sources.list.d directory. | |||
2013-09-18 | Making workaround for apt-get source actually working in ↵ | Daniel Baumann | |
backports-included-but-not-enabled scenarios. | |||
2013-09-06 | Updating hardcoded defaults for syslinux splash descriptions for progress-linux. | Daniel Baumann | |
2013-08-26 | Ensure xfsprogs and jfsutils are available in the ISO when d-i is used. | Raphaël Hertzog | |
Otherwise users opting for XFS and JFS filesystems and installing without network won't have them and the (first) boot can be interrupted due to this. Sponsored-by: Offensive Security | |||
2013-08-19 | Updating syslinux flavour detection for progress-linux. | Daniel Baumann | |
2013-08-19 | Updating binary repository prefix for progress-linux. | Daniel Baumann | |