Update install

This commit is contained in:
Lukáš Plevač 2021-02-07 20:26:48 +00:00 committed by GitHub
parent 38a5c5fcdc
commit 340647ccea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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