summaryrefslogtreecommitdiff
path: root/archinstall.sh
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-03-18 10:19:02 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-03-18 10:19:02 +0100
commit8c6f99bf7fad289814537e1d915028ebae4a03b3 (patch)
tree685f9f800796597646503eacd1cdc7f3e8b739b9 /archinstall.sh
parentfd30949efaea3d564f2a954a585d93264d671760 (diff)
downloadarchinstall-8c6f99bf7fad289814537e1d915028ebae4a03b3.tar
archinstall-8c6f99bf7fad289814537e1d915028ebae4a03b3.tar.zst
archinstall-8c6f99bf7fad289814537e1d915028ebae4a03b3.zip
Implement seperate Boot Partition for BIOS/no LUKS
Diffstat (limited to 'archinstall.sh')
-rw-r--r--archinstall.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/archinstall.sh b/archinstall.sh
index ddec69c..86c8680 100644
--- a/archinstall.sh
+++ b/archinstall.sh
@@ -94,3 +94,9 @@ timedatectl set-ntp true
curl $FIRST_STAGE_LINK > /root/first_stage.sh
bash /root/first_stage.sh
+
+
+# Download and run second stage
+
+#curl $SECOND_STAGE_LINK > /mnt/root/second_stage.sh
+#echo "bash /root/second_stage.sh" | arch-chroot /mnt