mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user