From 1c91698dbc133ed7df374f0b1b63595c33048ecd Mon Sep 17 00:00:00 2001 From: eichehome Date: Mon, 17 Jul 2023 00:04:52 +0200 Subject: [PATCH] =?UTF-8?q?Sysntax=20um=20Passw=C3=B6rter=20zu=20vergeben?= =?UTF-8?q?=20an=20den=20Umstand=20angepasst,=20dass=20nun=20nichtmehr=20i?= =?UTF-8?q?nnerhalb=20des=20arch-chroot=20gearbeitet=20wird.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.uefi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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