Browse Source

Fix archinstall.sh

Viktor Grahn 1 năm trước cách đây
mục cha
commit
0949939f4b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      archInstall.sh

+ 1 - 1
archInstall.sh

@@ -117,7 +117,7 @@ function preChrootStep {
   mkswap -U clear --size $SWAPSIZE --file /mnt/swapfile >> $LOGFILE 2>&1 || exit $?
   swapon /mnt/swapfile >> $LOGFILE 2>&1 || exit $?
 
-  PACSTRAPPKGS="base linux linux-firmware linux-headers networkmanager efibootmgr vim sudo sed git lvm2"
+  PACSTRAPPKGS="base linux linux-firmware linux-headers networkmanager efibootmgr vim sudo sed git lvm2 iwctl systemd-ukify"
 
   printf "Checking CPU manufacturer\n" | tee -a $LOGFILE
   CPU=$(lscpu | grep "^Vendor ID:" | awk '{ print $3 }')