diff options
| author | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 13:02:27 +0100 |
|---|---|---|
| committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 13:02:27 +0100 |
| commit | ecd72540407571e85aefc306638da6338e92ac52 (patch) | |
| tree | 020d898aaa406a9daaaea01076208e237edda78f | |
| parent | dccbca60ec1bcf9cb6bbd85f50eb16853eb35028 (diff) | |
| download | archinstall-ecd72540407571e85aefc306638da6338e92ac52.tar archinstall-ecd72540407571e85aefc306638da6338e92ac52.tar.zst archinstall-ecd72540407571e85aefc306638da6338e92ac52.zip | |
Bugfix for not created config file.
| -rw-r--r-- | bin/first_stage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh index 1924434..0dea6f0 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -31,6 +31,7 @@ LOG_FILE_PATH=$3 CONFIG_FILE_PATH=$4 +touch $CONFIG_FILE_PATH python $2/bin/write_config.py $CONFIG_FILE_PATH disk=$(python $2/bin/get_config_string.py $CONFIG_FILE_PATH "disk") disk_path=/dev/$disk |
