mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-06 15:51:48 +00:00
feat: Add Ubuntu user
We add a ubuntu user inside the image because we want to have a operational nonroot user and also be aligned with the other Ubuntu images. Signed-off-by: Samir Akarioh <samir.akarioh@canonical.com>
This commit is contained in:
parent
105acdebc7
commit
8b8ad2e0ac
@ -986,7 +986,10 @@ EOF
|
||||
mkdir -p ${chroot}/run/systemd
|
||||
echo 'docker' > ${chroot}/run/systemd/container
|
||||
|
||||
# Create Ubuntu user
|
||||
Chroot ${chroot} useradd ubuntu -U -u 1000 --comment Ubuntu --groups adm,audio,cdrom,dialout,dip,floppy,plugdev,sudo,video --shell /bin/bash -m
|
||||
rm -rf ${chroot}/var/cache/apt/*.bin
|
||||
|
||||
echo "==== Configuring OCI done ===="
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user