Conversation
Part of #187
This brings the change in endlessm/eos-boot-helper#426.
Includes endlessm/eos-boot-helper#427 which adds a few new services to `Before=` of the eos-live-boot-overlayfs-setup service.
1f3220b to
0d757a9
Compare
|
Is there a way for things like |
Yes, there are two ways to do this. One is to simply set (E.g. you might be working on a change on a feature branch of eos-build-meta; someone merges a bad change in eos-boot-helper, and your feature branch immediately breaks. At this point, if you're anything like me, you think "I did somethink wrong in my branch" and lose time to a bunch of unnecessary debugging). The other is to set up an "auto update" bot which runs on a timer, runs |
Some small fixes to close #14.
Tested an ISO built from these changes, and didn't see any failures except those we already see in the regular disk image. Those are tracked in #146 and #84.
Fixes #187
Part of #84