mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
fix a typo in 099-ubuntu-image-customization.chroot
This commit is contained in:
parent
a53b1bcf9a
commit
6872371dc6
@ -12,7 +12,7 @@ if [ "$IMAGEFORMAT" == "none" ]; then
|
||||
chown syslog:adm /var/log/syslog
|
||||
|
||||
# Create the oem user account
|
||||
if [ -e "/usr/sbin/oem-config-prepare" ] then
|
||||
if [ -e "/usr/sbin/oem-config-prepare" ]; then
|
||||
/usr/sbin/useradd -d /home/oem -G adm,sudo -m -N -u 29999 oem
|
||||
|
||||
/usr/sbin/oem-config-prepare --quiet
|
||||
|
Loading…
x
Reference in New Issue
Block a user