Skip to content

Commit

Permalink
base: hack to speed dev installer
Browse files Browse the repository at this point in the history
For now this hack allows us to git clone the installer git
repo into the config git repo and iterate on it faster (no
rpm building).
  • Loading branch information
dustymabe committed Feb 5, 2019
1 parent 8bad187 commit a8577b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,13 @@ packages:
# needed for installer for now
- bc
- dialog

add-files:
- - coreos-installer/dracut-module/module-setup.sh
- /usr/lib/dracut/modules.d/99coreos-install/module-setup.sh
- - coreos-installer/dracut-module/coreos-install.service
- /usr/lib/dracut/modules.d/99coreos-install/coreos-install.service
- - coreos-installer/dracut-module/parse-coreos.sh
- /usr/lib/dracut/modules.d/99coreos-install/parse-coreos.sh
- - coreos-installer/dracut-module/coreos-installer.sh
- /usr/lib/dracut/modules.d/99coreos-install/coreos-installer.sh

0 comments on commit a8577b8

Please sign in to comment.