Projects STRLCPY pikvm Commits cecda17e
🤬
  • ■ ■ ■ ■ ■
    docs/building_os.md
    skipped 39 lines
    40 40   
    41 41  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`.
    42 42   
    43  -!!! warning "In any case, do **not** use the default passwords. In order to generate a random password just use following command:
    44  -```printf '%s\n' $(head /dev/urandom | LC_ALL=C tr -dc A-Za-z0-9 | head -c16)```"
     43 +!!! 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)```
    45 44   
    46 45   ```Makefile
    47 46   [user@localhost os]$ cat config.mk
    skipped 53 lines
Please wait...
Page is in error, reload to recover