--- /srv/rebuilderd/tmp/rebuilderdWRJslS/inputs/grub-xen_2.14~git20250718.0e36779-2_amd64.deb +++ /srv/rebuilderd/tmp/rebuilderdWRJslS/out/grub-xen_2.14~git20250718.0e36779-2_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-11-02 11:08:11.000000 debian-binary │ --rw-r--r-- 0 0 0 40972 2025-11-02 11:08:11.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 40976 2025-11-02 11:08:11.000000 control.tar.xz │ -rw-r--r-- 0 0 0 1648 2025-11-02 11:08:11.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── file list │ │ │ @@ -1,8 +1,8 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-11-02 11:08:11.000000 ./ │ │ │ -rwxr-xr-x 0 root (0) root (0) 2715 2025-11-02 11:08:11.000000 ./config │ │ │ -rw-r--r-- 0 root (0) root (0) 1223 2025-11-02 11:08:11.000000 ./control │ │ │ -rw-r--r-- 0 root (0) root (0) 129 2025-11-02 11:08:11.000000 ./md5sums │ │ │ --rwxr-xr-x 0 root (0) root (0) 20111 2025-11-02 11:08:11.000000 ./postinst │ │ │ +-rwxr-xr-x 0 root (0) root (0) 20107 2025-11-02 11:08:11.000000 ./postinst │ │ │ -rwxr-xr-x 0 root (0) root (0) 1962 2025-11-02 11:08:11.000000 ./postrm │ │ │ -rwxr-xr-x 0 root (0) root (0) 244 2025-11-02 11:08:11.000000 ./preinst │ │ │ -rw-r--r-- 0 root (0) root (0) 98992 2025-11-02 11:08:11.000000 ./templates │ │ ├── ./postinst │ │ │ @@ -335,15 +335,15 @@ │ │ │ │ │ │ case grub-xen in │ │ │ grub-pc) │ │ │ if running_in_container; then │ │ │ # Skip grub-install in containers. │ │ │ : │ │ │ elif test -e /boot/grub/core.img || \ │ │ │ - test -e /boot/grub/i386-xen_pvh/core.img; then │ │ │ + test -e /boot/grub/i386-xen/core.img; then │ │ │ question=grub-pc/install_devices │ │ │ priority=high │ │ │ device_map="$(grub-mkdevicemap -m - | grep -v '^(fd[0-9]\+)' || true)" │ │ │ devices="$(echo "$device_map" | cut -f2)" │ │ │ db_get grub-pc/install_devices │ │ │ valid=1 │ │ │ for device in $RET; do