Skip to content

Commit

Permalink
Fix system config handling (#48)
Browse files Browse the repository at this point in the history
* Fix system config overlay

* Fix path error in system config handling
  • Loading branch information
NeonDaniel authored Aug 22, 2023
1 parent a5fa9f7 commit 426dfe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 166 deletions.
166 changes: 0 additions & 166 deletions overlays/41-neon-core/etc/neon/neon.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions recipes/41-install-neon-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ actions:
source: NeonCore-{{ $neon_core }}/neon_core/configuration/mark_2
destination: /home/{{ $default_user }}/.config/neon/

- action: run
description: Apply System Config
chroot: true
command: mv /home/{{ $default_user }}/.config/neon/neon.yaml /etc/neon/neon.yaml

- action: run
description: Install Neon Core
chroot: true
Expand Down

0 comments on commit 426dfe9

Please sign in to comment.