Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | Pass --partscan to losetup | Matthijs Kooijman | |
Recent versions of Linux, parted or some other bit of software cause partition devices, like /dev/loop0p1 to be created when running parted mkpart. However, these devices are not cleaned up when running losetup -d to remove /dev/loop0 later, so they linger around and confuse mkfs (which refuses to make a filesystem, thinking there are partitions): mkfs.fat 4.1 (2017-01-24) mkfs.vfat: Partitions or virtual mappings on device '/dev/loop0', not making filesystem (use -I to override) To prevent this behaviour, pass --partscan to losetup when adding a new partition, to clean up any lingering partitions. It seems losetup does not accept --partscan when deleting a loop device, to clean up at that point, but since binary_hdd mounts the partition last, there should not be any lingering partition devices after live-build is done. The --partscan option is available since util-linux 2.21 (released in 2012), so it should be fairly safe to pass it unconditionally. | |||
2017-08-29 | Update changelog | Raphaël Hertzog | |
2017-08-29 | Auto-update version strings in manual pages. | Raphaël Hertzog | |
2017-08-29 | Fix version strings in manual pages | Raphaël Hertzog | |
2017-08-29 | Update PREPARER data for consistency | Raphaël Hertzog | |
2017-08-29 | Prepare release to unstabledebian/1%20170829 | Raphaël Hertzog | |
2017-08-29 | Drop all references to live-systems.org and update copyright file | Raphaël Hertzog | |
Also fix the version string in the manual pages. Closes: #859290 | |||
2017-08-29 | Initialize /etc/default/locale with LANG=C.UTF-8 | Raphaël Hertzog | |
That way we always have a valid UTF-8 locale even when we don't have the "locales" (or "locales-all") package installed. | |||
2017-08-10 | Add .disk/mkisofs file recording the xorriso command line | Raphaël Hertzog | |
Thanks to Thomas Schmitt <scdbackup@gmx.net> for the suggestion. | |||
2017-08-07 | Prepare release to unstabledebian/1%20170807 | Raphaël Hertzog | |
2017-08-07 | Drop the --hardlinks option from xorriso command line call | Raphaël Hertzog | |
2017-06-09 | Add keyboard shortcut on the "Advanced options" syslinux menu entry | Raphaël Hertzog | |
Thanks to Daniel Reichelt <debian@nachtgeist.net> for the patch. Closes: #864386 | |||
2017-02-13 | Prepare release to unstabledebian/1%201702131.2.9-S1crux | Raphaël Hertzog | |
2017-02-13 | Drop the versatile kernel flavour on armel. It's no longer built since Linux ↵ | Raphaël Hertzog | |
4.9. | |||
2016-12-16 | Prepare release to unstabledebian/1%20161216 | Raphaël Hertzog | |
2016-12-16 | Fix english mistakes in lb_config(1) | Raphaël Hertzog | |
2016-12-16 | Minor updates to lb_config and its manual page | Raphaël Hertzog | |
* Update the manual page with the missiong --bootappend-live-failsafe option. * Keep supporting the former --bootloader (without s). | |||
2016-12-14 | Cleanup binary_loopback_cfg and offer more freedom in overriding the default ↵ | Raphaël Hertzog | |
grub-pc configuration. | |||
2016-12-02 | Prepare release to unstabledebian/1%20161202 | Raphaël Hertzog | |
2016-12-02 | Drop check on configuration version | Raphaël Hertzog | |
The date based versioning scheme no longer allows such a check. And we don't intend to break backwards compatibility for now. | |||
2016-12-02 | Clean up grub configuration code | Raphaël Hertzog | |
* Use only long kernel names. * Put advanced options in a submenu. * Use distro-agnostic labels. * Don't generate entries with kernel version when we have a single version. | |||
2016-12-02 | Instead of renaming kernel for syslinux, create hardlinks | Raphaël Hertzog | |
2016-12-02 | Fix version of live-build that is displayed by lb --version | Raphaël Hertzog | |
Now we generate the VERSION file at install time or at package build time. | |||
2016-12-02 | Default for LB_UNION_FILESYSTEM is now "overlay" just like in live-boot. | Raphaël Hertzog | |
2016-12-02 | Drop useless code in binary_grub-pc | Raphaël Hertzog | |
2016-12-02 | Drop useless code in binary_grub-efi | Raphaël Hertzog | |
2016-12-02 | Use a grub theme that integrates reasonably well with the current background ↵ | Raphaël Hertzog | |
picture. | |||
2016-11-28 | Bump version to 20161128 | Raphaël Hertzog | |
2016-11-28 | Fix lintian warning about bad whatis entry | Raphaël Hertzog | |
2016-11-28 | Bump Standards-Version to 3.9.8. | Raphaël Hertzog | |
2016-11-28 | Fix permission on functions/bootloaders.sh | Raphaël Hertzog | |
2016-11-28 | Fix dh_link not working as expected | Raphaël Hertzog | |
2016-11-28 | Bump debhelper compat level to 10. | Raphaël Hertzog | |
2016-11-28 | Small cleanup of debian/rules | Raphaël Hertzog | |
2016-11-28 | Fix Check_installed function when checking against host | Raphaël Hertzog | |
Thanks to jnqnfe for the report. Closes: #774807 | |||
2016-11-28 | Drop gpgv and debian-keyring from Suggests | Raphaël Hertzog | |
2016-11-28 | Drop an optimization in chroot_archives that has undesired side-effects | Raphaël Hertzog | |
Thanks to jnqnfe for the patch. Closes: #775989 | |||
2016-11-28 | Get rid of useless bootstrap_archive-keys script | Raphaël Hertzog | |
Closes: #773775 | |||
2016-11-28 | Copy sub-directories as well as files in grub config directory | Raphaël Hertzog | |
This is to cover the case of a theme included in that directory. | |||
2016-11-28 | Drop left-over translation files for removed lb_testroot command. | Raphaël Hertzog | |
2016-11-28 | Manual pages updates | Raphaël Hertzog | |
Thanks to jnqnfe for the patch. Closes: #774730 | |||
2016-11-28 | Support “lb config --debootstrap-script <script>” | Raphaël Hertzog | |
This option lets you use an alternate bootstrap script when running debootstrap. Thanks to Sjoerd Simons <sjoerd@debian.org> for the initial patch. Closes: #790033 | |||
2016-11-28 | Set xorriso's "modification time" to SOURCE_DATE_EPOCH | Raphaël Hertzog | |
Thanks to Chris Lamb <lamby@debian.org> for the patch. Closes: #831379 | |||
2016-11-28 | Export SOURCE_DATE_EPOCH when running chroot commands | Raphaël Hertzog | |
Thanks to Chris Lamb <lamby@debian.org> for the patch. Closes: #832998 | |||
2016-11-28 | Fix behaviour of (undocumented) "#nif" conditional test | Raphaël Hertzog | |
Thanks to Erik Cumps <erik.cumps@esaturnus.com> for the patch. Closes: #801379 | |||
2016-11-28 | Ignore some lintian errors which are making debuild fail... | Raphaël Hertzog | |
2016-11-28 | Add changelog entries for changes committed by Kilian Krausen | Raphaël Hertzog | |
2016-11-28 | Pass components to debootstrap --second-stage | Sjoerd Simons | |
Commit e24e4b in debootstrap fixed setup_available to work in the --foreign case (iotw at the second stage). Unfortunately this breaks things if components aren't passed to the second stage _and_ your main component isn't called main. To fix this, pass --components to both the first and second stage debootstrap when needed. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> | |||
2016-11-28 | Drop debian/source/{local-options,options} as they are no longer needed. | Raphaël Hertzog | |
2016-11-28 | Try to reuse /isolinux/splash.png in default grub configuration. | Raphaël Hertzog | |