Enable userconf-pi on first boot

This commit is contained in:
Serge Schneider
2022-03-18 17:03:26 +00:00
parent 95ac3cfb3b
commit b0316ae870
7 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
userconf-pi

View File

@@ -0,0 +1,5 @@
#!/bin/bash -e
on_chroot << EOF
SUDO_USER="${FIRST_USER_NAME}" rename-user -f -s
EOF