livecd-rootfs/live-build/ubuntu-wsl/hooks/10-create-groups.chroot
Jean-Baptiste Lallement dc1f2618b9 Create missing groups in chroot
netdev and admin where missing from the image after the build has been
separated from CPC

Co-authored-by: Didier Roche <didrocks@ubuntu.com>
2022-03-31 10:32:49 +02:00

11 lines
172 B
Bash
Executable File

#!/bin/bash
#
# Create the necessary groups
#
echo "Adding admin group..."
addgroup --system --quiet admin
echo "Adding netdev group..."
addgroup --system --quiet netdev