diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index bcc6044..69640f4 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -61,6 +61,8 @@ So if theres boot menu option choose non-uefi. * install grub
`grub-install /dev/sda`
`grub-mkconfig -o /boot/grub/grub.cfg` +* set password for root
+ `passwd` * remove the bootable media and restart the machine
`exit`
`reboot` @@ -68,8 +70,6 @@ So if theres boot menu option choose non-uefi. # Basic configuration after the first boot * login as `root`
-* set password for root
- `passwd` * set hostname
`echo docker-host > /etc/hostname` * add new user and set their password