From cecda17e86f1ea02ea5c630154b16ecb447f24b4 Mon Sep 17 00:00:00 2001 From: etkaar <40885610+etkaar@users.noreply.github.com> Date: Sat, 25 Mar 2023 22:56:01 +0100 Subject: [PATCH] Update building_os.md (#972) --- docs/building_os.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/building_os.md b/docs/building_os.md index 291fc234..70ebae18 100644 --- a/docs/building_os.md +++ b/docs/building_os.md @@ -40,8 +40,7 @@ Docker must be enabled in privileged mode. 4. Create the config file `config.mk` for the target system. You must specify the path to the SD card on your local computer (this will be used to format and install the system) and the version of your Raspberry Pi and platform. You can change other parameters as you wish. Please note: if your password contains the # character, you must escape it using a backslash like `ROOT_PASSWD = pass\#word`. -!!! warning "In any case, do **not** use the default passwords. In order to generate a random password just use following command: -```printf '%s\n' $(head /dev/urandom | LC_ALL=C tr -dc A-Za-z0-9 | head -c16)```" +!!! warning "In any case, do **not** use the default passwords. In order to generate a random password just use following command:" ```printf '%s\n' $(head /dev/urandom | LC_ALL=C tr -dc A-Za-z0-9 | head -c16)``` ```Makefile [user@localhost os]$ cat config.mk