Rename the casper.gschema override to livecd-rootfs.override

to try to avoid conflicts with the override generated in casper
This commit is contained in:
Sebastien Bacher 2024-03-22 11:59:46 +01:00
parent a3fb125bb9
commit a2ebc11be0
2 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ case $PROJECT in
# these files are expected to be moved out of livecd-rootfs,
# and are also incorrect for flavors.
rm -f config/includes.chroot.$LIVE_LAYER/usr/lib/systemd/user/ubuntu-desktop-installer.service
rm -f config/includes.chroot.$LIVE_LAYER/share/glib-2.0/schemas/casper.gschema.override
rm -f config/includes.chroot.$LIVE_LAYER/share/glib-2.0/schemas/livecd-rootfs.gschema.override
fi
;;
esac