summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-12-21Added a commentgueux
2017-12-21Grub.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-20second thoughtJoey Hess
2017-12-20commentJoey Hess
2017-12-20Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-12-20two diskimage edge case fixesJoey 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-20Added a commentgueux
2017-12-20responseJoey Hess
2017-12-20Added a commentgueux
2017-12-20(no commit message)gueux
2017-12-20Added a commentgueux
2017-12-20Added a commentgueux
2017-12-20Added a commentgueux
2017-12-20Parted: 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-20commentJoey Hess
2017-12-20commentJoey Hess
2017-12-20(no commit message)gueux
2017-12-19(no commit message)gueux
2017-12-19Added a commentgueux
2017-12-19Added a commentgueux
2017-12-19(no commit message)gueux
2017-12-19(no commit message)gueux
2017-12-16responseJoey Hess
2017-12-16Added a commentspwhitton
2017-12-13Added a commentpicca
2017-12-08Added a commentpicca
2017-12-08Added a commentspwhitton
2017-12-08Added a comment: diagnosisspwhitton
2017-12-08removedspwhitton
2017-12-08Added a commentspwhitton
2017-12-07(no commit message)picca
2017-12-03updateJoey Hess
2017-12-03newer branchJoey Hess
2017-12-03Merge branch 'joeyconfig'Joey Hess
2017-12-03commentJoey Hess
2017-11-29bootstrappedFrom: Set up local privdata file.Joey Hess
Avoid needing to --spin host deployed from disk image to let its propellor access its privdata. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2017-11-29Merge branch 'master' into joeyconfigJoey Hess
2017-11-29bugJoey Hess
2017-11-28Added a commentpicca
2017-11-27commentJoey Hess
2017-11-27Added a commentpicca
2017-11-24Added a comment: Bountynp
2017-11-23add news item for propellor 5.1.0Joey Hess
2017-11-22responseJoey Hess
2017-11-22(no commit message)picca
2017-11-21merged sbuild overhaulJoey Hess
2017-11-20submit merge requestspwhitton
2017-11-19add news item for propellor 5.0.0Joey Hess
2017-11-19partition table in InfoJoey Hess
Diskimage.imageBuiltFor: New property to build a disk image for a Host, using partition table information configured via the new properties hasPartitionTableType, hasPartition and adjustPartition. This lets Machine properties include eg /boot partitions that are known to be needed by the bootloader, and the user can adjust those partitions and add others. This commit was sponsored by Brock Spratlen on Patreon.
2017-11-18commentJoey Hess