livecd-rootfs/live-build/ubuntu-cpc/hooks.d/chroot/025-create-groups.chroot
CloudBuilder 5930884cf4 Imported 2.618
No reason for CPC update specified.
2019-10-09 08:00:06 +00:00

18 lines
383 B
Bash
Executable File

#!/bin/bash
#
# Create the necessary users and set their passwords. If needed,
# make sure they belong to the proper groups
#
# Author: Ben Howard <ben.howard@canonical.com>
# Date: 29 Jun 2011
#
echo "Adding admin group..."
addgroup --system --quiet admin
echo "Adding netdev group..."
addgroup --system --quiet netdev
echo "Adding lxd group..."
addgroup --system --quiet lxd