Enable userconf-pi on first boot
This commit is contained in:
@@ -0,0 +1 @@
|
||||
userconf-pi
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
on_chroot << EOF
|
||||
SUDO_USER="${FIRST_USER_NAME}" rename-user -f -s
|
||||
EOF
|
||||
Reference in New Issue
Block a user