diff --git a/install.uefi b/install.uefi index 7c515ed..fbdaeba 100644 --- a/install.uefi +++ b/install.uefi @@ -72,7 +72,8 @@ EOF #echo "127.0.0.1 localhost" > /etc/hosts #echo "::1 localhost" >> /etc/hosts #echo "127.0.1.1 ${HOSTNAME_NEW}.localedomain ${HOSTNAME_NEW}" >> /etc/hosts -echo root:"${ROOTPASSWORD}" | chpasswd +arch-chroot /mnt chpasswd <<< "root:${ROOTPASSWORD}" +#echo root:"${ROOTPASSWORD}" | chpasswd pacstrap /mnt base-devel "${KERNEL}-header" pacstrap /mnt opendoas firewalld iptables-nft openssh bash-completion man-db man-pages reflector xdg-user-dirs