summaryrefslogtreecommitdiff
path: root/stages
diff options
context:
space:
mode:
Diffstat (limited to 'stages')
-rw-r--r--stages/first_stage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh
index daf856d..e30b927 100644
--- a/stages/first_stage.sh
+++ b/stages/first_stage.sh
@@ -146,7 +146,7 @@ fi
# Install packages with pacstrap
-pacstrap /mnt base linux linux-firmware networkmanager nano grub # maybe this is requiered: efibootmgr
+pacstrap /mnt $PACKAGE_LIST
echo "Installed packages - OK"