CB1 icon indicating copy to clipboard operation
CB1 copied to clipboard

Change user name to pi

Open MDFPereira opened this issue 2 years ago • 4 comments

Hello. Is there any possibility to use the normal user name, pi? biqu is messing some permitions and it would be much easier to have it as pi.

MDFPereira avatar Aug 22 '22 20:08 MDFPereira

What permission? if you are referring to gcode that is because they forgot to change the permissions before compressing the image that have lost of issues that need fixed biqu user is not the problem.

shawnchr avatar Aug 22 '22 20:08 shawnchr

Installing with kiauh correctly chooses the users and changes the scripts to use biqu user. The only permissions problem I found was the root-owned gcode directory (which one can remove, or change owners and perms. You could also choose to make a new user named pi and operate from that login.

TxBillbr avatar Sep 02 '22 01:09 TxBillbr

you could rename the user with these three commands

usermod -l pi biqu
usermod -m pi -d /home/pi
groupmod -n pi biqu

you should probably disable root login with passwd -l root

ToyVo avatar Sep 14 '22 14:09 ToyVo

Making the user pi would greatly help with creating other images using customPiOS

jscancella avatar Jan 03 '23 00:01 jscancella