Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-19 | Manpage: removed FIXME for the SYNOPSIS section, all options are now listed | Roland Clobus | |
2019-06-19 | Manpage: removed incorrect mentioning of the -d command line option | Roland Clobus | |
2019-06-19 | --mirror-binary* was not properly sorted | Roland Clobus | |
2019-06-19 | Manpage: Use alphabetical order for the description of the command line options | Roland Clobus | |
2019-06-19 | Manpage: typo | Roland Clobus | |
2019-06-19 | Manpage: consistent use of whitespace in the command line option list | Roland Clobus | |
2019-06-19 | Manpage: added missing \fR tags | Roland Clobus | |
2019-06-16 | Reordered the command line options to make them in alphabetical order | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --bootstrap-qemu-[arch|exclude|static] | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --loadlin | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --swap-file-path and --swap-file-size | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --firmware-binary and --firmware-chroot | Roland Clobus | |
2019-06-16 | Manpage: --parent-archive-areas uses the same argument name as 'lb config ↵ | Roland Clobus | |
--help' | |||
2019-06-16 | Manpage: --mode explicitly supports debian and progress-linux. Special ↵ | Roland Clobus | |
handling for ubuntu was dropped 2015-05-03 | |||
2019-06-16 | Manpage: Added documentation for --hdd-label, --hdd-size and ↵ | Roland Clobus | |
--hdd-partition-start | |||
2019-06-16 | Manpage: Added documentation for --image-name | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --initsystem | Roland Clobus | |
2019-06-16 | --initramfs support none and live-boot | Roland Clobus | |
2019-06-16 | Manpage: Removed references to command line options that are no longer | Roland Clobus | |
in the code: --firmware-binary --firmware-chroot --hooks --parent-mirror-chroot-updates --parent-mirror-chroot-backports --parent-mirror-binary-updates --parent-mirror-binary-backports --mirror-chroot-updates --mirror-chroot-backports --mirror-binary-updates --mirror-binary-backports --templates | |||
2019-06-16 | Manpage: Added documentation for --zsync | Roland Clobus | |
2019-06-16 | Manpage: --config synchronised to 'lb config --help' | Roland Clobus | |
2019-06-16 | Manpage: --compression also accepts xz. The default is none | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --breakpoints | Roland Clobus | |
2019-06-16 | Matched the documentation of --checksums to the implementation in live-boot | Roland Clobus | |
2019-06-04 | Manpage: --binary-filesystem also accepts ntfs | Roland Clobus | |
2019-06-03 | Fixed a typo for --clean in 'lb config --help' | Roland Clobus | |
2019-06-03 | Mention --breakpoints in 'lb config --help' | Roland Clobus | |
2019-06-03 | Removed option --bootstrap, which is not implemented. | Roland Clobus | |
2019-06-03 | Removed option none for --apt-indices, which was removed in 3.0.2-1. | Roland Clobus | |
2019-06-03 | Do not store _QUIET in the configuration file, otherwise the overrides | Roland Clobus | |
in the command line get ignored. Adds a documentation line for the other command line options as well. | |||
2019-06-03 | Removed obsolete short command line options. | Roland Clobus | |
-f was --filesystem -l was --language -p was --package-list -e was --encryption | |||
2019-06-03 | Reenabled the command line option for colored messages for all scripts. The ↵ | Roland Clobus | |
functionality was added 2008-11-01, but was not really active. | |||
2019-06-03 | Reenabled the command line option for colored messages for lb_config. The ↵ | Roland Clobus | |
functionality was added 2008-11-01, but was not really active. | |||
2019-05-30 | Remove ldlinux.c32 for extlinux and syslinux | Matthijs Kooijman | |
Since syslinux 5.00, this file is installed into the disk root by the extlinux and syslinux installer commands. For pxelinux and isolinux, these files still need to be added manually. This is documented at: https://wiki.syslinux.org/wiki/index.php?title=Library_modules#All_Syslinux_variants_need_an_additional_ldlinux_module Keeping these unused files around is probably only confusing, so better to remove them. | |||
2019-04-21 | Readd findiso parametre to loopback.cfg generation. | adrian15 | |
2019-04-18 | Run the pipeline only for master | Roland Clobus | |
2019-04-18 | Added pipeline definition | Roland Clobus | |
2019-04-17 | Updated URL in the LB_ISO_PUBLISHER field. | Roland Clobus | |
2019-04-17 | Updated URL in the LB_ISO_PREPARER field. | Roland Clobus | |
2019-04-17 | Updated URL for po4a. | Roland Clobus | |
2019-04-17 | Updated URL for reporting bugs. | Roland Clobus | |
2019-04-17 | Updated URL to the manual. | Roland Clobus | |
2019-04-17 | Updated URL to the manual. | Roland Clobus | |
2019-04-17 | Update homepage URL. | Roland Clobus | |
2019-04-17 | Updated homepage URL. | Roland Clobus | |
2019-04-16 | Remove --templates from lb_config manpage | Matthijs Kooijman | |
This option was removed in commit 7e633e77f (Moving grub and grub2 templates into shared bootloader config directory.), but the documentation stayed around. | |||
2019-03-15 | Open changelog for 1:20190315, close 884553 | Luca Boccassi | |
2019-03-14 | Fixed foreign architecture package support to linux kernel flavours | Adrian Gibanel Lopez | |
Before Stretch there was an special amd64 kernel in the i386 arch repo. So if you wanted to install an amd64 kernel alongside an i386 system you did not need an additional arch repo. Debian added multiarch support. That way you can install library packages from multiple architectures on the same machine. So there is no longer a need for having an amd64 kernel in i386 arch repo. You can add an amd64 arch repo to an i386 arch system and fetch the amd64 kernel from the am64 arch repo. live-build can be setup to use several linux kernel flavours in a single image. So in the days previous to this patch you could issue: lb config --linux-flavours "486 amd64" to use both 486 and amd64 kernel flavours. Adding additional arch support to linux flavours poses two problems: * Packages need to have its arch suffix (e.g. amd64:amd64). If the suffix is not there apt-get insists on search amd64 kernel package on i386 arch repo and, of course, fails to find it. * The rest of the code which handles labels (bootloader config files) or installed filenames (kernel images themselves) do not use the arch suffix. This patch adds foreign architecture package support to linux kernel flavours having taken those problems into account. Practical example usage: i386 system and extra amd64 kernel. First add amd64 foreign architecture in your i386 system thanks to: dpkg --add-architecture amd64 apt-get update . Finally enable amd64 kernel from amd64 arch alongside the i386 system's 686 kernel thanks to: lb config --architectures i386 --linux-flavours "686 amd64:amd64" | |||
2019-03-11 | Close 924293 in d/changelogdebian/1%20190311 | Luca Boccassi | |
2019-03-11 | Update changelog for 1:20190311 release | Luca Boccassi | |