mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-28 18:41:31 +00:00
Remove redundant creation of oem user
This commit is contained in:
parent
bfcf01f9d3
commit
b6f1f7b7b3
@ -18,11 +18,6 @@ if [ "$IMAGEFORMAT" == "none" ]; then
|
|||||||
touch "/var/lib/oem-config/run"
|
touch "/var/lib/oem-config/run"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/usr/sbin/useradd -d /home/oem -G adm,sudo -m -N -u 29999 oem
|
|
||||||
|
|
||||||
/usr/sbin/oem-config-prepare --quiet
|
|
||||||
touch "/var/lib/oem-config/run"
|
|
||||||
|
|
||||||
# Update the fstab to include the "discard" option
|
# Update the fstab to include the "discard" option
|
||||||
awk \
|
awk \
|
||||||
-v root_fs_label="writable" \
|
-v root_fs_label="writable" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user