summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
AgeCommit message (Collapse)Author
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17fixed for bootstrapping honeybee from chrootJoey Hess
Install dnsmasq first to avoid connfile conflict Don't set up container when in chroot, won't work. Propellor should perhaps prevent this..
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17update initramfs and flash-kernel during disk image finalizationJoey Hess
flashKernelMounted is slightly cargo culted from Grub.bootsMounted, could be refactored. This commit was sponsored by Thom May on Patreon.
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-16config updateJoey Hess
2017-11-16propellor spinJoey Hess
2017-11-16minorJoey Hess
2017-11-16flash-kernel supportJoey Hess
Can be used to create disk images for arm boards using flash-kernel. This commit was sponsored by Ewen McNeill.
2017-09-25propellor spinJoey Hess
2017-09-25swapspace needed on clam for stackJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25expand BorgRepo, allowing ssh private key to be specifiedJoey Hess
* Borg: Converted BorgRepo from a String alias to a data type. (API change) * Borg: Allow specifying ssh private key to use when accessing a borg repo by using the BorgRepoUsing constructor with UseSshKey. This commit was sponsored by Jeff Goeke-Smith on Patreon.
2017-09-25propellor spinJoey Hess
2017-09-24propellor spinJoey Hess
2017-08-28propellor spinJoey Hess
2017-08-28propellor spinJoey Hess
2017-08-25remove obnam repos setup propertyJoey Hess
2017-08-25borg backup for pellJoey Hess
2017-08-24DiskImage type classJoey Hess
* DiskImage: Made a DiskImage type class, so that different disk image formats can be implemented. The properties in this module can generate any type that is a member of DiskImage. (API change) (To convert existing configs, convert the filename of the disk image to RawDiskImage filename.) * Removed DiskImage.vmdkBuiltFor property. (API change) Instead, use VirtualBoxPointer in the property that creates the disk image. This commit was sponsored by Jack Hill on Patreon.
2017-08-23pell upgradeJoey Hess
2017-08-21propellor spinJoey Hess
2017-08-09propellor spinJoey Hess
2017-08-03propellor spinJoey Hess
2017-08-03propellor spinJoey Hess
2017-07-27propellor spinJoey Hess
2017-07-26Added Network.dhcp' and Network.static', which allow specifying additional ↵Joey Hess
options for interfaces files.
2017-07-26propellor spinJoey Hess
2017-07-26mtr-tiny to save spaceJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-17propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-10propellor spinJoey Hess
2017-07-06moved to secret-projectJoey Hess
2017-07-05propellor spinJoey Hess
2017-07-05Added Propellor.Property.FreeDesktop module.Joey Hess
This commit was sponsored by Trenton Cronholm on Patreon.