| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-21 | Grub.boots, Grub.bootsMounted: Pass --target to grub-install. | Joey Hess | |
| This is to support eg, coreboot. The GrubTarget passed to Grub.installed is introspected to determine --target. If multiple grubs are installed, it currently doesn't pass any --target. Might make more sense to run grub-install repeatedly, but I don't know if that case is sane at all. The Xen -> "x86_64-xen" mapping is kind of arbitrarily chosen since there's a i386-xen available too. I don't know when that case would be used in any case though; chainPVGrub uses installed Xen, but it does not run grub-install. If this does become a problem, would probably need to split it into Xen64 and Xen32. Renamed BIOS to GrubTarget in passing to match grub's terminology; BIOS was kind of a joke term for this in propellor. This commit was sponsored by Francois Marier on Patreon. | |||
| 2017-12-20 | second thought | Joey Hess | |
| 2017-12-20 | comment | Joey Hess | |
| 2017-12-20 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2017-12-20 | two diskimage edge case fixes | Joey Hess | |
| * DiskImage: Fix rsync crash when a mount point does not exist in the chroot. * Fix bug in unmountBelow that caused unmounting of nested mounts to fail. This commit was sponsored by Jack Hill on Patreon. | |||
| 2017-12-20 | Added a comment | gueux | |
| 2017-12-20 | response | Joey Hess | |
| 2017-12-20 | Added a comment | gueux | |
| 2017-12-20 | (no commit message) | gueux | |
| 2017-12-20 | Added a comment | gueux | |
| 2017-12-20 | Added a comment | gueux | |
| 2017-12-20 | Added a comment | gueux | |
| 2017-12-20 | Parted: Fix names used for FAT and VFAT partitions. | Joey Hess | |
| Use "fat32" for both; these are not distinguished at the partition table level. This commit was sponsored by Henrik Riomar on Patreon. | |||
| 2017-12-20 | comment | Joey Hess | |
| 2017-12-20 | comment | Joey Hess | |
| 2017-12-20 | (no commit message) | gueux | |
| 2017-12-19 | (no commit message) | gueux | |
| 2017-12-19 | Added a comment | gueux | |
| 2017-12-19 | Added a comment | gueux | |
| 2017-12-19 | (no commit message) | gueux | |
| 2017-12-19 | (no commit message) | gueux | |
| 2017-12-16 | response | Joey Hess | |
| 2017-12-16 | Added a comment | spwhitton | |
| 2017-12-13 | Added a comment | picca | |
| 2017-12-08 | Added a comment | picca | |
| 2017-12-08 | Added a comment | spwhitton | |
| 2017-12-08 | Added a comment: diagnosis | spwhitton | |
| 2017-12-08 | removed | spwhitton | |
| 2017-12-08 | Added a comment | spwhitton | |
| 2017-12-07 | (no commit message) | picca | |
| 2017-11-28 | Added a comment | picca | |
| 2017-11-27 | comment | Joey Hess | |
| 2017-11-27 | Added a comment | picca | |
| 2017-11-22 | response | Joey Hess | |
| 2017-11-22 | (no commit message) | picca | |
| 2017-11-18 | rename forum/Sbuild_chroot_are_not_compatible_with_schroot.mdwn to ↵ | spwhitton | |
| bug/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn | |||
| 2017-11-18 | Added a comment: Reassigning this bug to the Chroot and Debootstrap ↵ | spwhitton | |
| infrastructure | |||
| 2017-11-02 | Add Typeable instance to OriginUrl, fixing build with old versions of ghc. | Joey Hess | |
| 2017-11-02 | Added a comment | picca | |
| 2017-11-02 | (no commit message) | picca | |
| 2017-10-25 | Make addInfo accumulate Info in order properties appear, not reverse order | Joey Hess | |
| This fixes a bug involving reverting Systemd.resolvConfed or Systemd.linkJournal. addInfo was prepending to the list for efficiency. But, that was in conflict with mappend of two Info, which appended the second to the first. In the case where Systemd.resolvConfed was added reverted, to override the one added by default, that led to a list of info that had first the reversion and then the default, so the default won. Which was wrong. So, make addInfo accumulate in the same order mappend combines things, even though it's a little less efficient. The efficiency probably does not matter; there is not typically a whole lot of info. There's some risk this change has unexpected consequences, if something relied on the old addInfo order without using fromInfo to access to info. But if so, that something would have been broken before when two Info properties were combined. With this change, it would just be broken the other way around. This commit was sponsored by Jochen Bartl on Patreon. | |||
| 2017-10-20 | Added a comment | spwhitton | |
| 2017-10-15 | forgot to add this comment | Joey Hess | |
| 2017-10-08 | comment | Joey Hess | |
| 2017-10-08 | Added a comment: Some precision | Nicolas.Schodet | |
| 2017-10-08 | Fstab.mounted does not mount if entry exists | Nicolas.Schodet | |
| 2017-10-05 | Added a comment: Problem with resolvConfed | Nicolas.Schodet | |
| 2017-10-05 | Added a comment: ipv4/ipv6 | Nicolas.Schodet | |
| 2017-10-05 | Added a comment: systemd-nspawn with its own network in the container | Nicolas.Schodet | |
| 2017-10-05 | Fix formating | Nicolas.Schodet | |
