Skip to content
Snippets Groups Projects
Verified Commit 8266b239 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists: migrate3x: get model from environment

parent 4e79abd9
No related branches found
No related tags found
1 merge request!123Turris OS 5.0 (HBK)
......@@ -43,6 +43,11 @@ else
end
Export('for_l10n')
-- We have not yet updated base-files so we do not have /etc/os-release
-- tos3to4.sh instead provides us with environment variable MODEL
model = os.getenv('MODEL')
Export('model')
-- Call base script to update rest of the base system
Script("base.lua")
-- TODO add package containing migration script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment