Update install
This commit is contained in:
parent
38a5c5fcdc
commit
340647ccea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user