--- /srv/rebuilderd/tmp/rebuilderdFOU80X/inputs/grub-xen_2.12-9_amd64.deb +++ /srv/rebuilderd/tmp/rebuilderdFOU80X/out/grub-xen_2.12-9_amd64.deb ├── control.tar.xz │ ├── control.tar │ │ ├── file list │ │ │ @@ -1,9 +1,9 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-07-03 16:35:51.000000 ./ │ │ │ -rwxr-xr-x 0 root (0) root (0) 2841 2025-07-03 16:35:51.000000 ./config │ │ │ -rw-r--r-- 0 root (0) root (0) 1206 2025-07-03 16:35:51.000000 ./control │ │ │ -rw-r--r-- 0 root (0) root (0) 129 2025-07-03 16:35:51.000000 ./md5sums │ │ │ --rwxr-xr-x 0 root (0) root (0) 28982 2025-07-03 16:35:51.000000 ./postinst │ │ │ +-rwxr-xr-x 0 root (0) root (0) 28978 2025-07-03 16:35:51.000000 ./postinst │ │ │ -rwxr-xr-x 0 root (0) root (0) 2137 2025-07-03 16:35:51.000000 ./postrm │ │ │ -rwxr-xr-x 0 root (0) root (0) 417 2025-07-03 16:35:51.000000 ./preinst │ │ │ -rwxr-xr-x 0 root (0) root (0) 190 2025-07-03 16:35:51.000000 ./prerm │ │ │ -rw-r--r-- 0 root (0) root (0) 132384 2025-07-03 16:35:51.000000 ./templates │ │ ├── ./postinst │ │ │ @@ -346,15 +346,15 @@ │ │ │ fi │ │ │ │ │ │ mkdir -p /boot/grub │ │ │ │ │ │ case grub-xen in │ │ │ grub-pc) │ │ │ if test -e /boot/grub/device.map && ! test -e /boot/grub/core.img && \ │ │ │ - ! test -e /boot/grub/i386-xen_pvh/core.img; then │ │ │ + ! test -e /boot/grub/x86_64-xen/core.img; then │ │ │ # Looks like your device.map was generated by GRUB Legacy, which │ │ │ # used to generate broken device.map (see #422851). Avoid the risk │ │ │ # by regenerating it. │ │ │ grub-mkdevicemap --no-floppy │ │ │ devicemap_regenerated=1 │ │ │ fi │ │ │ ;; │ │ │ @@ -522,15 +522,15 @@ │ │ │ # We just hooked GRUB 2 in menu.lst; then also generate grub.cfg. │ │ │ touch /boot/grub/grub.cfg │ │ │ fi │ │ │ elif 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 || \ │ │ │ + test -e /boot/grub/x86_64-xen/core.img || \ │ │ │ test "$UPGRADE_FROM_GRUB_LEGACY" || test "$wubi_device"; 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