summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
AgeCommit message (Collapse)Author
2018-02-05propellor spinJoey Hess
2018-02-01Laptop: New module, starting with powertopAutoTuneOnBoot.Joey Hess
This commit was sponsored by Brock Spratlen on Patreon.
2018-02-01add only to default linux command lineJoey Hess
Don't affect rescue mode.
2018-02-01Grub: Added properties to configure /etc/default/grub.Joey Hess
This commit was sponsored by Ewen McNeill on Patreon.
2018-01-23propellor spinJoey Hess
2018-01-18propellor spinJoey Hess
2018-01-17propellor spinJoey Hess
2018-01-06updateJoey Hess
2018-01-06propellor spinJoey Hess
2017-12-29ssh key for homepower uploadJoey Hess
2017-12-29moved from joey-metaJoey Hess
2017-12-28propellor spinJoey Hess
2017-12-06propellor spinJoey Hess
2017-11-29propellor spinJoey Hess
2017-11-19propellor spinJoey 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-18tweakJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17typoJoey Hess
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