livecd-rootfs/live-build/ubuntu-cpc/hooks.d/chroot/025-create-groups.chroot
CloudBuilder 5ebd64e102 Imported 2.525.25
No reason for CPC update specified.
2019-05-28 20:47:03 +00:00

15 lines
325 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