Enable userconf-pi on first boot
This commit is contained in:
parent
95ac3cfb3b
commit
b0316ae870
7 changed files with 6 additions and 0 deletions
1
export-image/01-user-rename/00-packages
Normal file
1
export-image/01-user-rename/00-packages
Normal file
|
@ -0,0 +1 @@
|
||||||
|
userconf-pi
|
5
export-image/01-user-rename/01-run.sh
Executable file
5
export-image/01-user-rename/01-run.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
on_chroot << EOF
|
||||||
|
SUDO_USER="${FIRST_USER_NAME}" rename-user -f -s
|
||||||
|
EOF
|
Loading…
Reference in a new issue