diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-01-12 10:59:43 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-01-12 10:59:43 +0100 |
commit | 9a0a971240c5fac8e68c13ac61a9ddef5dabeb83 (patch) | |
tree | a5886322cf40fb1496e56186b541d760e60c3c2f /stages/first_stage.sh | |
parent | 206cedd3df511f4f57c5bff3e7b9392be8ca9f9c (diff) | |
download | archinstall-9a0a971240c5fac8e68c13ac61a9ddef5dabeb83.tar archinstall-9a0a971240c5fac8e68c13ac61a9ddef5dabeb83.tar.zst archinstall-9a0a971240c5fac8e68c13ac61a9ddef5dabeb83.zip |
Some small changes.
Diffstat (limited to 'stages/first_stage.sh')
-rw-r--r-- | stages/first_stage.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh index a3b7c03..75f5b5a 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -21,6 +21,12 @@ echo "Entering first_stage.sh - OK" +# Settings + +export CONFIG_FILE_PATH="/etc/archinstall/config.json" +export DEFAULT_PASSWORD="archinstall" + + # Write config mkdir $(dirname "$CONFIG_FILE_PATH") |