|
|
|
|
@ -21,7 +21,7 @@ arch-chroot /mnt |
|
|
|
|
passwd # This is your ROOT password |
|
|
|
|
useradd -m -g users -G wheel,storage,power -s /bin/bash USERNAME |
|
|
|
|
passwd USERNAME # This is your USER password |
|
|
|
|
sed -i 's/^# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/' /etc/sudoers |
|
|
|
|
sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers |
|
|
|
|
echo "Defaults rootpw" >> /etc/sudoers |
|
|
|
|
|
|
|
|
|
ip link # Take note of your network adapter name (ex: ens33) |
|
|
|
|
|