livecd-rootfs/live-build/ubuntu-cpc/hooks/025-create-groups.chroot
Michael Vogt 8657aaf80b Import patches-unapplied version 2.297 to ubuntu/vivid-proposed
Imported using git-ubuntu import.

Changelog parent: 1aff015ce1318f1ae128d9b21d50fdb86b3b7bc8

New changelog entries:
  * fix device.tar.gz generation for snappy
  * lp:~ubuntu-on-ec2/livecd-rootfs/cpc2:
    - build cloud based images using livecd-rootfs
2015-04-09 14:43:25 +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