BlueOS
BlueOS copied to clipboard
install: remove dependence on `pi` user
Raised in #1072, and relevant because:
- not every OS has
pias the default user (e.g. Ubuntu) - support for non-Raspberry Pi boards will likely require support for alternative user names
Should either:
- change script to use
$USERor$USERNAMEinstead ofpi, or - set a
target_uservariable (or similar) at the top which defaults topi(or$USER) and allows specifying something else with a command-line argument
The Raspberry Pi foundation has announced they are dropping pi as the default user, and that there will no longer be any default username. So this issue will soon become more urgent as people start using the newer images.
Will also need to change commonwealth