diff --git a/airootfs/root/Desktop/install b/airootfs/root/Desktop/install index 0049006..932a326 100644 --- a/airootfs/root/Desktop/install +++ b/airootfs/root/Desktop/install @@ -69,7 +69,7 @@ pacman-key --init && pacman-key --populate pacman-key --refresh-keys mount /dev/$disk /mnt -pacstrap /mnt base linux linux-firmware vim nano +pacstrap /mnt base linux linux-firmware #copy install data cp -r /to_install/* /mnt/ @@ -98,7 +98,7 @@ echo "127.0.0.1 localhost" > /etc/hosts echo "::1 localhost" >> /etc/hosts echo "127.0.1.1 $hostname.localdomain $hostname" >> /etc/hosts -#mkinitcpio -P +mkinitcpio -P #install from lists gpg --refresh-keys