diff options
author | Javier Jardón <jjardon@gnome.org> | 2015-04-28 17:16:17 +0100 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-04-29 08:09:10 +0000 |
commit | 7b23e26d1e2bb24ca72a186ed92c3369e05ab452 (patch) | |
tree | f93576d0646f6b034c2ac189b8122995d822433d /systems/installer-system-x86_64.morph | |
parent | e441ea4d3956840b5181c104c785a4d44f4a3c2f (diff) | |
download | definitions-7b23e26d1e2bb24ca72a186ed92c3369e05ab452.tar.gz |
Install /etc/os-release using the new install-essential-files extension
This is currently hardcoded in morph
Change-Id: I34446bbdf6ad3a7bdd0c34e4fcbd79433ce0fd71
Diffstat (limited to 'systems/installer-system-x86_64.morph')
-rw-r--r-- | systems/installer-system-x86_64.morph | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/installer-system-x86_64.morph b/systems/installer-system-x86_64.morph index 00ed7c69..3d0ced5d 100644 --- a/systems/installer-system-x86_64.morph +++ b/systems/installer-system-x86_64.morph @@ -32,3 +32,4 @@ configuration-extensions: - install-files - fstab - installer +- install-essential-files |