Hello Debian live mailing list. I'm trying to create a custom os for experience. I have also clones the elementary os code to learn how to do this but no matter what I do I'm receiving this error message :
Error message at the bottom of the page. I have attached my " lb config --dump " It is happening at binary_grub-efi when running binary.sh inside chroot. the culprit seems to be mkfs.msdoc -C command which returns disk full. That's all i could find. Running it on debian:testing container. using the ubuntu jammy repository. Let me know if you need more information [2023-03-02 16:06:28] lb binary_grub-efi --debug D: Reading configuration file config/common D: Reading configuration file config/bootstrap D: Reading configuration file config/chroot D: Reading configuration file config/binary D: Reading configuration file config/source P: Begin preparing Grub based EFI support... D: Executing: dpkg-query -s grub-efi-amd64-bin D: Executing: dpkg-query -s grub-efi-ia32-bin D: Executing: dpkg-query -s grub-common D: Executing: dpkg-query -s mtools D: Executing: dpkg-query -s dosfstools D: Executing: apt-get install -o APT::Install-Recommends=false --yes -o Acquire::Retries=5 -o APT::Color=false shim-signed grub-efi-amd64-signed Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: grub-efi-amd64-bin mokutil sbsigntool Recommended packages: efibootmgr secureboot-db The following NEW packages will be installed: grub-efi-amd64-bin grub-efi-amd64-signed mokutil sbsigntool shim-signed 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 3724 kB of archives. After this operation, 22.6 MB of additional disk space will be used. Get:1 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 grub-efi-amd64-bin amd64 2.06-2ubuntu14.1 [1591 kB] Get:2 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 grub-efi-amd64-signed amd64 1.187.3~22.04.1+2.06-2ubuntu14.1 [1388 kB] Get:3 http://se.archive.ubuntu.com/ubuntu jammy/main amd64 mokutil amd64 0.4.0-1ubuntu2 [23.5 kB] Get:4 http://se.archive.ubuntu.com/ubuntu jammy/main amd64 sbsigntool amd64 0.9.4-2ubuntu2 [53.8 kB] Get:5 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 shim-signed amd64 1.51.3+15.7-0ubuntu1 [667 kB] Preconfiguring packages ... Fetched 3724 kB in 0s (10.7 MB/s) Selecting previously unselected package grub-efi-amd64-bin. (Reading database ... 25031 files and directories currently installed.) Preparing to unpack .../grub-efi-amd64-bin_2.06-2ubuntu14.1_amd64.deb ... Unpacking grub-efi-amd64-bin (2.06-2ubuntu14.1) ... Selecting previously unselected package grub-efi-amd64-signed. Preparing to unpack .../grub-efi-amd64-signed_1.187.3~22.04.1+2.06-2ubuntu14.1_amd64.deb ... Unpacking grub-efi-amd64-signed (1.187.3~22.04.1+2.06-2ubuntu14.1) ... Selecting previously unselected package mokutil. Preparing to unpack .../mokutil_0.4.0-1ubuntu2_amd64.deb ... Unpacking mokutil (0.4.0-1ubuntu2) ... Selecting previously unselected package sbsigntool. Preparing to unpack .../sbsigntool_0.9.4-2ubuntu2_amd64.deb ... Unpacking sbsigntool (0.9.4-2ubuntu2) ... Selecting previously unselected package shim-signed. Preparing to unpack .../shim-signed_1.51.3+15.7-0ubuntu1_amd64.deb ... Unpacking shim-signed (1.51.3+15.7-0ubuntu1) ... Setting up mokutil (0.4.0-1ubuntu2) ... Setting up sbsigntool (0.9.4-2ubuntu2) ... Setting up grub-efi-amd64-bin (2.06-2ubuntu14.1) ... Setting up grub-efi-amd64-signed (1.187.3~22.04.1+2.06-2ubuntu14.1) ... Setting up shim-signed (1.51.3+15.7-0ubuntu1) ... update-alternatives: using /usr/lib/shim/shimx64.efi.signed.latest to provide /usr/lib/shim/shimx64.efi.signed (shimx64.efi.signed) in auto mode D: Executing: dpkg-query -s grub-efi-amd64-signed D: Executing: dpkg-query -s shim-signed P: UEFI Secure Boot support enabled. D: Executing: apt-get install -o APT::Install-Recommends=false --yes -o Acquire::Retries=5 -o APT::Color=false grub-efi-amd64-bin grub-efi-ia32-bin mtools dosfstools Reading package lists... Building dependency tree... Reading state information... grub-efi-amd64-bin is already the newest version (2.06-2ubuntu14.1). grub-efi-amd64-bin set to manually installed. Suggested packages: floppyd Recommended packages: efibootmgr The following NEW packages will be installed: dosfstools grub-efi-ia32-bin mtools 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 1043 kB of archives. After this operation, 6216 kB of additional disk space will be used. Get:1 http://se.archive.ubuntu.com/ubuntu jammy/main amd64 dosfstools amd64 4.2-1build3 [88.0 kB] Get:2 http://se.archive.ubuntu.com/ubuntu jammy/main amd64 mtools amd64 4.0.33-1+really4.0.32-1build1 [201 kB] Get:3 http://se.archive.ubuntu.com/ubuntu jammy-updates/main amd64 grub-efi-ia32-bin amd64 2.06-2ubuntu7.1 [754 kB] Fetched 1043 kB in 0s (5154 kB/s) Selecting previously unselected package dosfstools. (Reading database ... 25378 files and directories currently installed.) Preparing to unpack .../dosfstools_4.2-1build3_amd64.deb ... Unpacking dosfstools (4.2-1build3) ... Selecting previously unselected package mtools. Preparing to unpack .../mtools_4.0.33-1+really4.0.32-1build1_amd64.deb ... Unpacking mtools (4.0.33-1+really4.0.32-1build1) ... Selecting previously unselected package grub-efi-ia32-bin. Preparing to unpack .../grub-efi-ia32-bin_2.06-2ubuntu7.1_amd64.deb ... Unpacking grub-efi-ia32-bin (2.06-2ubuntu7.1) ... Setting up grub-efi-ia32-bin (2.06-2ubuntu7.1) ... Setting up mtools (4.0.33-1+really4.0.32-1build1) ... Setting up dosfstools (4.2-1build3) ... D: Executing: sh binary.sh mkfs.fat 4.2 (2021-01-31) mkfs.fat 4.2 (2021-01-31) Disk full E: An unexpected failure occurred, exiting... Regards \\ Ali
[2023-03-02 15:48:47] lb config --dump This is live-build version 20230131 Installed version reported by dpkg is 1:20230131 config/common: # config/common - common options for live-build(7) config/common: config/common: # Version of live-build used to build config (config format version) config/common: LB_CONFIGURATION_VERSION="20230131" config/common: config/common: # Set package manager config/common: LB_APT="apt" config/common: config/common: # Set proxy for HTTP connections config/common: LB_APT_HTTP_PROXY="" config/common: config/common: # Set apt/aptitude pipeline depth config/common: LB_APT_PIPELINE="" config/common: config/common: # Set apt/aptitude recommends config/common: LB_APT_RECOMMENDS="true" config/common: config/common: # Set apt/aptitude security config/common: LB_APT_SECURE="true" config/common: config/common: # Set apt/aptitude source entries in sources.list config/common: LB_APT_SOURCE_ARCHIVES="true" config/common: config/common: # Control cache config/common: LB_CACHE="true" config/common: config/common: # Control if downloaded package indices should be cached config/common: LB_CACHE_INDICES="false" config/common: config/common: # Control if downloaded packages files should be cached config/common: LB_CACHE_PACKAGES="false" config/common: config/common: # Control if completed stages should be cached config/common: LB_CACHE_STAGES="bootstrap" config/common: config/common: # Set debconf(1) frontend to use config/common: LB_DEBCONF_FRONTEND="noninteractive" config/common: config/common: # Set debconf(1) priority to use config/common: LB_DEBCONF_PRIORITY="critical" config/common: config/common: # Set initramfs hook config/common: LB_INITRAMFS="none" config/common: config/common: # Set initramfs compression config/common: LB_INITRAMFS_COMPRESSION="gzip" config/common: config/common: # Set init system config/common: LB_INITSYSTEM="systemd" config/common: config/common: # Set distribution mode config/common: LB_MODE="debian" config/common: config/common: # Set system type config/common: LB_SYSTEM="live" config/common: config/common: # Set base name of the image config/common: LB_IMAGE_NAME="live-image" config/common: config/common: # Set options to use with apt config/common: APT_OPTIONS="--yes -o Acquire::Retries=5" config/common: config/common: # Set options to use with aptitude config/common: APTITUDE_OPTIONS="--assume-yes -o Acquire::Retries=5" config/common: config/common: # Set options to use with debootstrap config/common: DEBOOTSTRAP_OPTIONS="" config/common: config/common: # Set script to use with debootstrap config/common: DEBOOTSTRAP_SCRIPT="" config/common: config/common: # Set options to use with gzip config/common: GZIP_OPTIONS="-6 --rsyncable" config/common: config/common: # Enable UTC timestamps config/common: LB_UTC_TIME="false" config/common: config/common: # live-build options config/common: config/common: # Enable breakpoints config/common: # If set here, overrides the command line option config/common: #_BREAKPOINTS="false" config/common: config/common: # Enable debug config/common: # If set here, overrides the command line option config/common: #_DEBUG="false" config/common: config/common: # Enable color config/common: # If set here, overrides the command line option config/common: #_COLOR="auto" config/common: config/common: # Enable force config/common: # If set here, overrides the command line option config/common: #_FORCE="false" config/common: config/common: # Enable quiet config/common: # If set here, overrides the command line option config/common: #_QUIET="false" config/common: config/common: # Enable verbose config/common: # If set here, overrides the command line option config/common: #_VERBOSE="false" config/bootstrap: # config/bootstrap - options for live-build(7), bootstrap stage config/bootstrap: config/bootstrap: # Select architecture to use config/bootstrap: LB_ARCHITECTURE="amd64" config/bootstrap: config/bootstrap: # Select distribution to use config/bootstrap: LB_DISTRIBUTION="jammy" config/bootstrap: config/bootstrap: # Select parent distribution to use config/bootstrap: LB_PARENT_DISTRIBUTION="" config/bootstrap: config/bootstrap: # Select distribution to use in the chroot config/bootstrap: LB_DISTRIBUTION_CHROOT="jammy" config/bootstrap: config/bootstrap: # Select parent distribution to use in the chroot config/bootstrap: LB_PARENT_DISTRIBUTION_CHROOT="jammy" config/bootstrap: config/bootstrap: # Select distribution to use in the final image config/bootstrap: LB_DISTRIBUTION_BINARY="jammy" config/bootstrap: config/bootstrap: # Select parent distribution to use in the final image config/bootstrap: LB_PARENT_DISTRIBUTION_BINARY="jammy" config/bootstrap: config/bootstrap: # Select parent distribution for debian-installer to use config/bootstrap: LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="" config/bootstrap: config/bootstrap: # Select archive areas to use config/bootstrap: LB_ARCHIVE_AREAS="main restricted universe multiverse" config/bootstrap: config/bootstrap: # Select parent archive areas to use config/bootstrap: LB_PARENT_ARCHIVE_AREAS="main restricted universe multiverse" config/bootstrap: config/bootstrap: # Set parent mirror to bootstrap from config/bootstrap: LB_PARENT_MIRROR_BOOTSTRAP="http://se.archive.ubuntu.com/ubuntu" config/bootstrap: config/bootstrap: # Set parent mirror to fetch packages from config/bootstrap: LB_PARENT_MIRROR_CHROOT="http://se.archive.ubuntu.com/ubuntu" config/bootstrap: config/bootstrap: # Set security parent mirror to fetch packages from config/bootstrap: LB_PARENT_MIRROR_CHROOT_SECURITY="https://security.ubuntu.com/ubuntu/" config/bootstrap: config/bootstrap: # Set parent mirror which ends up in the image config/bootstrap: LB_PARENT_MIRROR_BINARY="http://se.archive.ubuntu.com/ubuntu" config/bootstrap: config/bootstrap: # Set security parent mirror which ends up in the image config/bootstrap: LB_PARENT_MIRROR_BINARY_SECURITY="https://security.ubuntu.com/ubuntu/" config/bootstrap: config/bootstrap: # Set debian-installer parent mirror config/bootstrap: LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://se.archive.ubuntu.com/ubuntu" config/bootstrap: config/bootstrap: # Set mirror to bootstrap from config/bootstrap: LB_MIRROR_BOOTSTRAP="http://se.archive.ubuntu.com/ubuntu" config/bootstrap: config/bootstrap: # Set mirror to fetch packages from config/bootstrap: LB_MIRROR_CHROOT="http://se.archive.ubuntu.com/ubuntu" config/bootstrap: config/bootstrap: # Set security mirror to fetch packages from config/bootstrap: LB_MIRROR_CHROOT_SECURITY="https://security.ubuntu.com/ubuntu/" config/bootstrap: config/bootstrap: # Set mirror which ends up in the image config/bootstrap: LB_MIRROR_BINARY="http://se.archive.ubuntu.com/ubuntu" config/bootstrap: config/bootstrap: # Set security mirror which ends up in the image config/bootstrap: LB_MIRROR_BINARY_SECURITY="https://security.ubuntu.com/ubuntu/" config/bootstrap: config/bootstrap: # Set debian-installer mirror config/bootstrap: LB_MIRROR_DEBIAN_INSTALLER="http://se.archive.ubuntu.com/ubuntu" config/bootstrap: config/bootstrap: # Set architectures to use foreign bootstrap config/bootstrap: LB_BOOTSTRAP_QEMU_ARCHITECTURE="" config/bootstrap: config/bootstrap: # Set packages to exclude during foreign bootstrap config/bootstrap: LB_BOOTSTRAP_QEMU_EXCLUDE="" config/bootstrap: config/bootstrap: # Set static qemu binary for foreign bootstrap config/bootstrap: LB_BOOTSTRAP_QEMU_STATIC="" config/chroot: # config/chroot - options for live-build(7), chroot stage config/chroot: config/chroot: # Set chroot filesystem config/chroot: LB_CHROOT_FILESYSTEM="squashfs" config/chroot: config/chroot: # Set chroot squashfs compression level config/chroot: LB_CHROOT_SQUASHFS_COMPRESSION_LEVEL="" config/chroot: config/chroot: # Set chroot squashfs compression type config/chroot: LB_CHROOT_SQUASHFS_COMPRESSION_TYPE="" config/chroot: config/chroot: # Set union filesystem config/chroot: LB_UNION_FILESYSTEM="overlay" config/chroot: config/chroot: # Set interactive build config/chroot: LB_INTERACTIVE="false" config/chroot: config/chroot: # Set keyring packages config/chroot: LB_KEYRING_PACKAGES="ubuntu-keyring" config/chroot: config/chroot: # Set kernel flavour to use (with arch) config/chroot: LB_LINUX_FLAVOURS_WITH_ARCH="generic" config/chroot: config/chroot: # Set kernel packages to use config/chroot: LB_LINUX_PACKAGES="linux-image" config/chroot: config/chroot: # Enable security updates config/chroot: LB_SECURITY="true" config/chroot: config/chroot: # Enable updates updates config/chroot: LB_UPDATES="true" config/chroot: config/chroot: # Enable backports updates config/chroot: LB_BACKPORTS="false" config/binary: # config/binary - options for live-build(7), binary stage config/binary: config/binary: # Set image type config/binary: LB_IMAGE_TYPE="iso-hybrid" config/binary: config/binary: # Set image filesystem config/binary: LB_BINARY_FILESYSTEM="fat32" config/binary: config/binary: # Set apt/aptitude generic indices config/binary: LB_APT_INDICES="true" config/binary: config/binary: # Set boot parameters config/binary: LB_BOOTAPPEND_LIVE="quiet splash" config/binary: config/binary: # Set boot parameters config/binary: LB_BOOTAPPEND_INSTALL="" config/binary: config/binary: # Set boot parameters config/binary: LB_BOOTAPPEND_LIVE_FAILSAFE="memtest noapic noapm nodma nomce nolapic nosmp nosplash vga=788" config/binary: config/binary: # Set BIOS bootloader config/binary: LB_BOOTLOADER_BIOS="syslinux" config/binary: config/binary: # Set EFI bootloader config/binary: LB_BOOTLOADER_EFI="grub-efi" config/binary: config/binary: # Set bootloaders config/binary: LB_BOOTLOADERS="" config/binary: config/binary: # Set checksums config/binary: LB_CHECKSUMS="sha256" config/binary: config/binary: # Set compression config/binary: LB_COMPRESSION="none" config/binary: config/binary: # Support dm-verity on rootfs config/binary: LB_DM_VERITY="" config/binary: config/binary: # Support FEC on dm-verity rootfs config/binary: LB_DM_VERITY_FEC_ROOTS="" config/binary: config/binary: # Set sign script for roothash for dm-verity rootfs config/binary: LB_DM_VERITY_SIGN="" config/binary: config/binary: # Set zsync config/binary: LB_ZSYNC="false" config/binary: config/binary: # Control if we build binary images chrooted config/binary: # NEVER, *EVER*, *E*V*E*R* SET THIS OPTION to false. config/binary: LB_BUILD_WITH_CHROOT="true" config/binary: config/binary: # Set debian-installer config/binary: LB_DEBIAN_INSTALLER="none" config/binary: config/binary: # Set debian-installer suite config/binary: LB_DEBIAN_INSTALLER_DISTRIBUTION="jammy" config/binary: config/binary: # Set debian-installer preseed filename/url config/binary: LB_DEBIAN_INSTALLER_PRESEEDFILE="" config/binary: config/binary: # Toggle use of GUI debian-installer config/binary: LB_DEBIAN_INSTALLER_GUI="true" config/binary: config/binary: # Set hdd label config/binary: LB_HDD_LABEL="DEBIAN_LIVE" config/binary: config/binary: # Set hdd filesystem size config/binary: LB_HDD_SIZE="auto" config/binary: config/binary: # Set start of partition for the hdd target for BIOSes that expect a specific boot partition start (e.g. "63s"). If empty, use optimal layout. config/binary: LB_HDD_PARTITION_START="" config/binary: config/binary: # Set iso author config/binary: LB_ISO_APPLICATION="Debian Live" config/binary: config/binary: # Set iso preparer config/binary: LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/live-build" config/binary: config/binary: # Set iso publisher config/binary: LB_ISO_PUBLISHER="Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org" config/binary: config/binary: # Set iso volume (max 32 chars) config/binary: LB_ISO_VOLUME="Debian jammy @ISOVOLUME_TS@" config/binary: config/binary: # Set jffs2 eraseblock size config/binary: LB_JFFS2_ERASEBLOCK="" config/binary: config/binary: # Set memtest config/binary: LB_MEMTEST="none" config/binary: config/binary: # Set loadlin config/binary: LB_LOADLIN="false" config/binary: config/binary: # Set win32-loader config/binary: LB_WIN32_LOADER="false" config/binary: config/binary: # Set net tarball config/binary: LB_NET_TARBALL="true" config/binary: config/binary: # Set onie config/binary: LB_ONIE="false" config/binary: config/binary: # Set onie additional kernel cmdline options config/binary: LB_ONIE_KERNEL_CMDLINE="" config/binary: config/binary: # Set inclusion of firmware packages in debian-installer config/binary: LB_FIRMWARE_BINARY="false" config/binary: config/binary: # Set inclusion of firmware packages in the live image config/binary: LB_FIRMWARE_CHROOT="false" config/binary: config/binary: # Set swap file path config/binary: LB_SWAP_FILE_PATH="" config/binary: config/binary: # Set swap file size config/binary: LB_SWAP_FILE_SIZE="512" config/binary: config/binary: # Enable/disable UEFI secure boot support config/binary: LB_UEFI_SECURE_BOOT="auto" config/source: # config/source - options for live-build(7), source stage config/source: config/source: # Set source option config/source: LB_SOURCE="false" config/source: config/source: # Set image type config/source: LB_SOURCE_IMAGES="tar" config/hooks: config/hooks: config/hooks: total 8 config/hooks: drwxr-xr-x 2 root root 4096 Mar 2 15:48 live config/hooks: drwxr-xr-x 2 root root 4096 Mar 2 15:48 normal config/hooks: config/hooks: config/hooks/live: config/hooks: total 8 config/hooks: lrwxrwxrwx 1 root root 69 Mar 2 15:48 0010-disable-kexec-tools.hook.chroot -> /usr/share/live/build/hooks/live/0010-disable-kexec-tools.hook.chroot config/hooks: lrwxrwxrwx 1 root root 72 Mar 2 15:48 0050-disable-sysvinit-tmpfs.hook.chroot -> /usr/share/live/build/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot config/hooks: config/hooks: config/hooks/normal: config/hooks: total 88 config/hooks: lrwxrwxrwx 1 root root 71 Mar 2 15:48 0020-create-mtab-symlink.hook.chroot -> /usr/share/live/build/hooks/normal/0020-create-mtab-symlink.hook.chroot config/hooks: lrwxrwxrwx 1 root root 69 Mar 2 15:48 0030-enable-cryptsetup.hook.chroot -> /usr/share/live/build/hooks/normal/0030-enable-cryptsetup.hook.chroot config/hooks: lrwxrwxrwx 1 root root 72 Mar 2 15:48 0040-create-locales-files.hook.chroot -> /usr/share/live/build/hooks/normal/0040-create-locales-files.hook.chroot config/hooks: lrwxrwxrwx 1 root root 80 Mar 2 15:48 0100-remove-adjtime-configuration.hook.chroot -> /usr/share/live/build/hooks/normal/0100-remove-adjtime-configuration.hook.chroot config/hooks: lrwxrwxrwx 1 root root 71 Mar 2 15:48 0110-remove-backup-files.hook.chroot -> /usr/share/live/build/hooks/normal/0110-remove-backup-files.hook.chroot config/hooks: lrwxrwxrwx 1 root root 74 Mar 2 15:48 0120-remove-dbus-machine-id.hook.chroot -> /usr/share/live/build/hooks/normal/0120-remove-dbus-machine-id.hook.chroot config/hooks: lrwxrwxrwx 1 root root 75 Mar 2 15:48 0130-remove-gnome-icon-cache.hook.chroot -> /usr/share/live/build/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot config/hooks: lrwxrwxrwx 1 root root 68 Mar 2 15:48 0140-remove-log-files.hook.chroot -> /usr/share/live/build/hooks/normal/0140-remove-log-files.hook.chroot config/hooks: lrwxrwxrwx 1 root root 78 Mar 2 15:48 0150-remove-mdadm-configuration.hook.chroot -> /usr/share/live/build/hooks/normal/0150-remove-mdadm-configuration.hook.chroot config/hooks: lrwxrwxrwx 1 root root 83 Mar 2 15:48 0160-remove-openssh-server-host-keys.hook.chroot -> /usr/share/live/build/hooks/normal/0160-remove-openssh-server-host-keys.hook.chroot config/hooks: lrwxrwxrwx 1 root root 68 Mar 2 15:48 0170-remove-python-py.hook.chroot -> /usr/share/live/build/hooks/normal/0170-remove-python-py.hook.chroot config/hooks: lrwxrwxrwx 1 root root 77 Mar 2 15:48 0180-remove-systemd-machine-id.hook.chroot -> /usr/share/live/build/hooks/normal/0180-remove-systemd-machine-id.hook.chroot config/hooks: lrwxrwxrwx 1 root root 74 Mar 2 15:48 0190-remove-temporary-files.hook.chroot -> /usr/share/live/build/hooks/normal/0190-remove-temporary-files.hook.chroot config/hooks: lrwxrwxrwx 1 root root 76 Mar 2 15:48 0195-remove-ssl-cert-snakeoil.hook.chroot -> /usr/share/live/build/hooks/normal/0195-remove-ssl-cert-snakeoil.hook.chroot config/hooks: lrwxrwxrwx 1 root root 83 Mar 2 15:48 0200-remove-udev-persistent-cd-rules.hook.chroot -> /usr/share/live/build/hooks/normal/0200-remove-udev-persistent-cd-rules.hook.chroot config/hooks: lrwxrwxrwx 1 root root 84 Mar 2 15:48 0300-remove-udev-persistent-net-rules.hook.chroot -> /usr/share/live/build/hooks/normal/0300-remove-udev-persistent-net-rules.hook.chroot config/hooks: lrwxrwxrwx 1 root root 73 Mar 2 15:48 0400-update-apt-file-cache.hook.chroot -> /usr/share/live/build/hooks/normal/0400-update-apt-file-cache.hook.chroot config/hooks: lrwxrwxrwx 1 root root 75 Mar 2 15:48 0410-update-apt-xapian-index.hook.chroot -> /usr/share/live/build/hooks/normal/0410-update-apt-xapian-index.hook.chroot config/hooks: lrwxrwxrwx 1 root root 74 Mar 2 15:48 0420-update-glx-alternative.hook.chroot -> /usr/share/live/build/hooks/normal/0420-update-glx-alternative.hook.chroot config/hooks: lrwxrwxrwx 1 root root 75 Mar 2 15:48 0430-update-mlocate-database.hook.chroot -> /usr/share/live/build/hooks/normal/0430-update-mlocate-database.hook.chroot config/hooks: lrwxrwxrwx 1 root root 77 Mar 2 15:48 0440-update-nvidia-alternative.hook.chroot -> /usr/share/live/build/hooks/normal/0440-update-nvidia-alternative.hook.chroot config/hooks: lrwxrwxrwx 1 root root 70 Mar 2 15:48 0500-reproducible-glibc.hook.chroot -> /usr/share/live/build/hooks/normal/0500-reproducible-glibc.hook.chroot