
BUILDING IMAGE FOR build_hd-media_gtk

debian-installer git tree head: cbef00bc095e8d577e47f4be0be2ab25f7b8095c
make[2]: 'dest/hd-media/gtk/gnumach.gz' is up to date.
make[2]: 'dest/hd-media/gtk/ext2fs.static' is up to date.
make[2]: 'dest/hd-media/gtk/exec.static' is up to date.
# Only build the font if we have installation-locale
# The hurd console uses a BDF font
if [ -d "./tmp/hd-media_gtk/tree/usr/lib/locale/C.UTF-8" ] && [ -e /usr/share/unifont/unifont.hex ]; then \
	   make --no-print-directory -j1 ./tmp/hd-media_gtk/tree/lib/unifont.bdf; \
fi
make[3]: 'tmp/hd-media_gtk/tree/lib/unifont.bdf' is up to date.
# We may have modified ./tmp/hd-media_gtk/tree/lib, so re-clamp and normalise before
# placing these files into archives.
find  -newermt "@1786353391" -print0 | xargs -0r touch --no-dereference --date="@1786353391" ./tmp/hd-media_gtk/tree/lib
find  -type d -print0 | xargs -0r chmod 755
find  -not -type d -and -not -type l -print0 | xargs -0r chmod u+rw,g+r-w,o+r-w ./tmp/hd-media_gtk/tree/lib
install -p -d ./tmp/hd-media_gtk
set -e; \
case ext2 in \
ext2) \
	  nb=$(find ./tmp/hd-media_gtk/tree | wc -l); sz=$(du -s ./tmp/hd-media_gtk/tree | cut -f 1); genext2fs -d ./tmp/hd-media_gtk/tree -B 4096 -o hurd -m 0 -b $(expr $sz / 4 + $nb / 2 + 18000) -N $(expr $nb + 2048) ./tmp/hd-media_gtk/initrd; \
	  e2fsck -fy ./tmp/hd-media_gtk/initrd || true; \
	  pigz -nm -v9f ./tmp/hd-media_gtk/initrd; \
;; \
initramfs) \
	  (cd ./tmp/hd-media_gtk/tree && find . | sort | cpio --reproducible --quiet -o -H newc) > ./tmp/hd-media_gtk/initrd; \
	  pigz -nm -v9f ./tmp/hd-media_gtk/initrd; \
;; \
jffs2) \
	   -d ./tmp/hd-media_gtk/tree -o ./tmp/hd-media_gtk/initrd.gz; \
;; \
*) \
	echo "Unsupported filesystem type"; \
	exit 1 ;; \
esac
copying from directory ./tmp/hd-media_gtk/tree
e2fsck 1.47.2 (1-Jan-2025)
Filesystem did not have a UUID; generating one.

Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
/lost+found not found.  Create? yes

Pass 4: Checking reference counts
Pass 5: Checking group summary information

./tmp/hd-media_gtk/initrd: ***** FILE SYSTEM WAS MODIFIED *****
./tmp/hd-media_gtk/initrd: 2366/4416 files (0.0% non-contiguous), 23930/42948 blocks
./tmp/hd-media_gtk/initrd to ./tmp/hd-media_gtk/initrd.gz 
install -p -m 644 -D tmp/hd-media_gtk/initrd.gz dest/hd-media/gtk/initrd.gz
update-manifest dest/hd-media/gtk/initrd.gz "for use on USB memory sticks" ./tmp/hd-media_gtk/udeb.list
# Ensure build results have reproducible mtimes
