-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With yip 1.x things can run at the same level as its now using a DAG. Problem is with the grub stuff it was 2 files trying to mount and unmount the state dir. That worked as expected before as it run one after the other but now they can run in parallel as they dont depend on each other. This PR merges both configs into one to avoid mount/umount several times and because both deal with grub stuff. Signed-off-by: Itxaka <[email protected]>
- Loading branch information
1 parent
2a5debc
commit aaee0e7
Showing
2 changed files
with
10 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.