diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-09-17 07:49:56 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-09-17 07:49:56 +0200 |
commit | 7a9574d9b260ef16917aa2bc6930a4eac0106633 (patch) | |
tree | 8b76d9b08a846a7ef04015371c2f8494816e23dc /bin | |
parent | 4342a825d5757f913103bdb77026807b47aa0fe5 (diff) | |
download | archinstall-7a9574d9b260ef16917aa2bc6930a4eac0106633.tar archinstall-7a9574d9b260ef16917aa2bc6930a4eac0106633.tar.zst archinstall-7a9574d9b260ef16917aa2bc6930a4eac0106633.zip |
First version with git clone method.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/second_stage.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/second_stage.sh b/bin/second_stage.sh index 91f5ba8..5099e20 100644 --- a/bin/second_stage.sh +++ b/bin/second_stage.sh @@ -23,6 +23,8 @@ hostname=$1 boot_partition_path=$2 +echo "hostname: $hostname" +echo "boot_partition_path: $boot_partition_path" # Localization |