Implement basic yocto build setup based on protos from jhnc-oss
This commit is contained in:
8
dev/AddUserToSubgidAndSubuid.sh
Executable file
8
dev/AddUserToSubgidAndSubuid.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
USERNAME="$(logname)"
|
||||
echo "${USERNAME}":"$(id -u "${USERNAME}")":65536 >> /etc/subuid
|
||||
echo "${USERNAME}":"$(id -g "${USERNAME}")":65536 >> /etc/subgid
|
||||
Reference in New Issue
Block a user