From 0375e041c36556d30b7b5a3e270269a48daf0882 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 16 Sep 2019 21:52:30 +0200 Subject: Added scripts in /bin folder. --- bin/second_stage.sh | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bin/second_stage.sh (limited to 'bin/second_stage.sh') diff --git a/bin/second_stage.sh b/bin/second_stage.sh new file mode 100644 index 0000000..59203cd --- /dev/null +++ b/bin/second_stage.sh @@ -0,0 +1,34 @@ + + +# Second Stage of archinstall + + +hostname=$1 +boot_partition_path=$2 + + +# Localization + +bash /opt/archinstall.git/bin/localization.sh + + +# Network Configuration +bash /opt/archinstall.git/bin/network_configuration.sh $hostname + + +# Initramfs + +# implement if needed ... + + +# Set default Password + +echo "root:root" | chpasswd +echo "Default password for user root set - OK" +echo "" +sleep 1 + + +# Bootloader Installation + +bash /opt/archinstall.git/bin/install_bootloader.sh $boot_partition_path -- cgit v1.2.3-70-g09d2