mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-15 02:34:08 +00:00
Imported 2.828
No reason for CPC update specified.
This commit is contained in:
parent
f04ea0b620
commit
ff19cfa555
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.828) lunar; urgency=medium
|
||||
|
||||
* 099-ubuntu-image-customization.chroot: Remove redundant creation of oem
|
||||
user and oem-config-prepare (LP: #2016285)
|
||||
|
||||
-- Dave Jones <dave.jones@canonical.com> Fri, 14 Apr 2023 09:48:31 +0100
|
||||
|
||||
livecd-rootfs (2.827) lunar; urgency=medium
|
||||
|
||||
* Fix netboot tarball generation code to properly handle the recent change
|
||||
|
@ -18,11 +18,6 @@ if [ "$IMAGEFORMAT" == "none" ]; then
|
||||
touch "/var/lib/oem-config/run"
|
||||
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
|
||||
awk \
|
||||
-v root_fs_label="writable" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user