summaryrefslogtreecommitdiff
path: root/stages/second_stage.sh
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-12-15 12:26:37 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-12-15 12:26:37 +0100
commit62900d6404fd2279c4f0be66df232eb66b811bee (patch)
tree804934052148c2db2a769bf2683a56619f249ba1 /stages/second_stage.sh
parent0a55369548c92db6c5b70348483875e9af7c0f99 (diff)
downloadarchinstall-62900d6404fd2279c4f0be66df232eb66b811bee.tar
archinstall-62900d6404fd2279c4f0be66df232eb66b811bee.tar.zst
archinstall-62900d6404fd2279c4f0be66df232eb66b811bee.zip
New first_stage.sh implemented.
Diffstat (limited to 'stages/second_stage.sh')
-rw-r--r--stages/second_stage.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh
index 5810806..33b75df 100644
--- a/stages/second_stage.sh
+++ b/stages/second_stage.sh
@@ -19,3 +19,8 @@
echo "Entering second_stage.sh - OK"
+
+echo "Debug values:"
+echo $PATH
+echo $REPOSITORY_PATH
+echo "End of debug values."