Add workaround to fix OS image build error

This patch is to fix the error on the machine at the first boot for the
error while build the OS image.

> (process:21627): GLib-ERROR **: 20:50:46.361: getauxval () failed: No such file or directory
> qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped
> Trace/breakpoint trap

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923289

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I087d76961d0dabbeb6be2e15e39a344e71f7e393
This commit is contained in:
Dongjin Kim
2021-03-10 12:23:54 +09:00
parent fab7c46ccb
commit 72e543e251

View File

@@ -34,4 +34,7 @@ if [ "x${need_tweak}" = "xtrue" ]; then
service ssh restart
fi
apt-get --reinstall install libgdk-pixbuf2.0-0
update-mime-database /usr/share/mime
exit 0