Is it possible to set the computer name and user name at the time of install using oowow on a VIM4?
@James_Peeler you can change the computer name for the Linux firmware by some oowow commands
$ mkdir 2
$ mount /dev/mmcblk0p2 2
$ cd 2/etc/
$ nano hostname # you can change the name in the text editor
1 Like
I will try that when i start the next one. Thanks.