diff options
Diffstat (limited to 'bin/second_stage.sh')
-rw-r--r-- | bin/second_stage.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/second_stage.sh b/bin/second_stage.sh index 5099e20..38b6482 100644 --- a/bin/second_stage.sh +++ b/bin/second_stage.sh @@ -18,9 +18,13 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. -# Second Stage of archinstall +##################### +# second_stage.sh # +##################### +# Argument Processing + hostname=$1 boot_partition_path=$2 echo "hostname: $hostname" @@ -33,6 +37,7 @@ bash /opt/archinstall.git/bin/localization.sh # Network Configuration + bash /opt/archinstall.git/bin/network_configuration.sh $hostname |