From 2280ffd75b3f0f210817dbadd3ccfdf4e9cf315e Mon Sep 17 00:00:00 2001 From: Tastatur Date: Sat, 30 Dec 2023 01:19:33 +0100 Subject: [PATCH] Added notice about root password --- docs/alpine-desktop-setup/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/alpine-desktop-setup/installation.md b/docs/alpine-desktop-setup/installation.md index 9e42c24..85e13d4 100644 --- a/docs/alpine-desktop-setup/installation.md +++ b/docs/alpine-desktop-setup/installation.md @@ -38,6 +38,8 @@ The other "setup" scripts can be used to configure key aspects of the system. # passwd root ``` +> Root's password doesn't really matter because it's going to be locked after a user has been created. + Set the `hwclock` to use `localtime` instead of `UTC` in `/etc/conf.d/hwclock`: ```