Linux_configure.py script

This script usually starts automatically at the end of the configuration interactive shell. This script can set hostname, create accounts and update the time via ntp. You can modify or add this script to define the hostname and accounts and passwords.

root@dev-1:/pica8# vim linux_configure.py
 _hostname = "HostName-Test"
_accounts = {"lily":"1R.O.4HRDfvEY", "tom":"7hCft0situjJQ"}

The password of the user should be created by password generator.

Copyright © 2024 Pica8 Inc. All Rights Reserved.