netdev and admin where missing from the image after the build has been separated from CPC Co-authored-by: Didier Roche <didrocks@ubuntu.com>jammy-iotg-bump 2.762
parent
df59dc65d2
commit
dc1f2618b9
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Create the necessary groups
|
||||
#
|
||||
|
||||
echo "Adding admin group..."
|
||||
addgroup --system --quiet admin
|
||||
|
||||
echo "Adding netdev group..."
|
||||
addgroup --system --quiet netdev
|
Loading…
Reference in new issue