From 62660ac0e465d34d5e5fc7a2ebf7e316f2578705 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Thu, 21 May 2020 17:46:06 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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