Line 122: '[' -z noble-daily ']' Line 148: dialog --title 'Ubuntu - Estonian CD remix creation' --msgbox '\nUsing following input ISO file: /home/tramm/remix/ubuntu-estonian-remix/iso/noble-desktop-amd64.iso\n\noutput will be: ubuntu-ee-remix-noble-daily-amd64.iso' 22 76 [?1049h(B[?7h[?1h=[?1006;1000h[?1h=(B(B (0lqqqqqqqqqqqqqqqqqq(BUbuntu - Estonian CD remix creation(0qqqqqqqqqqqqqqqqqqqqq(0k(B  (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq(0u(B   (0x(B(B< OK >(B(0x(B   (0m(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj(B   (BUsing following input ISO file:/home/tramm/remix/ubuntu-estonian-remix/iso/noble-desktop-amd64.isooutput will be: ubuntu-ee-remix-noble-daily-amd64.iso(B[?1006;1000l[?1049l [?1l>Line 151: cmd=(dialog --separate-output --checklist "Package sets to be installed:" 22 76 16) Line 152: options=() LLine 153: echo config/apt/added/estonian.conf config/apt/added/kids.conf Line 153: for file in $(echo config/apt/added/*.conf) Line 154: options+=($(basename "$file")) LLine 154: basename config/apt/added/estonian.conf LLine 155: head -n 1 config/apt/added/estonian.conf Line 155: first_line='# Estonian language packages' Line 156: description=("${first_line[@]:1}") Line 157: options+=("$description") Line 158: options+=("off") Line 153: for file in $(echo config/apt/added/*.conf) Line 154: options+=($(basename "$file")) LLine 154: basename config/apt/added/kids.conf LLine 155: head -n 1 config/apt/added/kids.conf Line 155: first_line='# Packages, that kids might find fun' Line 156: description=("${first_line[@]:1}") Line 157: options+=("$description") Line 158: options+=("off") Line 161: add_apt_sets=($("${cmd[@]}" "${options[@]}" 2>&1 > /dev/tty)) LLine 161: dialog --separate-output --checklist 'Package sets to be installed:' 22 76 16 estonian.conf ' Estonian language packages' off kids.conf ' Packages, that kids might find fun' off Line 162: clear Line 163: echo estonian.conf estonian.conf Line 166: cmd=(dialog --separate-output --checklist "Package sets to be removed:" 22 76 16) Line 167: options=() LLine 168: echo config/apt/removed/privacy.conf Line 168: for file in $(echo config/apt/removed/*.conf) Line 169: options+=($(basename "$file")) LLine 169: basename config/apt/removed/privacy.conf LLine 170: head -n 1 config/apt/removed/privacy.conf Line 170: first_line='# Packages that reduce privacy' Line 171: description=("${first_line[@]:1}") Line 172: options+=("$description") Line 173: options+=("off") Line 176: removed_apt_sets=($("${cmd[@]}" "${options[@]}" 2>&1 > /dev/tty)) LLine 176: dialog --separate-output --checklist 'Package sets to be removed:' 22 76 16 privacy.conf ' Packages that reduce privacy' off Line 177: clear Line 178: echo '' Line 180: cmd=(dialog --separate-output --checklist "Select remix options:" 22 76 16) Line 186: options=(ID "Install Estonian ID Software" on EST "Filosoft speller for LibreOffice and Estonian langpacks" on LANGUP "Current updates to Estonian translations" on LO "Newest LibreOffice software" off REPLACE "Replace desktop system (remove Unity) - select in next step" off EXTRA "Video players, codecs, Iridium and Brave Browser, for kids etc" off) LLine 187: dialog --separate-output --checklist 'Select remix options:' 22 76 16 ID 'Install Estonian ID Software' on EST 'Filosoft speller for LibreOffice and Estonian langpacks' on LANGUP 'Current updates to Estonian translations' on LO 'Newest LibreOffice software' off REPLACE 'Replace desktop system (remove Unity) - select in next step' off EXTRA 'Video players, codecs, Iridium and Brave Browser, for kids etc' off Line 187: choices='ID EST LANGUP' Line 188: clear Line 189: for choice in $choices Line 191: case $choice in Line 193: ID=1 Line 189: for choice in $choices Line 191: case $choice in Line 199: EST=1 Line 189: for choice in $choices Line 191: case $choice in Line 202: LANGUP=1 Line 213: [[ -n '' ]] Line 261: echo 'removing old directories' removing old directories Line 262: rm -rf /home/tramm/remix/ubuntu-estonian-remix/build Line 263: echo Extracting image Extracting image Line 264: ISO_MOUNT_POINT=/home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso Line 265: FS_MOUNT_POINT=/home/tramm/remix/ubuntu-estonian-remix/build/mnt/fs Line 266: EXTRACT_CD_DIR=/home/tramm/remix/ubuntu-estonian-remix/build/extract-cd Line 267: EDIT_DIR=/home/tramm/remix/ubuntu-estonian-remix/build/edit Line 269: mkdir -p /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso /home/tramm/remix/ubuntu-estonian-remix/build/mnt/fs /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd /home/tramm/remix/ubuntu-estonian-remix/build Line 271: mount -o loop /home/tramm/remix/ubuntu-estonian-remix/iso/noble-desktop-amd64.iso /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso mount: /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso: WARNING: source write-protected, mounted read-only. Line 273: rsync --exclude=/casper/minimal.squashfs -a /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso/ /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd Line 274: echo Extracting liveFS Extracting liveFS Line 275: mount -t squashfs -o loop /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso/casper/minimal.squashfs /home/tramm/remix/ubuntu-estonian-remix/build/mnt/fs Line 277: cp -a /home/tramm/remix/ubuntu-estonian-remix/build/mnt/fs/ /home/tramm/remix/ubuntu-estonian-remix/build/edit Line 294: cp -r scripts/addID-old.sh scripts/caja-qdigidoc.sh scripts/cleanup.sh scripts/extra.sh scripts/install-open-eid.sh scripts/install-open-eid.sh~ scripts/libreoffice.sh scripts/prepare.sh scripts/replace.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/ Line 300: chmod +x /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/addID-old.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/caja-qdigidoc.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/cleanup.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/extra.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/install-open-eid.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/libreoffice.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/prepare.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/replace.sh Line 302: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit ./tmp/prepare.sh + PS4='Line ${LINENO}: ' Line 4: mount -t proc none /proc Line 5: mount -t sysfs none /sys Line 6: mount -t devpts none /dev/pts Line 7: export HOME=/root Line 7: HOME=/root Line 10: service dbus start * Starting system message bus dbus ...done. Line 12: echo 'et_EE.UTF-8 UTF-8' Line 13: locale-gen et_EE.UTF-8 Generating locales (this might take a while)... et_EE.UTF-8... done Generation complete. Line 14: update-locale LANG=et_EE.UTF-8 Line 16: ln -sf /usr/share/zoneinfo/Europe/Tallinn /etc/localtime Line 17: echo Europe/Tallinn Line 18: dpkg-reconfigure -f noninteractive tzdata Current default time zone: 'Europe/Tallinn' Local time is now: Sat May 10 15:08:58 EEST 2025. Universal Time is now: Sat May 10 12:08:58 UTC 2025. Line 21: echo 'nameserver 8.8.8.8' Line 56: sudo add-apt-repository universe --yes sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [820 kB] Get:6 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [15.0 MB] Get:7 http://security.ubuntu.com/ubuntu noble-security/main Translation-en [152 kB] Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [21.5 kB] Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [837 kB] Get:10 http://security.ubuntu.com/ubuntu noble-security/universe Translation-en [182 kB] Get:11 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.3 kB] Get:12 http://security.ubuntu.com/ubuntu noble-security/universe Icons (48x48) [45.0 kB] Get:13 http://security.ubuntu.com/ubuntu noble-security/universe Icons (64x64) [70.7 kB] Get:14 http://security.ubuntu.com/ubuntu noble-security/universe Icons (64x64@2) [29 B] Get:15 http://security.ubuntu.com/ubuntu noble-security/universe amd64 c-n-f Metadata [17.0 kB] Get:16 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1041 kB] Get:17 http://security.ubuntu.com/ubuntu noble-security/restricted Translation-en [215 kB] Get:18 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [208 B] Get:19 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [17.7 kB] Get:20 http://security.ubuntu.com/ubuntu noble-security/multiverse Translation-en [3792 B] Get:21 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B] Get:22 http://security.ubuntu.com/ubuntu noble-security/multiverse Icons (48x48) [29 B] Get:23 http://security.ubuntu.com/ubuntu noble-security/multiverse Icons (64x64) [29 B] Get:24 http://security.ubuntu.com/ubuntu noble-security/multiverse Icons (64x64@2) [29 B] Get:25 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 c-n-f Metadata [380 B] Get:26 http://archive.ubuntu.com/ubuntu noble/universe Translation-en [5982 kB] Get:27 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components [3871 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/universe Icons (48x48) [3717 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/universe Icons (64x64) [7747 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/universe Icons (64x64@2) [75.0 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/universe amd64 c-n-f Metadata [301 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [269 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/multiverse Translation-en [118 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Components [35.0 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/multiverse Icons (48x48) [56.1 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/multiverse Icons (64x64) [186 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/multiverse Icons (64x64@2) [904 B] Get:38 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 c-n-f Metadata [8328 B] Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1066 kB] Get:40 http://archive.ubuntu.com/ubuntu noble-updates/main Translation-en [229 kB] Get:41 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [161 kB] Get:42 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1062 kB] Get:43 http://archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [269 kB] Get:44 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [376 kB] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/universe Icons (48x48) [226 kB] Get:46 http://archive.ubuntu.com/ubuntu noble-updates/universe Icons (64x64) [350 kB] Get:47 http://archive.ubuntu.com/ubuntu noble-updates/universe Icons (64x64@2) [29 B] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 c-n-f Metadata [26.0 kB] Get:49 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1073 kB] Get:50 http://archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [221 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B] Get:52 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [21.7 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Translation-en [4788 B] Get:54 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B] Get:55 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Icons (48x48) [1867 B] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Icons (64x64) [2497 B] Get:57 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Icons (64x64@2) [29 B] Get:58 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 c-n-f Metadata [592 B] Get:59 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [39.1 kB] Get:60 http://archive.ubuntu.com/ubuntu noble-backports/main Translation-en [8676 B] Get:61 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7076 B] Get:62 http://archive.ubuntu.com/ubuntu noble-backports/main Icons (48x48) [9518 B] Get:63 http://archive.ubuntu.com/ubuntu noble-backports/main Icons (64x64) [11.2 kB] Get:64 http://archive.ubuntu.com/ubuntu noble-backports/main Icons (64x64@2) [29 B] Get:65 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 c-n-f Metadata [272 B] Get:66 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [27.0 kB] Get:67 http://archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [16.5 kB] Get:68 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [16.4 kB] Get:69 http://archive.ubuntu.com/ubuntu noble-backports/universe Icons (48x48) [20.4 kB] Get:70 http://archive.ubuntu.com/ubuntu noble-backports/universe Icons (64x64) [28.7 kB] Get:71 http://archive.ubuntu.com/ubuntu noble-backports/universe Icons (64x64@2) [29 B] Get:72 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 c-n-f Metadata [1304 B] Get:73 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B] Get:74 http://archive.ubuntu.com/ubuntu noble-backports/restricted Icons (48x48) [29 B] Get:75 http://archive.ubuntu.com/ubuntu noble-backports/restricted Icons (64x64) [29 B] Get:76 http://archive.ubuntu.com/ubuntu noble-backports/restricted Icons (64x64@2) [29 B] Get:77 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 c-n-f Metadata [116 B] Get:78 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B] Get:79 http://archive.ubuntu.com/ubuntu noble-backports/multiverse Icons (48x48) [29 B] Get:80 http://archive.ubuntu.com/ubuntu noble-backports/multiverse Icons (64x64) [29 B] Get:81 http://archive.ubuntu.com/ubuntu noble-backports/multiverse Icons (64x64@2) [29 B] Get:82 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 c-n-f Metadata [116 B] Fetched 46.5 MB in 3s (14.4 MB/s) Reading package lists... Adding component(s) 'universe' to all repositories. Line 57: sudo add-apt-repository multiverse --yes sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease Reading package lists... Adding component(s) 'multiverse' to all repositories. Line 58: sudo add-apt-repository restricted --yes sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Hit:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease Reading package lists... Adding component(s) 'restricted' to all repositories. Line 59: apt update --yes WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease Reading package lists... Building dependency tree... Reading state information... 12 packages can be upgraded. Run 'apt list --upgradable' to see them. Line 60: apt dist-upgrade --yes WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded: ghostscript gir1.2-soup-3.0 gnome-shell-extension-ubuntu-dock libgs-common libgs10 libgs10-common libsoup-2.4-1 libsoup-3.0-0 libsoup-3.0-common libsoup2.4-common ubuntu-pro-client ubuntu-pro-client-l10n 12 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 9 standard LTS security updates Need to get 5617 kB of archives. After this operation, 114 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ubuntu-pro-client-l10n amd64 35.1ubuntu0~24.04 [19.8 kB] Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ubuntu-pro-client amd64 35.1ubuntu0~24.04 [257 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.6 [43.4 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.6 [3897 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.6 [488 kB] Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.6 [176 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsoup-3.0-common all 3.4.4-5ubuntu0.3 [11.0 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-soup-3.0 amd64 3.4.4-5ubuntu0.3 [22.5 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsoup-3.0-0 amd64 3.4.4-5ubuntu0.3 [289 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnome-shell-extension-ubuntu-dock all 90ubuntu3 [120 kB] Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsoup2.4-common all 2.74.3-6ubuntu1.4 [9156 B] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsoup-2.4-1 amd64 2.74.3-6ubuntu1.4 [284 kB] Fetched 5617 kB in 0s (14.6 MB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 113062 files and directories currently installed.) Preparing to unpack .../00-ubuntu-pro-client-l10n_35.1ubuntu0~24.04_amd64.deb ... Unpacking ubuntu-pro-client-l10n (35.1ubuntu0~24.04) over (34~24.04) ... Preparing to unpack .../01-ubuntu-pro-client_35.1ubuntu0~24.04_amd64.deb ... Unpacking ubuntu-pro-client (35.1ubuntu0~24.04) over (34~24.04) ... Preparing to unpack .../02-ghostscript_10.02.1~dfsg1-0ubuntu7.6_amd64.deb ... Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.6) over (10.02.1~dfsg1-0ubuntu7.5) ... Preparing to unpack .../03-libgs10_10.02.1~dfsg1-0ubuntu7.6_amd64.deb ... Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.6) over (10.02.1~dfsg1-0ubuntu7.5) ... Preparing to unpack .../04-libgs10-common_10.02.1~dfsg1-0ubuntu7.6_all.deb ... Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.6) over (10.02.1~dfsg1-0ubuntu7.5) ... Preparing to unpack .../05-libgs-common_10.02.1~dfsg1-0ubuntu7.6_all.deb ... Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.6) over (10.02.1~dfsg1-0ubuntu7.5) ... Preparing to unpack .../06-libsoup-3.0-common_3.4.4-5ubuntu0.3_all.deb ... Unpacking libsoup-3.0-common (3.4.4-5ubuntu0.3) over (3.4.4-5ubuntu0.2) ... Preparing to unpack .../07-gir1.2-soup-3.0_3.4.4-5ubuntu0.3_amd64.deb ... Unpacking gir1.2-soup-3.0:amd64 (3.4.4-5ubuntu0.3) over (3.4.4-5ubuntu0.2) ... Preparing to unpack .../08-libsoup-3.0-0_3.4.4-5ubuntu0.3_amd64.deb ... Unpacking libsoup-3.0-0:amd64 (3.4.4-5ubuntu0.3) over (3.4.4-5ubuntu0.2) ... Preparing to unpack .../09-gnome-shell-extension-ubuntu-dock_90ubuntu3_all.deb ... Unpacking gnome-shell-extension-ubuntu-dock (90ubuntu3) over (90ubuntu2) ... Preparing to unpack .../10-libsoup2.4-common_2.74.3-6ubuntu1.4_all.deb ... Unpacking libsoup2.4-common (2.74.3-6ubuntu1.4) over (2.74.3-6ubuntu1.2) ... Preparing to unpack .../11-libsoup-2.4-1_2.74.3-6ubuntu1.4_amd64.deb ... Unpacking libsoup-2.4-1:amd64 (2.74.3-6ubuntu1.4) over (2.74.3-6ubuntu1.2) ... Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.6) ... Setting up libsoup-3.0-common (3.4.4-5ubuntu0.3) ... Setting up gnome-shell-extension-ubuntu-dock (90ubuntu3) ... Setting up libsoup2.4-common (2.74.3-6ubuntu1.4) ... Setting up libsoup-2.4-1:amd64 (2.74.3-6ubuntu1.4) ... Setting up ubuntu-pro-client (35.1ubuntu0~24.04) ... Installing new version of config file /etc/apparmor.d/ubuntu_pro_apt_news ... Installing new version of config file /etc/apt/apt.conf.d/20apt-esm-hook.conf ... Setting up ubuntu-pro-client-l10n (35.1ubuntu0~24.04) ... Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.6) ... Setting up libsoup-3.0-0:amd64 (3.4.4-5ubuntu0.3) ... Setting up gir1.2-soup-3.0:amd64 (3.4.4-5ubuntu0.3) ... Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.6) ... Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.6) ... Processing triggers for libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.2) ... Processing triggers for libc-bin (2.39-0ubuntu8.4) ... Processing triggers for man-db (2.12.0-4build2) ... Line 303: echo '' Line 304: echo estonian.conf estonian.conf Line 307: for set in "$add_apt_sets" Line 308: add_apt_packages+=($(cat "config/apt/added/$set" | grep -v "#" | xargs)) LLine 308: cat config/apt/added/estonian.conf LLine 308: xargs LLine 308: grep -v '#' Line 310: echo language-pack-et language-pack-et Line 312: for set in "$removed_apt_sets" Line 313: removed_apt_packages+=($(cat "config/apt/removed/$set" | grep -v "#" | xargs)) LLine 313: cat config/apt/removed/ LLine 313: grep -v '#' LLine 313: xargs cat: config/apt/removed/: Is a directory Line 315: echo '' Line 324: echo language-pack-et language-pack-et Line 325: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit apt install --yes language-pack-et language-pack-et-base language-pack-gnome-et language-pack-gnome-et-base libreoffice-l10n-et firefox-locale-et libreoffice-help-et thunderbird-locale-et libreoffice-java-common WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: ca-certificates-java default-jre default-jre-headless fonts-dejavu-extra fonts-opensymbol java-common libatk-wrapper-java libatk-wrapper-java-jni libboost-iostreams1.83.0 libboost-locale1.83.0 libboost-thread1.83.0 libclucene-contribs1t64 libclucene-core1t64 libeot0 libexttextcat-2.0-0 libexttextcat-data libgpgmepp6t64 liblangtag-common liblangtag1 liblibreoffice-java libmhash2 libmythes-1.2-0 liborcus-0.18-0 liborcus-parser-0.18-0 libraptor2-0 librasqal3t64 librdf0t64 libreoffice-common libreoffice-core libreoffice-help-common libreoffice-style-colibre libreoffice-uiconfig-common librevenge-0.0-0 libuno-cppu3t64 libuno-cppuhelpergcc3-3t64 libuno-purpenvhelpergcc3-3t64 libuno-sal3t64 libuno-salhelpergcc3-3t64 libunoloader-java libxmlsec1t64 libxmlsec1t64-nss libyajl2 openjdk-21-jre openjdk-21-jre-headless python3-uno thunderbird uno-libs-private ure ure-java Suggested packages: raptor2-utils rasqal-utils librdf-storage-mysql librdf-storage-postgresql librdf-storage-sqlite librdf-storage-virtuoso redland-utils python3-scriptforge gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav hunspell-dictionary-et | myspell-dictionary-et hyphen-et libreoffice-grammarcheck-et mythes-et fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic The following NEW packages will be installed: ca-certificates-java default-jre default-jre-headless firefox-locale-et fonts-dejavu-extra fonts-opensymbol java-common language-pack-et language-pack-et-base language-pack-gnome-et language-pack-gnome-et-base libatk-wrapper-java libatk-wrapper-java-jni libboost-iostreams1.83.0 libboost-locale1.83.0 libboost-thread1.83.0 libclucene-contribs1t64 libclucene-core1t64 libeot0 libexttextcat-2.0-0 libexttextcat-data libgpgmepp6t64 liblangtag-common liblangtag1 liblibreoffice-java libmhash2 libmythes-1.2-0 liborcus-0.18-0 liborcus-parser-0.18-0 libraptor2-0 librasqal3t64 librdf0t64 libreoffice-common libreoffice-core libreoffice-help-common libreoffice-help-et libreoffice-java-common libreoffice-l10n-et libreoffice-style-colibre libreoffice-uiconfig-common librevenge-0.0-0 libuno-cppu3t64 libuno-cppuhelpergcc3-3t64 libuno-purpenvhelpergcc3-3t64 libuno-sal3t64 libuno-salhelpergcc3-3t64 libunoloader-java libxmlsec1t64 libxmlsec1t64-nss libyajl2 openjdk-21-jre openjdk-21-jre-headless python3-uno thunderbird thunderbird-locale-et uno-libs-private ure ure-java 0 upgraded, 58 newly installed, 0 to remove and 0 not upgraded. Need to get 136 MB of archives. After this operation, 514 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-et-base all 1:24.04+20250130 [414 kB] Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-et all 1:24.04+20250130 [1904 B] Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-gnome-et-base all 1:24.04+20250130 [702 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-gnome-et all 1:24.04+20250130 [1928 B] Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-style-colibre all 4:24.2.7-0ubuntu0.24.04.4 [7277 kB] Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-uiconfig-common all 4:24.2.7-0ubuntu0.24.04.4 [343 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-sal3t64 amd64 4:24.2.7-0ubuntu0.24.04.4 [236 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-salhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.4 [19.3 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-cppu3t64 amd64 4:24.2.7-0ubuntu0.24.04.4 [91.1 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 uno-libs-private amd64 4:24.2.7-0ubuntu0.24.04.4 [229 kB] Get:11 http://archive.ubuntu.com/ubuntu noble/main amd64 liblangtag-common all 0.6.7-1build2 [210 kB] Get:12 http://archive.ubuntu.com/ubuntu noble/main amd64 liblangtag1 amd64 0.6.7-1build2 [52.2 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-cppuhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.4 [363 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-purpenvhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.4 [17.4 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ure amd64 4:24.2.7-0ubuntu0.24.04.4 [1426 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-common all 4:24.2.7-0ubuntu0.24.04.4 [20.3 MB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 fonts-opensymbol all 4:102.12+LibO24.2.7-0ubuntu0.24.04.4 [138 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-thread1.83.0 amd64 1.83.0-2.1ubuntu3.1 [276 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-locale1.83.0 amd64 1.83.0-2.1ubuntu3.1 [413 kB] Get:20 http://archive.ubuntu.com/ubuntu noble/main amd64 libclucene-core1t64 amd64 2.3.3.4+dfsg-1.2ubuntu2 [565 kB] Get:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libclucene-contribs1t64 amd64 2.3.3.4+dfsg-1.2ubuntu2 [93.5 kB] Get:22 http://archive.ubuntu.com/ubuntu noble/main amd64 libeot0 amd64 0.01-5build3 [28.1 kB] Get:23 http://archive.ubuntu.com/ubuntu noble/main amd64 libexttextcat-data all 3.4.7-1build1 [193 kB] Get:24 http://archive.ubuntu.com/ubuntu noble/main amd64 libexttextcat-2.0-0 amd64 3.4.7-1build1 [13.3 kB] Get:25 http://archive.ubuntu.com/ubuntu noble/main amd64 libgpgmepp6t64 amd64 1.18.0-4.1ubuntu4 [119 kB] Get:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libmythes-1.2-0 amd64 2:1.2.5-1build1 [8580 B] Get:27 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-iostreams1.83.0 amd64 1.83.0-2.1ubuntu3.1 [259 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 liborcus-parser-0.18-0 amd64 0.19.2-3build3 [113 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 liborcus-0.18-0 amd64 0.19.2-3build3 [435 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libyajl2 amd64 2.1.0-5build1 [20.2 kB] Get:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libraptor2-0 amd64 2.0.16-3ubuntu0.1 [165 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libmhash2 amd64 0.9.9.9-9build3 [94.2 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 librasqal3t64 amd64 0.9.33-2.1build1 [188 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/main amd64 librdf0t64 amd64 1.0.17-3.1ubuntu3 [102 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/main amd64 librevenge-0.0-0 amd64 0.0.5-3build1 [211 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/main amd64 libxmlsec1t64 amd64 1.2.39-5build2 [153 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libxmlsec1t64-nss amd64 1.2.39-5build2 [63.0 kB] Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-core amd64 4:24.2.7-0ubuntu0.24.04.4 [43.0 MB] Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-uno amd64 4:24.2.7-0ubuntu0.24.04.4 [148 kB] Get:40 http://archive.ubuntu.com/ubuntu noble/main amd64 thunderbird amd64 2:1snap1-0ubuntu3 [25.5 kB] Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 ca-certificates-java all 20240118 [11.6 kB] Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 java-common all 0.75+exp1 [6798 B] Get:43 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openjdk-21-jre-headless amd64 21.0.7+6~us1-0ubuntu1~24.04 [46.4 MB] Get:44 http://archive.ubuntu.com/ubuntu noble/main amd64 default-jre-headless amd64 2:1.21-75+exp1 [3094 B] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openjdk-21-jre amd64 21.0.7+6~us1-0ubuntu1~24.04 [227 kB] Get:46 http://archive.ubuntu.com/ubuntu noble/main amd64 default-jre amd64 2:1.21-75+exp1 [922 B] Get:47 http://archive.ubuntu.com/ubuntu noble/universe amd64 firefox-locale-et all 1:1snap1-0ubuntu5 [2778 B] Get:48 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-extra all 2.37-8 [1947 kB] Get:49 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-wrapper-java all 0.40.0-3build2 [54.3 kB] Get:50 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-wrapper-java-jni amd64 0.40.0-3build2 [46.4 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libunoloader-java all 4:24.2.7-0ubuntu0.24.04.4 [49.5 kB] Get:52 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ure-java amd64 4:24.2.7-0ubuntu0.24.04.4 [174 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 liblibreoffice-java all 4:24.2.7-0ubuntu0.24.04.4 [1617 kB] Get:54 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-help-common all 4:24.2.7-0ubuntu0.24.04.4 [3671 kB] Get:55 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-l10n-et all 4:24.2.7-0ubuntu0.24.04.4 [739 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-help-et all 4:24.2.7-0ubuntu0.24.04.4 [2253 kB] Get:57 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-java-common all 4:24.2.7-0ubuntu0.24.04.4 [631 kB] Get:58 http://archive.ubuntu.com/ubuntu noble/main amd64 thunderbird-locale-et all 2:1snap1-0ubuntu3 [8314 B] Preconfiguring packages ... Fetched 136 MB in 2s (69.8 MB/s) Selecting previously unselected package language-pack-et-base. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 113078 files and directories currently installed.) Preparing to unpack .../00-language-pack-et-base_1%3a24.04+20250130_all.deb ... Unpacking language-pack-et-base (1:24.04+20250130) ... Selecting previously unselected package language-pack-et. Preparing to unpack .../01-language-pack-et_1%3a24.04+20250130_all.deb ... Unpacking language-pack-et (1:24.04+20250130) ... Selecting previously unselected package language-pack-gnome-et-base. Preparing to unpack .../02-language-pack-gnome-et-base_1%3a24.04+20250130_all.deb ... Unpacking language-pack-gnome-et-base (1:24.04+20250130) ... Selecting previously unselected package language-pack-gnome-et. Preparing to unpack .../03-language-pack-gnome-et_1%3a24.04+20250130_all.deb ... Unpacking language-pack-gnome-et (1:24.04+20250130) ... Selecting previously unselected package libreoffice-style-colibre. Preparing to unpack .../04-libreoffice-style-colibre_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking libreoffice-style-colibre (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libreoffice-uiconfig-common. Preparing to unpack .../05-libreoffice-uiconfig-common_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking libreoffice-uiconfig-common (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libuno-sal3t64. Preparing to unpack .../06-libuno-sal3t64_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking libuno-sal3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libuno-salhelpergcc3-3t64. Preparing to unpack .../07-libuno-salhelpergcc3-3t64_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking libuno-salhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libuno-cppu3t64. Preparing to unpack .../08-libuno-cppu3t64_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking libuno-cppu3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package uno-libs-private. Preparing to unpack .../09-uno-libs-private_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking uno-libs-private (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package liblangtag-common. Preparing to unpack .../10-liblangtag-common_0.6.7-1build2_all.deb ... Unpacking liblangtag-common (0.6.7-1build2) ... Selecting previously unselected package liblangtag1:amd64. Preparing to unpack .../11-liblangtag1_0.6.7-1build2_amd64.deb ... Unpacking liblangtag1:amd64 (0.6.7-1build2) ... Selecting previously unselected package libuno-cppuhelpergcc3-3t64. Preparing to unpack .../12-libuno-cppuhelpergcc3-3t64_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking libuno-cppuhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libuno-purpenvhelpergcc3-3t64. Preparing to unpack .../13-libuno-purpenvhelpergcc3-3t64_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking libuno-purpenvhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package ure. Preparing to unpack .../14-ure_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking ure (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libreoffice-common. Preparing to unpack .../15-libreoffice-common_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking libreoffice-common (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package fonts-opensymbol. Preparing to unpack .../16-fonts-opensymbol_4%3a102.12+LibO24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking fonts-opensymbol (4:102.12+LibO24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libboost-thread1.83.0:amd64. Preparing to unpack .../17-libboost-thread1.83.0_1.83.0-2.1ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Selecting previously unselected package libboost-locale1.83.0:amd64. Preparing to unpack .../18-libboost-locale1.83.0_1.83.0-2.1ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Selecting previously unselected package libclucene-core1t64:amd64. Preparing to unpack .../19-libclucene-core1t64_2.3.3.4+dfsg-1.2ubuntu2_amd64.deb ... Unpacking libclucene-core1t64:amd64 (2.3.3.4+dfsg-1.2ubuntu2) ... Selecting previously unselected package libclucene-contribs1t64:amd64. Preparing to unpack .../20-libclucene-contribs1t64_2.3.3.4+dfsg-1.2ubuntu2_amd64.deb ... Unpacking libclucene-contribs1t64:amd64 (2.3.3.4+dfsg-1.2ubuntu2) ... Selecting previously unselected package libeot0:amd64. Preparing to unpack .../21-libeot0_0.01-5build3_amd64.deb ... Unpacking libeot0:amd64 (0.01-5build3) ... Selecting previously unselected package libexttextcat-data. Preparing to unpack .../22-libexttextcat-data_3.4.7-1build1_all.deb ... Unpacking libexttextcat-data (3.4.7-1build1) ... Selecting previously unselected package libexttextcat-2.0-0:amd64. Preparing to unpack .../23-libexttextcat-2.0-0_3.4.7-1build1_amd64.deb ... Unpacking libexttextcat-2.0-0:amd64 (3.4.7-1build1) ... Selecting previously unselected package libgpgmepp6t64:amd64. Preparing to unpack .../24-libgpgmepp6t64_1.18.0-4.1ubuntu4_amd64.deb ... Unpacking libgpgmepp6t64:amd64 (1.18.0-4.1ubuntu4) ... Selecting previously unselected package libmythes-1.2-0:amd64. Preparing to unpack .../25-libmythes-1.2-0_2%3a1.2.5-1build1_amd64.deb ... Unpacking libmythes-1.2-0:amd64 (2:1.2.5-1build1) ... Selecting previously unselected package libboost-iostreams1.83.0:amd64. Preparing to unpack .../26-libboost-iostreams1.83.0_1.83.0-2.1ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Selecting previously unselected package liborcus-parser-0.18-0:amd64. Preparing to unpack .../27-liborcus-parser-0.18-0_0.19.2-3build3_amd64.deb ... Unpacking liborcus-parser-0.18-0:amd64 (0.19.2-3build3) ... Selecting previously unselected package liborcus-0.18-0:amd64. Preparing to unpack .../28-liborcus-0.18-0_0.19.2-3build3_amd64.deb ... Unpacking liborcus-0.18-0:amd64 (0.19.2-3build3) ... Selecting previously unselected package libyajl2:amd64. Preparing to unpack .../29-libyajl2_2.1.0-5build1_amd64.deb ... Unpacking libyajl2:amd64 (2.1.0-5build1) ... Selecting previously unselected package libraptor2-0:amd64. Preparing to unpack .../30-libraptor2-0_2.0.16-3ubuntu0.1_amd64.deb ... Unpacking libraptor2-0:amd64 (2.0.16-3ubuntu0.1) ... Selecting previously unselected package libmhash2:amd64. Preparing to unpack .../31-libmhash2_0.9.9.9-9build3_amd64.deb ... Unpacking libmhash2:amd64 (0.9.9.9-9build3) ... Selecting previously unselected package librasqal3t64:amd64. Preparing to unpack .../32-librasqal3t64_0.9.33-2.1build1_amd64.deb ... Unpacking librasqal3t64:amd64 (0.9.33-2.1build1) ... Selecting previously unselected package librdf0t64:amd64. Preparing to unpack .../33-librdf0t64_1.0.17-3.1ubuntu3_amd64.deb ... Unpacking librdf0t64:amd64 (1.0.17-3.1ubuntu3) ... Selecting previously unselected package librevenge-0.0-0:amd64. Preparing to unpack .../34-librevenge-0.0-0_0.0.5-3build1_amd64.deb ... Unpacking librevenge-0.0-0:amd64 (0.0.5-3build1) ... Selecting previously unselected package libxmlsec1t64:amd64. Preparing to unpack .../35-libxmlsec1t64_1.2.39-5build2_amd64.deb ... Unpacking libxmlsec1t64:amd64 (1.2.39-5build2) ... Selecting previously unselected package libxmlsec1t64-nss:amd64. Preparing to unpack .../36-libxmlsec1t64-nss_1.2.39-5build2_amd64.deb ... Unpacking libxmlsec1t64-nss:amd64 (1.2.39-5build2) ... Selecting previously unselected package libreoffice-core. Preparing to unpack .../37-libreoffice-core_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking libreoffice-core (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package python3-uno. Preparing to unpack .../38-python3-uno_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking python3-uno (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package thunderbird. Preparing to unpack .../39-thunderbird_2%3a1snap1-0ubuntu3_amd64.deb ... => Installing the thunderbird snap ==> Checking connectivity with the snap store ===> System doesn't have a working snapd, skipping Unpacking thunderbird (2:1snap1-0ubuntu3) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../40-ca-certificates-java_20240118_all.deb ... Unpacking ca-certificates-java (20240118) ... Selecting previously unselected package java-common. Preparing to unpack .../41-java-common_0.75+exp1_all.deb ... Unpacking java-common (0.75+exp1) ... Selecting previously unselected package openjdk-21-jre-headless:amd64. Preparing to unpack .../42-openjdk-21-jre-headless_21.0.7+6~us1-0ubuntu1~24.04_amd64.deb ... Unpacking openjdk-21-jre-headless:amd64 (21.0.7+6~us1-0ubuntu1~24.04) ... Selecting previously unselected package default-jre-headless. Preparing to unpack .../43-default-jre-headless_2%3a1.21-75+exp1_amd64.deb ... Unpacking default-jre-headless (2:1.21-75+exp1) ... Selecting previously unselected package openjdk-21-jre:amd64. Preparing to unpack .../44-openjdk-21-jre_21.0.7+6~us1-0ubuntu1~24.04_amd64.deb ... Unpacking openjdk-21-jre:amd64 (21.0.7+6~us1-0ubuntu1~24.04) ... Selecting previously unselected package default-jre. Preparing to unpack .../45-default-jre_2%3a1.21-75+exp1_amd64.deb ... Unpacking default-jre (2:1.21-75+exp1) ... Selecting previously unselected package firefox-locale-et. Preparing to unpack .../46-firefox-locale-et_1%3a1snap1-0ubuntu5_all.deb ... Unpacking firefox-locale-et (1:1snap1-0ubuntu5) ... Selecting previously unselected package fonts-dejavu-extra. Preparing to unpack .../47-fonts-dejavu-extra_2.37-8_all.deb ... Unpacking fonts-dejavu-extra (2.37-8) ... Selecting previously unselected package libatk-wrapper-java. Preparing to unpack .../48-libatk-wrapper-java_0.40.0-3build2_all.deb ... Unpacking libatk-wrapper-java (0.40.0-3build2) ... Selecting previously unselected package libatk-wrapper-java-jni:amd64. Preparing to unpack .../49-libatk-wrapper-java-jni_0.40.0-3build2_amd64.deb ... Unpacking libatk-wrapper-java-jni:amd64 (0.40.0-3build2) ... Selecting previously unselected package libunoloader-java. Preparing to unpack .../50-libunoloader-java_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking libunoloader-java (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package ure-java. Preparing to unpack .../51-ure-java_4%3a24.2.7-0ubuntu0.24.04.4_amd64.deb ... Unpacking ure-java (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package liblibreoffice-java. Preparing to unpack .../52-liblibreoffice-java_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking liblibreoffice-java (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libreoffice-help-common. Preparing to unpack .../53-libreoffice-help-common_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking libreoffice-help-common (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libreoffice-l10n-et. Preparing to unpack .../54-libreoffice-l10n-et_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking libreoffice-l10n-et (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libreoffice-help-et. Preparing to unpack .../55-libreoffice-help-et_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking libreoffice-help-et (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package libreoffice-java-common. Preparing to unpack .../56-libreoffice-java-common_4%3a24.2.7-0ubuntu0.24.04.4_all.deb ... Unpacking libreoffice-java-common (4:24.2.7-0ubuntu0.24.04.4) ... Selecting previously unselected package thunderbird-locale-et. Preparing to unpack .../57-thunderbird-locale-et_2%3a1snap1-0ubuntu3_all.deb ... Unpacking thunderbird-locale-et (2:1snap1-0ubuntu3) ... Setting up libgpgmepp6t64:amd64 (1.18.0-4.1ubuntu4) ... Setting up liborcus-parser-0.18-0:amd64 (0.19.2-3build3) ... Setting up libuno-sal3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Setting up java-common (0.75+exp1) ... Setting up libclucene-core1t64:amd64 (2.3.3.4+dfsg-1.2ubuntu2) ... Setting up libyajl2:amd64 (2.1.0-5build1) ... Setting up libclucene-contribs1t64:amd64 (2.3.3.4+dfsg-1.2ubuntu2) ... Setting up libboost-thread1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Setting up libeot0:amd64 (0.01-5build3) ... Setting up libxmlsec1t64:amd64 (1.2.39-5build2) ... Setting up librevenge-0.0-0:amd64 (0.0.5-3build1) ... Setting up libxmlsec1t64-nss:amd64 (1.2.39-5build2) ... Setting up libreoffice-style-colibre (4:24.2.7-0ubuntu0.24.04.4) ... Setting up libboost-iostreams1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Setting up libreoffice-uiconfig-common (4:24.2.7-0ubuntu0.24.04.4) ... Setting up liborcus-0.18-0:amd64 (0.19.2-3build3) ... Setting up libmhash2:amd64 (0.9.9.9-9build3) ... Setting up libmythes-1.2-0:amd64 (2:1.2.5-1build1) ... Setting up fonts-dejavu-extra (2.37-8) ... Setting up libexttextcat-data (3.4.7-1build1) ... Setting up thunderbird (2:1snap1-0ubuntu3) ... Setting up libatk-wrapper-java (0.40.0-3build2) ... Setting up liblangtag-common (0.6.7-1build2) ... Setting up libuno-salhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Setting up ca-certificates-java (20240118) ... No JRE found. Skipping Java certificates setup. Setting up libunoloader-java (4:24.2.7-0ubuntu0.24.04.4) ... Setting up fonts-opensymbol (4:102.12+LibO24.2.7-0ubuntu0.24.04.4) ... Setting up firefox-locale-et (1:1snap1-0ubuntu5) ... Setting up openjdk-21-jre-headless:amd64 (21.0.7+6~us1-0ubuntu1~24.04) ... update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up libexttextcat-2.0-0:amd64 (3.4.7-1build1) ... Setting up libraptor2-0:amd64 (2.0.16-3ubuntu0.1) ... Setting up libboost-locale1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Setting up librasqal3t64:amd64 (0.9.33-2.1build1) ... Setting up librdf0t64:amd64 (1.0.17-3.1ubuntu3) ... Setting up liblangtag1:amd64 (0.6.7-1build2) ... Setting up libatk-wrapper-java-jni:amd64 (0.40.0-3build2) ... Setting up thunderbird-locale-et (2:1snap1-0ubuntu3) ... Setting up libuno-cppu3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Setting up libuno-purpenvhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Setting up uno-libs-private (4:24.2.7-0ubuntu0.24.04.4) ... Setting up libuno-cppuhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.4) ... Setting up ure (4:24.2.7-0ubuntu0.24.04.4) ... Setting up libreoffice-common (4:24.2.7-0ubuntu0.24.04.4) ... Creating config file /etc/libreoffice/registry/main.xcd with new version Creating config file /etc/libreoffice/registry/pdfimport.xcd with new version Creating config file /etc/libreoffice/registry/xsltfilter.xcd with new version Creating config file /etc/libreoffice/registry/lingucomponent.xcd with new version Creating config file /etc/libreoffice/registry/Langpack-en-US.xcd with new version Creating config file /etc/libreoffice/registry/res/fcfg_langpack_en-US.xcd with new version Setting up ure-java (4:24.2.7-0ubuntu0.24.04.4) ... Setting up libreoffice-core (4:24.2.7-0ubuntu0.24.04.4) ... Setting up liblibreoffice-java (4:24.2.7-0ubuntu0.24.04.4) ... Setting up libreoffice-java-common (4:24.2.7-0ubuntu0.24.04.4) ... Setting up libreoffice-l10n-et (4:24.2.7-0ubuntu0.24.04.4) ... Creating config file /etc/libreoffice/registry/Langpack-et.xcd with new version Creating config file /etc/libreoffice/registry/res/fcfg_langpack_et.xcd with new version Creating config file /etc/libreoffice/registry/res/registry_et.xcd with new version Setting up libreoffice-help-common (4:24.2.7-0ubuntu0.24.04.4) ... Setting up libreoffice-help-et (4:24.2.7-0ubuntu0.24.04.4) ... Setting up python3-uno (4:24.2.7-0ubuntu0.24.04.4) ... Setting up language-pack-et (1:24.04+20250130) ... Setting up language-pack-gnome-et (1:24.04+20250130) ... Setting up language-pack-et-base (1:24.04+20250130) ... Generating locales (this might take a while)... Generation complete. Setting up language-pack-gnome-et-base (1:24.04+20250130) ... Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for libc-bin (2.39-0ubuntu8.4) ... Processing triggers for man-db (2.12.0-4build2) ... Processing triggers for shared-mime-info (2.4-4) ... Processing triggers for ca-certificates-java (20240118) ... Adding debian:ACCVRAIZ1.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:AffirmTrust_Networking.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:ANF_Secure_Server_Root_CA.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem Adding debian:Atos_TrustedRoot_Root_CA_RSA_TLS_2021.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:BJCA_Global_Root_CA1.pem Adding debian:BJCA_Global_Root_CA2.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Certainly_Root_E1.pem Adding debian:Certainly_Root_R1.pem Adding debian:Certigna.pem Adding debian:Certigna_Root_CA.pem Adding debian:certSIGN_Root_CA_G2.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:Certum_EC-384_CA.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:Certum_Trusted_Root_CA.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:CommScope_Public_Trust_ECC_Root-01.pem Adding debian:CommScope_Public_Trust_ECC_Root-02.pem Adding debian:CommScope_Public_Trust_RSA_Root-01.pem Adding debian:CommScope_Public_Trust_RSA_Root-02.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:D-TRUST_BR_Root_CA_1_2020.pem Adding debian:D-TRUST_EV_Root_CA_1_2020.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:emSign_ECC_Root_CA_-_C3.pem Adding debian:emSign_ECC_Root_CA_-_G3.pem Adding debian:emSign_Root_CA_-_C1.pem Adding debian:emSign_Root_CA_-_G1.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:Entrust_Root_Certification_Authority_-_G4.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:e-Szigno_Root_CA_2017.pem Adding debian:GDCA_TrustAUTH_R5_ROOT.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:GlobalSign_Root_CA_-_R6.pem Adding debian:GlobalSign_Root_E46.pem Adding debian:GlobalSign_Root_R46.pem Adding debian:GLOBALTRUST_2020.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:GTS_Root_R1.pem Adding debian:GTS_Root_R2.pem Adding debian:GTS_Root_R3.pem Adding debian:GTS_Root_R4.pem Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:HiPKI_Root_CA_-_G1.pem Adding debian:Hongkong_Post_Root_CA_3.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:ISRG_Root_X1.pem Adding debian:ISRG_Root_X2.pem Adding debian:Izenpe.com.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem Adding debian:NAVER_Global_Root_Certification_Authority.pem Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Sectigo_Public_Server_Authentication_Root_E46.pem Adding debian:Sectigo_Public_Server_Authentication_Root_R46.pem Adding debian:Secure_Global_CA.pem Adding debian:SecureSign_RootCA11.pem Adding debian:SecureTrust_CA.pem Adding debian:Security_Communication_ECC_RootCA1.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:Security_Communication_RootCA3.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem Adding debian:SSL.com_Root_Certification_Authority_ECC.pem Adding debian:SSL.com_Root_Certification_Authority_RSA.pem Adding debian:SSL.com_TLS_ECC_Root_CA_2022.pem Adding debian:SSL.com_TLS_RSA_Root_CA_2022.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Telia_Root_CA_v2.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:TrustAsia_Global_Root_CA_G3.pem Adding debian:TrustAsia_Global_Root_CA_G4.pem Adding debian:Trustwave_Global_Certification_Authority.pem Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:TunTrust_Root_CA.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:UCA_Extended_Validation_Root.pem Adding debian:UCA_Global_G2_Root.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:vTrus_ECC_Root_CA.pem Adding debian:vTrus_Root_CA.pem Adding debian:XRamp_Global_CA_Root.pem done. Setting up openjdk-21-jre:amd64 (21.0.7+6~us1-0ubuntu1~24.04) ... Setting up default-jre-headless (2:1.21-75+exp1) ... Setting up default-jre (2:1.21-75+exp1) ... Line 328: cp config/deb/oofslinget-addon-estobuntu_4.1-0_all.deb /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp LLine 329: echo config/deb/oofslinget-addon-estobuntu_4.1-0_all.deb Line 329: for deb in $(echo config/deb/*.deb) LLine 330: basename config/deb/oofslinget-addon-estobuntu_4.1-0_all.deb Line 330: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit apt install --yes /tmp/oofslinget-addon-estobuntu_4.1-0_all.deb WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: oofslinget-addon-estobuntu 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/2546 kB of archives. After this operation, 2642 kB of additional disk space will be used. Get:1 /tmp/oofslinget-addon-estobuntu_4.1-0_all.deb oofslinget-addon-estobuntu all 4.1-0 [2546 kB] Selecting previously unselected package oofslinget-addon-estobuntu. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 125113 files and directories currently installed.) Preparing to unpack .../oofslinget-addon-estobuntu_4.1-0_all.deb ... Unpacking oofslinget-addon-estobuntu (4.1-0) ... Setting up oofslinget-addon-estobuntu (4.1-0) ... Synchronizing repository for shared extensions Synchronizing repository for shared extensions Synchronizing repository for bundled extensions Synchronizing repository for bundled extensions Copying: OOoFSLingET.oxt unopkg done. Line 335: [[ -n '' ]] Line 341: [[ -n 1 ]] Line 343: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit ./tmp/install-open-eid.sh Adding RIA repository to APT sources list (/etc/apt/sources.list.d/ria-repository.list) sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known deb [signed-by=/usr/share/keyrings/ria-repository.gpg] https://installer.id.ee/media/ubuntu/ noble main Adding key to trusted key set 0xC6C83D68 'RIA Software Signing Key ' sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known Installing software (apt update && apt install open-eid) sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease Get:4 https://installer.id.ee/media/ubuntu noble InRelease Hit:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease Get:6 https://installer.id.ee/media/ubuntu noble/main amd64 Packages [5091 B] Fetched 8225 B in 0s (26.1 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gir1.2-nautilus-4.0 libb2-1 libccid libdigidocpp-common libdigidocpp-tools libdigidocpp1 libdouble-conversion3 libeac3 libmd4c0 libpcre2-16-0 libqt6core6t64 libqt6dbus6t64 libqt6gui6t64 libqt6network6t64 libqt6opengl6t64 libqt6printsupport6t64 libqt6qml6 libqt6qmlmodels6 libqt6quick6 libqt6svg6 libqt6svgwidgets6 libqt6waylandclient6 libqt6waylandcompositor6 libqt6waylandeglclienthwintegration6 libqt6waylandeglcompositorhwintegration6 libqt6widgets6t64 libqt6wlshellintegration6 libts0t64 opensc-pkcs11 pcscd python3-nautilus qdigidoc4 qt6-gtk-platformtheme qt6-qpa-plugins qt6-translations-l10n qt6-wayland web-eid web-eid-chrome web-eid-firefox web-eid-native Suggested packages: qt6-qmltooling-plugins chromium chromium-browser chrome The following NEW packages will be installed: gir1.2-nautilus-4.0 libb2-1 libccid libdigidocpp-common libdigidocpp-tools libdigidocpp1 libdouble-conversion3 libeac3 libmd4c0 libpcre2-16-0 libqt6core6t64 libqt6dbus6t64 libqt6gui6t64 libqt6network6t64 libqt6opengl6t64 libqt6printsupport6t64 libqt6qml6 libqt6qmlmodels6 libqt6quick6 libqt6svg6 libqt6svgwidgets6 libqt6waylandclient6 libqt6waylandcompositor6 libqt6waylandeglclienthwintegration6 libqt6waylandeglcompositorhwintegration6 libqt6widgets6t64 libqt6wlshellintegration6 libts0t64 open-eid opensc opensc-pkcs11 pcscd python3-nautilus qdigidoc4 qt6-gtk-platformtheme qt6-qpa-plugins qt6-translations-l10n qt6-wayland web-eid web-eid-chrome web-eid-firefox web-eid-native 0 upgraded, 42 newly installed, 0 to remove and 0 not upgraded. Need to get 23.0 MB of archives. After this operation, 79.7 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 libccid amd64 1.5.5-1 [83.0 kB] Get:2 https://installer.id.ee/media/ubuntu noble/main amd64 libdigidocpp-common all 4.1.0.1461-2404 [10.3 kB] Get:3 https://installer.id.ee/media/ubuntu noble/main amd64 libdigidocpp1 amd64 4.1.0.1461-2404 [669 kB] Get:4 http://archive.ubuntu.com/ubuntu noble/universe amd64 pcscd amd64 2.0.3-1build1 [61.7 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-nautilus-4.0 amd64 1:46.2-0ubuntu0.3 [5492 B] Get:6 http://archive.ubuntu.com/ubuntu noble/universe amd64 libb2-1 amd64 0.98.1-1.1build1 [45.0 kB] Get:7 https://installer.id.ee/media/ubuntu noble/main amd64 libdigidocpp-tools amd64 4.1.0.1461-2404 [80.6 kB] Get:8 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdouble-conversion3 amd64 3.3.0-1build1 [40.3 kB] Get:9 http://archive.ubuntu.com/ubuntu noble/universe amd64 libeac3 amd64 1.1.2+ds+git20220117+453c3d6b03a0-1.1build2 [54.3 kB] Get:10 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmd4c0 amd64 0.4.8-1build1 [42.3 kB] Get:11 https://installer.id.ee/media/ubuntu noble/main amd64 web-eid-native amd64 2.6.0.654-2404 [1467 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpcre2-16-0 amd64 10.42-4ubuntu2.1 [210 kB] Get:13 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6core6t64 amd64 6.4.2+dfsg-21.1build5 [1789 kB] Get:14 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6dbus6t64 amd64 6.4.2+dfsg-21.1build5 [267 kB] Get:15 http://archive.ubuntu.com/ubuntu noble/universe amd64 libts0t64 amd64 1.22-1.1build1 [63.8 kB] Get:16 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6gui6t64 amd64 6.4.2+dfsg-21.1build5 [3119 kB] Get:17 https://installer.id.ee/media/ubuntu noble/main amd64 web-eid all 2.6.0.654-2404 [2086 B] Get:18 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6network6t64 amd64 6.4.2+dfsg-21.1build5 [740 kB] Get:19 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6opengl6t64 amd64 6.4.2+dfsg-21.1build5 [420 kB] Get:20 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6widgets6t64 amd64 6.4.2+dfsg-21.1build5 [2648 kB] Get:21 https://installer.id.ee/media/ubuntu noble/main amd64 qdigidoc4 amd64 4.7.0.4460-2404 [2608 kB] Get:22 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6printsupport6t64 amd64 6.4.2+dfsg-21.1build5 [222 kB] Get:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6qml6 amd64 6.4.2+dfsg-4build3 [1619 kB] Get:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6qmlmodels6 amd64 6.4.2+dfsg-4build3 [267 kB] Get:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6quick6 amd64 6.4.2+dfsg-4build3 [2001 kB] Get:26 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6svg6 amd64 6.4.2-4ubuntu3 [156 kB] Get:27 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6svgwidgets6 amd64 6.4.2-4ubuntu3 [17.1 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6waylandclient6 amd64 6.4.2-5build3 [251 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6waylandcompositor6 amd64 6.4.2-5build3 [427 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6waylandeglclienthwintegration6 amd64 6.4.2-5build3 [19.5 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6waylandeglcompositorhwintegration6 amd64 6.4.2-5build3 [15.2 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6wlshellintegration6 amd64 6.4.2-5build3 [38.0 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/universe amd64 qt6-qpa-plugins amd64 6.4.2+dfsg-21.1build5 [89.3 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/universe amd64 opensc-pkcs11 amd64 0.25.0~rc1-1build2 [936 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/universe amd64 opensc amd64 0.25.0~rc1-1build2 [370 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-nautilus amd64 4.0-1build4 [37.6 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/universe amd64 qt6-gtk-platformtheme amd64 6.4.2+dfsg-21.1build5 [55.1 kB] Get:38 http://archive.ubuntu.com/ubuntu noble/universe amd64 qt6-translations-l10n all 6.4.2-1 [1761 kB] Get:39 https://installer.id.ee/media/ubuntu noble/main amd64 open-eid all 24.12.0.1950-2404 [1918 B] Get:40 https://installer.id.ee/media/ubuntu noble/main amd64 web-eid-chrome all 2.6.0.654-2404 [2904 B] Get:41 http://archive.ubuntu.com/ubuntu noble/universe amd64 qt6-wayland amd64 6.4.2-5build3 [127 kB] Get:42 https://installer.id.ee/media/ubuntu noble/main amd64 web-eid-firefox all 2.6.0.654-2404 [110 kB] Fetched 23.0 MB in 1s (35.6 MB/s) Selecting previously unselected package libccid. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 125121 files and directories currently installed.) Preparing to unpack .../00-libccid_1.5.5-1_amd64.deb ... Unpacking libccid (1.5.5-1) ... Selecting previously unselected package pcscd. Preparing to unpack .../01-pcscd_2.0.3-1build1_amd64.deb ... Unpacking pcscd (2.0.3-1build1) ... Selecting previously unselected package gir1.2-nautilus-4.0:amd64. Preparing to unpack .../02-gir1.2-nautilus-4.0_1%3a46.2-0ubuntu0.3_amd64.deb ... Unpacking gir1.2-nautilus-4.0:amd64 (1:46.2-0ubuntu0.3) ... Selecting previously unselected package libb2-1:amd64. Preparing to unpack .../03-libb2-1_0.98.1-1.1build1_amd64.deb ... Unpacking libb2-1:amd64 (0.98.1-1.1build1) ... Selecting previously unselected package libdigidocpp-common. Preparing to unpack .../04-libdigidocpp-common_4.1.0.1461-2404_all.deb ... Unpacking libdigidocpp-common (4.1.0.1461-2404) ... Selecting previously unselected package libdigidocpp1:amd64. Preparing to unpack .../05-libdigidocpp1_4.1.0.1461-2404_amd64.deb ... Unpacking libdigidocpp1:amd64 (4.1.0.1461-2404) ... Selecting previously unselected package libdigidocpp-tools. Preparing to unpack .../06-libdigidocpp-tools_4.1.0.1461-2404_amd64.deb ... Unpacking libdigidocpp-tools (4.1.0.1461-2404) ... Selecting previously unselected package libdouble-conversion3:amd64. Preparing to unpack .../07-libdouble-conversion3_3.3.0-1build1_amd64.deb ... Unpacking libdouble-conversion3:amd64 (3.3.0-1build1) ... Selecting previously unselected package libeac3:amd64. Preparing to unpack .../08-libeac3_1.1.2+ds+git20220117+453c3d6b03a0-1.1build2_amd64.deb ... Unpacking libeac3:amd64 (1.1.2+ds+git20220117+453c3d6b03a0-1.1build2) ... Selecting previously unselected package libmd4c0:amd64. Preparing to unpack .../09-libmd4c0_0.4.8-1build1_amd64.deb ... Unpacking libmd4c0:amd64 (0.4.8-1build1) ... Selecting previously unselected package libpcre2-16-0:amd64. Preparing to unpack .../10-libpcre2-16-0_10.42-4ubuntu2.1_amd64.deb ... Unpacking libpcre2-16-0:amd64 (10.42-4ubuntu2.1) ... Selecting previously unselected package libqt6core6t64:amd64. Preparing to unpack .../11-libqt6core6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6core6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6dbus6t64:amd64. Preparing to unpack .../12-libqt6dbus6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6dbus6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libts0t64:amd64. Preparing to unpack .../13-libts0t64_1.22-1.1build1_amd64.deb ... Unpacking libts0t64:amd64 (1.22-1.1build1) ... Selecting previously unselected package libqt6gui6t64:amd64. Preparing to unpack .../14-libqt6gui6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6gui6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6network6t64:amd64. Preparing to unpack .../15-libqt6network6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6network6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6opengl6t64:amd64. Preparing to unpack .../16-libqt6opengl6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6opengl6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6widgets6t64:amd64. Preparing to unpack .../17-libqt6widgets6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6widgets6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6printsupport6t64:amd64. Preparing to unpack .../18-libqt6printsupport6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6printsupport6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6qml6:amd64. Preparing to unpack .../19-libqt6qml6_6.4.2+dfsg-4build3_amd64.deb ... Unpacking libqt6qml6:amd64 (6.4.2+dfsg-4build3) ... Selecting previously unselected package libqt6qmlmodels6:amd64. Preparing to unpack .../20-libqt6qmlmodels6_6.4.2+dfsg-4build3_amd64.deb ... Unpacking libqt6qmlmodels6:amd64 (6.4.2+dfsg-4build3) ... Selecting previously unselected package libqt6quick6:amd64. Preparing to unpack .../21-libqt6quick6_6.4.2+dfsg-4build3_amd64.deb ... Unpacking libqt6quick6:amd64 (6.4.2+dfsg-4build3) ... Selecting previously unselected package libqt6svg6:amd64. Preparing to unpack .../22-libqt6svg6_6.4.2-4ubuntu3_amd64.deb ... Unpacking libqt6svg6:amd64 (6.4.2-4ubuntu3) ... Selecting previously unselected package libqt6svgwidgets6:amd64. Preparing to unpack .../23-libqt6svgwidgets6_6.4.2-4ubuntu3_amd64.deb ... Unpacking libqt6svgwidgets6:amd64 (6.4.2-4ubuntu3) ... Selecting previously unselected package libqt6waylandclient6:amd64. Preparing to unpack .../24-libqt6waylandclient6_6.4.2-5build3_amd64.deb ... Unpacking libqt6waylandclient6:amd64 (6.4.2-5build3) ... Selecting previously unselected package libqt6waylandcompositor6:amd64. Preparing to unpack .../25-libqt6waylandcompositor6_6.4.2-5build3_amd64.deb ... Unpacking libqt6waylandcompositor6:amd64 (6.4.2-5build3) ... Selecting previously unselected package libqt6waylandeglclienthwintegration6:amd64. Preparing to unpack .../26-libqt6waylandeglclienthwintegration6_6.4.2-5build3_amd64.deb ... Unpacking libqt6waylandeglclienthwintegration6:amd64 (6.4.2-5build3) ... Selecting previously unselected package libqt6waylandeglcompositorhwintegration6:amd64. Preparing to unpack .../27-libqt6waylandeglcompositorhwintegration6_6.4.2-5build3_amd64.deb ... Unpacking libqt6waylandeglcompositorhwintegration6:amd64 (6.4.2-5build3) ... Selecting previously unselected package libqt6wlshellintegration6:amd64. Preparing to unpack .../28-libqt6wlshellintegration6_6.4.2-5build3_amd64.deb ... Unpacking libqt6wlshellintegration6:amd64 (6.4.2-5build3) ... Selecting previously unselected package qt6-qpa-plugins:amd64. Preparing to unpack .../29-qt6-qpa-plugins_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking qt6-qpa-plugins:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package web-eid-native. Preparing to unpack .../30-web-eid-native_2.6.0.654-2404_amd64.deb ... Unpacking web-eid-native (2.6.0.654-2404) ... Selecting previously unselected package web-eid. Preparing to unpack .../31-web-eid_2.6.0.654-2404_all.deb ... Unpacking web-eid (2.6.0.654-2404) ... Selecting previously unselected package opensc-pkcs11:amd64. Preparing to unpack .../32-opensc-pkcs11_0.25.0~rc1-1build2_amd64.deb ... Unpacking opensc-pkcs11:amd64 (0.25.0~rc1-1build2) ... Selecting previously unselected package qdigidoc4. Preparing to unpack .../33-qdigidoc4_4.7.0.4460-2404_amd64.deb ... Unpacking qdigidoc4 (4.7.0.4460-2404) ... Selecting previously unselected package opensc. Preparing to unpack .../34-opensc_0.25.0~rc1-1build2_amd64.deb ... Unpacking opensc (0.25.0~rc1-1build2) ... Selecting previously unselected package open-eid. Preparing to unpack .../35-open-eid_24.12.0.1950-2404_all.deb ... Unpacking open-eid (24.12.0.1950-2404) ... Selecting previously unselected package python3-nautilus. Preparing to unpack .../36-python3-nautilus_4.0-1build4_amd64.deb ... Unpacking python3-nautilus (4.0-1build4) ... Selecting previously unselected package qt6-gtk-platformtheme:amd64. Preparing to unpack .../37-qt6-gtk-platformtheme_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking qt6-gtk-platformtheme:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package qt6-translations-l10n. Preparing to unpack .../38-qt6-translations-l10n_6.4.2-1_all.deb ... Unpacking qt6-translations-l10n (6.4.2-1) ... Selecting previously unselected package qt6-wayland:amd64. Preparing to unpack .../39-qt6-wayland_6.4.2-5build3_amd64.deb ... Unpacking qt6-wayland:amd64 (6.4.2-5build3) ... Selecting previously unselected package web-eid-chrome. Preparing to unpack .../40-web-eid-chrome_2.6.0.654-2404_all.deb ... Unpacking web-eid-chrome (2.6.0.654-2404) ... Selecting previously unselected package web-eid-firefox. Preparing to unpack .../41-web-eid-firefox_2.6.0.654-2404_all.deb ... Unpacking web-eid-firefox (2.6.0.654-2404) ... Setting up libb2-1:amd64 (0.98.1-1.1build1) ... Setting up libdouble-conversion3:amd64 (3.3.0-1build1) ... Setting up libccid (1.5.5-1) ... invoke-rc.d: unknown initscript, /etc/init.d/pcscd not found. Running in chroot, ignoring request. Setting up libts0t64:amd64 (1.22-1.1build1) ... Setting up pcscd (2.0.3-1build1) ... Running in chroot, ignoring request. Created symlink /etc/systemd/system/sockets.target.wants/pcscd.socket → /usr/lib/systemd/system/pcscd.socket. Setting up libpcre2-16-0:amd64 (10.42-4ubuntu2.1) ... Setting up libeac3:amd64 (1.1.2+ds+git20220117+453c3d6b03a0-1.1build2) ... Setting up qt6-translations-l10n (6.4.2-1) ... Setting up opensc-pkcs11:amd64 (0.25.0~rc1-1build2) ... Setting up gir1.2-nautilus-4.0:amd64 (1:46.2-0ubuntu0.3) ... Setting up libmd4c0:amd64 (0.4.8-1build1) ... Setting up libdigidocpp-common (4.1.0.1461-2404) ... Setting up libqt6core6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up opensc (0.25.0~rc1-1build2) ... Setting up libqt6dbus6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up python3-nautilus (4.0-1build4) ... Setting up libqt6gui6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libdigidocpp1:amd64 (4.1.0.1461-2404) ... Setting up libqt6network6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libqt6widgets6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up qt6-qpa-plugins:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libdigidocpp-tools (4.1.0.1461-2404) ... Setting up libqt6qml6:amd64 (6.4.2+dfsg-4build3) ... Setting up libqt6opengl6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libqt6qmlmodels6:amd64 (6.4.2+dfsg-4build3) ... Setting up libqt6svg6:amd64 (6.4.2-4ubuntu3) ... Setting up libqt6waylandclient6:amd64 (6.4.2-5build3) ... Setting up qt6-gtk-platformtheme:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libqt6printsupport6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libqt6quick6:amd64 (6.4.2+dfsg-4build3) ... Setting up libqt6svgwidgets6:amd64 (6.4.2-4ubuntu3) ... Setting up libqt6wlshellintegration6:amd64 (6.4.2-5build3) ... Setting up web-eid-native (2.6.0.654-2404) ... Setting up libqt6waylandcompositor6:amd64 (6.4.2-5build3) ... Setting up web-eid (2.6.0.654-2404) ... Setting up libqt6waylandeglcompositorhwintegration6:amd64 (6.4.2-5build3) ... Setting up qdigidoc4 (4.7.0.4460-2404) ... Setting up libqt6waylandeglclienthwintegration6:amd64 (6.4.2-5build3) ... Setting up web-eid-firefox (2.6.0.654-2404) ... Setting up open-eid (24.12.0.1950-2404) ... Setting up web-eid-chrome (2.6.0.654-2404) ... Setting up qt6-wayland:amd64 (6.4.2-5build3) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for libc-bin (2.39-0ubuntu8.4) ... Processing triggers for man-db (2.12.0-4build2) ... Processing triggers for shared-mime-info (2.4-4) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Thank you for using Estonian ID card! Line 346: [[ -n '' ]] Line 351: [[ -n '' ]] Line 356: [[ -n '' ]] Line 372: [[ -n 1 ]] Line 374: cp config/lang/gdm.mo config/lang/gnome-control-center-2.0.mo config/lang/gnome-desktop-3.0.mo config/lang/gnome-shell.mo config/lang/gnome-terminal.mo /home/tramm/remix/ubuntu-estonian-remix/build/edit/usr/share/locale/et/LC_MESSAGES Line 378: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit ./tmp/cleanup.sh WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. * Stopping system message bus dbus ...done. umount: /proc/sys/fs/binfmt_misc: not mounted. Line 397: mkdir -p /home/tramm/remix/ubuntu-estonian-remix/build/edit/usr/share/locale/et/LC_MESSAGES Line 398: cp -a config/misc/et.mo /home/tramm/remix/ubuntu-estonian-remix/build/edit/usr/share/locale/et/LC_MESSAGES Line 401: chmod +w /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/casper/minimal.manifest Line 402: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit dpkg-query -W '--showformat=${Package} ${Version}\n' Line 405: rm -f /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/casper/minimal.squashfs Line 406: mksquashfs /home/tramm/remix/ubuntu-estonian-remix/build/edit /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/casper/minimal.squashfs Parallel mksquashfs: Using 12 processors Creating 4.0 filesystem on /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/casper/minimal.squashfs, block size 131072. [/ ] 0/75820 0% [=========================================================-] 131389/131389 100% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 2171467.05 Kbytes (2120.57 Mbytes) 47.90% of uncompressed filesystem size (4532931.28 Kbytes) Inode table size 1498098 bytes (1462.99 Kbytes) 27.34% of uncompressed inode table size (5479146 bytes) Directory table size 1501974 bytes (1466.77 Kbytes) 39.07% of uncompressed directory table size (3844220 bytes) Xattr table size 44 bytes (0.04 Kbytes) 55.00% of uncompressed xattr table size (80 bytes) Number of duplicate files found 8889 Number of inodes 143369 Number of files 103002 Number of fragments 6157 Number of symbolic links 30192 Number of device nodes 8 Number of fifo nodes 0 Number of socket nodes 1 Number of directories 10166 Number of hard-links 27 Number of ids (unique uids + gids) 35 Number of uids 19 root (0) unknown (988) _apt (42) messagebus (101) unknown (999) unknown (116) unknown (111) systemd-network (998) tramm (1000) unknown (114) unknown (115) man (6) unknown (118) unknown (120) unknown (121) syslog (103) unknown (113) tcpdump (105) pollinate (102) Number of gids 30 root (0) dip (30) unknown (988) shadow (42) unknown (987) rdma (106) lxd (101) systemd-journal (999) nogroup (65534) unknown (116) lp (7) audio (29) systemd-network (998) systemd-timesync (997) syslog (104) mail (8) staff (50) tramm (1000) unknown (114) man (12) landscape (109) unknown (120) unknown (121) unknown (117) _ssh (103) unknown (122) uuidd (105) adm (4) utmp (43) messagebus (102) Line 410: echo 'Ubuntu 24.04.2 LTS "Estonian Remix" - Release amd64 (20250510)' Line 412: mkdir -p /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/boot/grub/locale Line 413: cp -a config/misc/et.mo /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/boot/grub/locale/ Line 415: cd /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd Line 417: mkdir -p boot/grub/fonts Line 419: cp -a /boot/grub/fonts/unicode.pf2 boot/grub/fonts/ Line 424: sed -i '7i set locale_dir=$prefix/locale' boot/grub/grub.cfg Line 425: sed -i '8i set lang=et_EE' boot/grub/grub.cfg Line 426: sed -i '9i insmod gettext' boot/grub/grub.cfg Line 429: sed -i 's/Try Ubuntu without installing/Proovi ilma paigaldamata/' boot/grub/grub.cfg Line 430: sed -i 's/Try or Install Ubuntu/Paigalda või proovi Ubuntut/' boot/grub/grub.cfg Line 432: sed -i 's/OEM install (for manufacturers)/OEM-paigaldus (arvutitootjatele)/' boot/grub/grub.cfg Line 433: sed -i 's/Check disc for defects/Kontrolli kettavigu/' boot/grub/grub.cfg Line 434: sed -i 's/Ubuntu (safe graphics)/Ubuntu (lollikindel graafika)/' boot/grub/grub.cfg Line 436: sed -i 's/UEFI Firmware Settings/UEFI püsivara seaded/' boot/grub/grub.cfg Line 437: sed -i 's/Boot from next volume/Algkäivitus järgmiselt kettalt/' boot/grub/grub.cfg Line 438: sed -i 's/Test memory/Mälu testimine/' boot/grub/grub.cfg Line 449: echo 'd-i debian-installer/locale string et_EE.UTF-8' Line 450: echo 'd-i keyboard-configuration/xkb-keymap select et' Line 451: echo 'd-i keyboard-configuration/layout string "Estonian"' Line 452: echo 'd-i keymap select et' Line 453: rm -f md5sum.txt Line 454: find -type f -print0 Line 454: xargs -0 md5sum Line 454: grep -v isolinux/boot.cat Line 454: tee md5sum.txt d41d8cd98f00b204e9800998ecf8427e ./.disk/base_installable 728cb968a88534e0c50a9d99621f13eb ./.disk/cd_type 1d738e795723ac617d473eeac0fee30f ./.disk/release_notes_url 4418a4d9c0f0770031c3e55f1db120a2 ./.disk/casper-uuid-generic 4be4ba4d535d0b6850cdf9a5d02b0a03 ./.disk/info d41d8cd98f00b204e9800998ecf8427e ./md5sum.txt 1903ae2eed7a2e1bb699bc0d0168130a ./dists/noble/restricted/binary-amd64/Packages.gz 74ee43065874b6e4da41876ac573bf0e ./dists/noble/restricted/binary-i386/Packages.gz 71f6fcfccea100b98b643e5395e8e45d ./dists/noble/main/binary-amd64/Packages.gz aece41fcbcbcae4bf5ea8f0445e6712b ./dists/noble/main/binary-i386/Packages.gz 2496f1b592893801229563435d27611b ./dists/noble/Release.gpg 540a2cd71251f229656366553e5e7e64 ./dists/noble/Release e75e71aea3a0d728d0d1e9863c73091c ./boot.catalog 2ef40d9195b348cd79d68e2ed9efbb97 ./boot/grub/x86_64-efi/tr.mod 8d2bb39506422fc693e7b50db994dbca ./boot/grub/x86_64-efi/setpci.mod 1a536fa7a1c5c159d591cac12ed129a4 ./boot/grub/x86_64-efi/adler32.mod ed3ddb44dc44d1f2a5e64e8ca1063862 ./boot/grub/x86_64-efi/luks.mod ca80ab682fc1d59fcee1439a2e99844e ./boot/grub/x86_64-efi/cmp.mod 7d761b68f190859b9800b1e7835b4e5b ./boot/grub/x86_64-efi/hello.mod f465e9951edc91a6466837a5907b027d ./boot/grub/x86_64-efi/efi_gop.mod 50a45b035e3e84efe228b676c3a67467 ./boot/grub/x86_64-efi/help.mod 2a879e47268b161ccaa7d628c19d5aba ./boot/grub/x86_64-efi/hfs.mod b922c49ba240102e57559ac29235a3e5 ./boot/grub/x86_64-efi/gcry_md5.mod 5c725028ba450b14f8b1ed458a02fb0a ./boot/grub/x86_64-efi/net.mod e7b06a39a13986f3af58e4aab0e92dfb ./boot/grub/x86_64-efi/dm_nv.mod 6938549cf02f759d0d988695c5612987 ./boot/grub/x86_64-efi/chain.mod 213a87e5e41f6d95f56adab71ea732be ./boot/grub/x86_64-efi/gfxterm.mod 26254540c74b76e767ad962f14a7a84d ./boot/grub/x86_64-efi/sleep.mod 7e97cf8266109827de8be91be1423145 ./boot/grub/x86_64-efi/gcry_arcfour.mod e31eb6cbc7214c751a9e605197976d03 ./boot/grub/x86_64-efi/cpuid.mod a0f92778023519a8e80317ef81eb209c ./boot/grub/x86_64-efi/gptsync.mod bd36e139aa6d0df5b74a50f21209acf2 ./boot/grub/x86_64-efi/hfsplus.mod 8b64c713ac1cd070b9bf58b97d0a6154 ./boot/grub/x86_64-efi/ntfscomp.mod 02b988d7196362ddf27caaecf35c23dc ./boot/grub/x86_64-efi/partmap.lst 7c10c33690ff74bf917834ef1fce504e ./boot/grub/x86_64-efi/datetime.mod f8904be454946278540d65c4fd4e748c ./boot/grub/x86_64-efi/mdraid09_be.mod 6a3f58db454b17a0a339323b3e134a6b ./boot/grub/x86_64-efi/crypto.lst a63d5edb5a4a734a89eeba009df14f7b ./boot/grub/x86_64-efi/iorw.mod df5990d76c0aa2a7be384702bfc0ed1a ./boot/grub/x86_64-efi/afs.mod 7dd1c91639336476646a0a0f92c81075 ./boot/grub/x86_64-efi/gcry_idea.mod 506a589bbacc7f4169d71f82554a2ca8 ./boot/grub/x86_64-efi/crypto.mod 32a33b7f79dd4505c46e2070a396d477 ./boot/grub/x86_64-efi/hexdump.mod c5cd2e609821b6273f197a45d39250f9 ./boot/grub/x86_64-efi/gcry_serpent.mod ea5bc7edd08c66f9f6cffebcf8e2eccb ./boot/grub/x86_64-efi/gcry_rmd160.mod b5da3a8b1f7a6cac95ee3e5037fc8066 ./boot/grub/x86_64-efi/part_acorn.mod e9e6a30f3a1e87da6590de8e39a0854b ./boot/grub/x86_64-efi/nilfs2.mod 93e23cdb0b7e00dcbd27e94de919a40c ./boot/grub/x86_64-efi/efi_uga.mod bf9c068bd9efb24242868e8d16cf875f ./boot/grub/x86_64-efi/usb.mod 1c01d2c9881ad68be82c4cddc35a7176 ./boot/grub/x86_64-efi/raid5rec.mod 25c9270c2de6322bf6533beb0d0359d5 ./boot/grub/x86_64-efi/part_sunpc.mod fd2fa82abbd9e55623f393d0797332ea ./boot/grub/x86_64-efi/gettext.mod f51711e3668f57c4f9fe030e08f15376 ./boot/grub/x86_64-efi/div.mod b8b64fe55ff995ee6df9225c2a02189f ./boot/grub/x86_64-efi/testspeed.mod 4f8dcfffde8af22aefe050e26182087f ./boot/grub/x86_64-efi/newc.mod 004951ad9046f00633de43b9523bd950 ./boot/grub/x86_64-efi/reboot.mod 4caa0eb526cae1be2f0eba2ebe48d191 ./boot/grub/x86_64-efi/mul_test.mod 5f3e4d060495dc290f56490ef4eaa4c4 ./boot/grub/x86_64-efi/lsefisystab.mod eae5efa0675dbf1729f08a2834b4938e ./boot/grub/x86_64-efi/rdmsr.mod e648532f31039c555738cfa435b4f375 ./boot/grub/x86_64-efi/ntfs.mod ef28813fd8f882bba44478b0e19fc48c ./boot/grub/x86_64-efi/moddep.lst 9d8b805f2d78c495a70708c231b20983 ./boot/grub/x86_64-efi/file.mod 64366409be1ad71f3ae29efe98f4f756 ./boot/grub/x86_64-efi/linux.mod 1baedf8e831c05282f383594ba50a513 ./boot/grub/x86_64-efi/cbtime.mod 52f6867156a48eec826b6a54b1f0c3f0 ./boot/grub/x86_64-efi/tar.mod 924775127eded1df498896dedea7659d ./boot/grub/x86_64-efi/regexp.mod 892c4a308cde633e30ac8a452eb307b4 ./boot/grub/x86_64-efi/halt.mod 3b7f5e38a459bc148e05798db582d62b ./boot/grub/x86_64-efi/cbtable.mod 6cce8126b63af99bcff84e75694cb2dc ./boot/grub/x86_64-efi/video.mod 4d91684ba194ce725a53f100543b1c1f ./boot/grub/x86_64-efi/iso9660.mod d2aa920f2a2b2a8c4b6d071072120499 ./boot/grub/x86_64-efi/peimage.mod f70e61c1bcdcc602a68b098402435483 ./boot/grub/x86_64-efi/squash4.mod 9fae84d12066f022ec675da77fcc097e ./boot/grub/x86_64-efi/echo.mod 64dff963cb7fd5442e3bebf000b2206b ./boot/grub/x86_64-efi/lspci.mod 4a755e67c9955def6e38141b890ccb38 ./boot/grub/x86_64-efi/macbless.mod 1bc3863596de979f77b6a88fed9a6d44 ./boot/grub/x86_64-efi/fshelp.mod 17ade277bd66927569e31122b9a069da ./boot/grub/x86_64-efi/pbkdf2_test.mod 068e072b06d645111bcf215d948c6218 ./boot/grub/x86_64-efi/tga.mod 327dc6ac863dac4eb42d8c2031e5e43c ./boot/grub/x86_64-efi/ahci.mod 3b863e8f04e2e673a272dae146acc685 ./boot/grub/x86_64-efi/gcry_sha1.mod 1f90a3f207ba596b15934bc094a6d29b ./boot/grub/x86_64-efi/legacy_password_test.mod 4319a4dfadf0de49960f988e10aa63e4 ./boot/grub/x86_64-efi/gcry_des.mod 969d4f6eabc5a5d5f84777db82ffe513 ./boot/grub/x86_64-efi/minix.mod 1073c16305c37167026953ce8334d238 ./boot/grub/x86_64-efi/fat.mod 9f361e7f2e75c44789872b292cfa5a7a ./boot/grub/x86_64-efi/cpio_be.mod 819234efd664cbc51017c1c24ab2ea18 ./boot/grub/x86_64-efi/loopback.mod 5475757f121577e724a3ea1d1ed7332f ./boot/grub/x86_64-efi/affs.mod 9290e9ebb6ac3501d9c735225becd978 ./boot/grub/x86_64-efi/lssal.mod b82db0fc762617269712638b71031231 ./boot/grub/x86_64-efi/xnu_uuid_test.mod b8f477c82eb7bf22d14b85f761690cfd ./boot/grub/x86_64-efi/part_dfly.mod bd5ea6e9b6f17dfeffa403898ac675e2 ./boot/grub/x86_64-efi/time.mod bd671a90abcfa2e311d5f77a5911c62b ./boot/grub/x86_64-efi/usbtest.mod 6c34997b48dec3f592460d51d5967077 ./boot/grub/x86_64-efi/search.mod bdcd18f9de3d21540689dc728a91c6af ./boot/grub/x86_64-efi/relocator.mod b86555920110eb357e7ac2f69dadac6a ./boot/grub/x86_64-efi/http.mod 0c1ef60429660c491ea703fdf01c5149 ./boot/grub/x86_64-efi/parttool.mod a989e1071bf07061bd16552d67ef6c48 ./boot/grub/x86_64-efi/videotest_checksum.mod 989e4896bcf622c18f8396c773dc2c42 ./boot/grub/x86_64-efi/exfat.mod 6da3f2ce235a386df3585a93c5d7bcd4 ./boot/grub/x86_64-efi/bitmap.mod cb2592fcb1babee578d00543c417804f ./boot/grub/x86_64-efi/udf.mod d1bb41863255d2e246ec165d6b10e4d8 ./boot/grub/x86_64-efi/ufs2.mod 93a94cda569fb7a0b87011eb16110d9e ./boot/grub/x86_64-efi/cbls.mod 6eef22320f30ce1038093f9c02a6bf4d ./boot/grub/x86_64-efi/diskfilter.mod 533d024a2bc2c9cb36aef9e7b3146e9d ./boot/grub/x86_64-efi/functional_test.mod 33c79fc907db2ee10e449757e68ebe9b ./boot/grub/x86_64-efi/afsplitter.mod dede6d1c1177d56799d1d52a1f59c2f7 ./boot/grub/x86_64-efi/lzopio.mod 04a74b3adca3a665de3e5fe68d1bdd66 ./boot/grub/x86_64-efi/lsmmap.mod 55e9e7d4d034e05c18fc0bf493302627 ./boot/grub/x86_64-efi/serial.mod 8db0a6498a0f0ad62a6a9f66e5c921b6 ./boot/grub/x86_64-efi/sfs.mod 7dd4432d0bce3265aef3a1c4d935e8f8 ./boot/grub/x86_64-efi/cmdline_cat_test.mod f137c6bac7e789426c7a51ed2877d772 ./boot/grub/x86_64-efi/gcry_rijndael.mod 2dd52f2456ec8b7f45213e2bf772bd3e ./boot/grub/x86_64-efi/archelp.mod 49bcb03b35f2a9e196367c034531a3b2 ./boot/grub/x86_64-efi/gcry_cast5.mod 02d835b9e5f0d46e430acc084d39b6ef ./boot/grub/x86_64-efi/mdraid1x.mod 52d494351f626492cc208b4376ac7acb ./boot/grub/x86_64-efi/gcry_whirlpool.mod 2ec7c73548d7458c092ae7357add6a6f ./boot/grub/x86_64-efi/macho.mod 00daf7de2ae530575941822301d98ab1 ./boot/grub/x86_64-efi/mpi.mod d66e7a42238e49a9ffbaee1deb1be8b1 ./boot/grub/x86_64-efi/xfs.mod 7c1234655c1b6b861da0ab9d557285c5 ./boot/grub/x86_64-efi/strtoull_test.mod aad355b83c03c770b14ecc0f8798206e ./boot/grub/x86_64-efi/video_fb.mod 715cdff96c4dd5c3a650f6f8eac90b23 ./boot/grub/x86_64-efi/extcmd.mod c4e6be06a078ef9e72131792cf59e42f ./boot/grub/x86_64-efi/ehci.mod 3190a91d3075032543740d0998971d77 ./boot/grub/x86_64-efi/parttool.lst 3c3b25f942f12c528340cf997c4ccf80 ./boot/grub/x86_64-efi/bufio.mod 5cae41cff4b027cfc1e8221edf905ef5 ./boot/grub/x86_64-efi/aout.mod d0087dfaba44bd9f106e42c0930e26c2 ./boot/grub/x86_64-efi/gcry_twofish.mod c27613177cfef7cd5399e07ed428c2ac ./boot/grub/x86_64-efi/usbserial_pl2303.mod f9a95572e952c6e381c4f1b59f6f0fb6 ./boot/grub/x86_64-efi/uhci.mod ff22e9d777e00bd07a3b048412b291ce ./boot/grub/x86_64-efi/part_plan.mod 61aa6af9b28fb915784e033e2c9bdd75 ./boot/grub/x86_64-efi/configfile.mod de0c611aae235ae97899e53a5627220b ./boot/grub/x86_64-efi/setjmp_test.mod e4be44707866aa203f3c04d722c32dcb ./boot/grub/x86_64-efi/mdraid09.mod d88a46c70904fbebea26c373c81862d9 ./boot/grub/x86_64-efi/zfs.mod 927c707356a2cbeaf105bb55179b9477 ./boot/grub/x86_64-efi/probe.mod 4f09fab71afb84bf87ec56b66d66584c ./boot/grub/x86_64-efi/minix2_be.mod 711521d15b2ea71a16b4bf104266ceb5 ./boot/grub/x86_64-efi/eval.mod 9afc3b5d5dcc0560dc7a18e7141baa6c ./boot/grub/x86_64-efi/test.mod 685c6278810818e81e2907e0205f4639 ./boot/grub/x86_64-efi/part_bsd.mod 3e3034376f5a5a63ac3851bb615f9fa5 ./boot/grub/x86_64-efi/gcry_tiger.mod 45f557a9bfef88a9cf0cdcf5b232b8e6 ./boot/grub/x86_64-efi/minix3.mod 60bcfcf5e399fd62ea569fead8948aaa ./boot/grub/x86_64-efi/zfsinfo.mod 62c1e1ed20df190f58dc45cef9b64314 ./boot/grub/x86_64-efi/random.mod 90a963e67c51f0b23045b9cc36f35d87 ./boot/grub/x86_64-efi/pgp.mod c275aabb3c7d2103ee793f6ab7afd535 ./boot/grub/x86_64-efi/minicmd.mod ba0d591e3ce71e74eb86bfe3168f72e6 ./boot/grub/x86_64-efi/gcry_crc.mod 6c3ccda17246b3f63229aee42149788a ./boot/grub/x86_64-efi/smbios.mod 7dcee6b56545eaea2881606b92390e1d ./boot/grub/x86_64-efi/video_colors.mod 699d68b188ee285926f0af078a048b6c ./boot/grub/x86_64-efi/ctz_test.mod 50d5a734d62d1a4783f22e99185bc017 ./boot/grub/x86_64-efi/shift_test.mod 4f72bc2bcabe379b4fe0f7e1bbd03c04 ./boot/grub/x86_64-efi/fs.lst d2e41518d2845f2a9f01306ee63b778c ./boot/grub/x86_64-efi/terminal.mod 8d4e8426a89c4937fb68f513b9b5800d ./boot/grub/x86_64-efi/crc64.mod 10efff378538e05d721429d2578119c7 ./boot/grub/x86_64-efi/reiserfs.mod 86156bb503ca63da44716fdff4432180 ./boot/grub/x86_64-efi/ls.mod 26e4938f029c7bbfcfe81908fdbfa12a ./boot/grub/x86_64-efi/hdparm.mod 65042204ced0e63c56971c62b124b02b ./boot/grub/x86_64-efi/bitmap_scale.mod 8eb51ea7eb2aaf623a5dac37864f6d28 ./boot/grub/x86_64-efi/ufs1_be.mod 4e7b6693fe7d22543ec4c045cfafe1d1 ./boot/grub/x86_64-efi/lsefimmap.mod f98e1500c31d7f96f9251f2bb396c350 ./boot/grub/x86_64-efi/div_test.mod 9b42fba589a23c3d8c00e73e64073d5d ./boot/grub/x86_64-efi/fixvideo.mod ca7ccb898137ecff84029bf966c3a7e1 ./boot/grub/x86_64-efi/usbserial_usbdebug.mod b988ef19872464e04fc62b75cf2701ef ./boot/grub/x86_64-efi/ata.mod 58f42a7ec65c1a96b02a495818bcfb2e ./boot/grub/x86_64-efi/exfctest.mod 84ce22ec5ea5b64c695a85d75e762895 ./boot/grub/x86_64-efi/command.lst 553bb6d27a3a9f6bd7b6dc632379d91e ./boot/grub/x86_64-efi/memrw.mod 04548a48ee4b1f4bd17832fa0b4805d8 ./boot/grub/x86_64-efi/search_fs_uuid.mod f7e2ec3dfd8b32872c6805c3ab840905 ./boot/grub/x86_64-efi/usbserial_ftdi.mod 93b748d603c6f38dcc32a1da9c45c6b5 ./boot/grub/x86_64-efi/png.mod 6cc8ab8977b7794f4ef0bebf15a83093 ./boot/grub/x86_64-efi/progress.mod 5eecb3d422f9f9659b10628018dafbb9 ./boot/grub/x86_64-efi/gcry_md4.mod cc6e138468b10b9c9dd04853c5966e77 ./boot/grub/x86_64-efi/geli.mod bc1d24c7587d6b08871579822baef7ca ./boot/grub/x86_64-efi/gcry_blowfish.mod 73b115a7e41bfc2cb339530684d7595a ./boot/grub/x86_64-efi/bsd.mod bb7f55f4ab50eafd56496bb2fc44beb6 ./boot/grub/x86_64-efi/lsacpi.mod 9492d21cb08b78c6971202df63013f22 ./boot/grub/x86_64-efi/bli.mod adb09807cc941e1a0568409ded8979b3 ./boot/grub/x86_64-efi/cs5536.mod 39acce9bc5459a6655a581803b72551a ./boot/grub/x86_64-efi/keylayouts.mod 4d25459bfc33ad60ec89b2221441a8c1 ./boot/grub/x86_64-efi/offsetio.mod e420ce422c19516be7e9d63eba1f303b ./boot/grub/x86_64-efi/terminfo.mod 70992d56a0fc72529c89b76d6ea31ad0 ./boot/grub/x86_64-efi/ext2.mod 7f93786ca98645a0364269c9e4039e0c ./boot/grub/x86_64-efi/setjmp.mod 94261df1bd902d3fa26aae012bd8b20e ./boot/grub/x86_64-efi/gcry_sha512.mod e9e9025948470aff317ee24de8a2401e ./boot/grub/x86_64-efi/search_label.mod 6d317e4865e869af628d08baf2499124 ./boot/grub/x86_64-efi/appleldr.mod 4d74e15f1d015303aa6b2f4da0247c19 ./boot/grub/x86_64-efi/raid6rec.mod fc405028167a4d705951461b8b56a6e3 ./boot/grub/x86_64-efi/play.mod 620fd814910079e2ca8aea01f94f6fc1 ./boot/grub/x86_64-efi/acpi.mod 24c04e6180fb7bc4b2bf224bbc2dd216 ./boot/grub/x86_64-efi/jfs.mod 7d98fc364d9f8adeb18abb59e63b2def ./boot/grub/x86_64-efi/gcry_camellia.mod b3efcc74c2126461055e07337d422c98 ./boot/grub/x86_64-efi/efinet.mod e53ce08bd3b47d461609842056702e51 ./boot/grub/x86_64-efi/true.mod fe081d0d1daf70d060932d421a366446 ./boot/grub/x86_64-efi/gfxterm_menu.mod 126c423a2b60fd430f16cf82c5da55aa ./boot/grub/x86_64-efi/tpm.mod cf016e9f5ea4bfdd8f03587a86486481 ./boot/grub/x86_64-efi/procfs.mod 3b7d6349567cff379852e2be1435410c ./boot/grub/x86_64-efi/f2fs.mod cf344caf87a03194cf6cafd2291a262a ./boot/grub/x86_64-efi/gcry_rfc2268.mod 7a6b94f812504784a594cde34876deee ./boot/grub/x86_64-efi/hashsum.mod 3e137c821220a69b965f35b009a6198f ./boot/grub/x86_64-efi/wrmsr.mod f0620447b953bdbf921e3e26dad8ec9c ./boot/grub/x86_64-efi/scsi.mod 6bbcd2b42117d125cc7a5070d8e292d9 ./boot/grub/x86_64-efi/cat.mod d84e6f59119043e9993a938fb18ff774 ./boot/grub/x86_64-efi/linux16.mod 7cc7e23a9ca2869523830a8d810a35c1 ./boot/grub/x86_64-efi/test_blockarg.mod 32f3822d6babb854b66895b3b4ec0ab4 ./boot/grub/x86_64-efi/password_pbkdf2.mod 8187d40fbb7194ca683fc47c94135007 ./boot/grub/x86_64-efi/video_cirrus.mod dd8bd5c8fcf0b515f75c304d33e30f00 ./boot/grub/x86_64-efi/legacycfg.mod a091d2329bfb953eaa3c0005e12b50a9 ./boot/grub/x86_64-efi/bswap_test.mod 4a7bcea9b2449115b6287fa5033036c3 ./boot/grub/x86_64-efi/spkmodem.mod f23430ba75dddfea4a87832af8f40b04 ./boot/grub/x86_64-efi/backtrace.mod 902f2998160b916caf837e3e204279f8 ./boot/grub/x86_64-efi/nativedisk.mod 9d624e66a3450d1a21af1e85e87e01b1 ./boot/grub/x86_64-efi/cpio.mod 8b2933a15ce1773388eee6fb532f341b ./boot/grub/x86_64-efi/zfscrypt.mod a4509f1a0ce39b66de132cfc4f4455c9 ./boot/grub/x86_64-efi/usbserial_common.mod 03300bc9c7330696373185e656767dc1 ./boot/grub/x86_64-efi/json.mod 67c9383fbc93c9ef731f216ff346881d ./boot/grub/x86_64-efi/luks2.mod ed1e0077ebc2e9920e9cfa254706a22b ./boot/grub/x86_64-efi/romfs.mod 791583e8e4961e179b2cfa757cac17fb ./boot/grub/x86_64-efi/ufs1.mod 898d352d73f8b8deda3fe934fcfaceea ./boot/grub/x86_64-efi/trig.mod 6aa8e0179723b69fcbe7ccfd2d96000f ./boot/grub/x86_64-efi/at_keyboard.mod 23cb07e4dec70c02365a132aaebaf4fe ./boot/grub/x86_64-efi/sleep_test.mod 5d268834e92f18f4484818461485facc ./boot/grub/x86_64-efi/videoinfo.mod 7fbd4ab33e4b356281b5d9fdfe37b35b ./boot/grub/x86_64-efi/memdisk.mod 603e4765b505ed1239c539c2c5572393 ./boot/grub/x86_64-efi/minix3_be.mod 09b960e68a0bc356b46f8d81e9ac8b55 ./boot/grub/x86_64-efi/video_bochs.mod 93299a99d59f9ccb1fc2be58d7f5c624 ./boot/grub/x86_64-efi/part_sun.mod 5ba6edd41e220fe2bb33c2d82b125a64 ./boot/grub/x86_64-efi/cbfs.mod 40539df7da1a8723b70f4963419025b9 ./boot/grub/x86_64-efi/pata.mod ce5455a6ff7eb979c5f58cf8bd0fb22c ./boot/grub/x86_64-efi/ldm.mod 3f143096a3d743055aa4b9dcac6f15a4 ./boot/grub/x86_64-efi/priority_queue.mod a86b538aade1a37d7f10916752c9abf4 ./boot/grub/x86_64-efi/search_fs_file.mod 9905c4522282121d4859bdbc61a49d64 ./boot/grub/x86_64-efi/videotest.mod b502e1e8df122675bfd8f6136ec90033 ./boot/grub/x86_64-efi/zstd.mod 87cecce29a44bd46f77bf69cac70d31e ./boot/grub/x86_64-efi/date.mod f25546450f117e10149868d3634b72e3 ./boot/grub/x86_64-efi/mmap.mod f1b2755d45f3ea61c54a53beebfc5159 ./boot/grub/x86_64-efi/hfspluscomp.mod 4f4a515b03cfad42570b7c2bd942c50a ./boot/grub/x86_64-efi/minix2.mod 4161038ce73d9400f6caa353b5fb7940 ./boot/grub/x86_64-efi/ohci.mod 4d80d4786cc855135c4ca1a524adf834 ./boot/grub/x86_64-efi/font.mod 982ffb9f288e3211446ec43a713d1e26 ./boot/grub/x86_64-efi/elf.mod d41d8cd98f00b204e9800998ecf8427e ./boot/grub/x86_64-efi/fdt.lst 0cce20fa33fd9a8f5d64200f8b55997d ./boot/grub/x86_64-efi/gzio.mod b3b124662cdddc66b476664ce55c497a ./boot/grub/x86_64-efi/efifwsetup.mod d5415bdc9dcb52c460fe85ab03f89869 ./boot/grub/x86_64-efi/loadenv.mod f6aba301871943daa728ba4f1f75847d ./boot/grub/x86_64-efi/boot.mod 3345761d32cee9b577ab95202603e15d ./boot/grub/x86_64-efi/gfxterm_background.mod 211d7033afbaf22778a700537343606f ./boot/grub/x86_64-efi/xnu_uuid.mod 9595dbc54b664d69e5556c1433b98e62 ./boot/grub/x86_64-efi/disk.mod 257b41ec35e3703dc8eb42cca70c6bfb ./boot/grub/x86_64-efi/cbmemc.mod e9e6437b722d53ea4a7883ed8c05fcbc ./boot/grub/x86_64-efi/part_apple.mod 2aa7c2dfb5c81d1d929e9578d520d825 ./boot/grub/x86_64-efi/xnu.mod df75b6bfb4c307685db09ed888dc9f43 ./boot/grub/x86_64-efi/tftp.mod 7b36091b0904f028fe10d518ded4054b ./boot/grub/x86_64-efi/multiboot.mod 597202a5ecdf76e8cc57fba081cbaa26 ./boot/grub/x86_64-efi/gcry_sha256.mod f49880603500210f11d25289e457f701 ./boot/grub/x86_64-efi/testload.mod 098832497928edecd396096490b430de ./boot/grub/x86_64-efi/terminal.lst 7d86acc3d68833f22603dc5859e8ebdc ./boot/grub/x86_64-efi/video.lst 8a8f3b05284ffa396d6df1fe2d8d91ff ./boot/grub/x86_64-efi/datehook.mod 8d9b52f71e84e73627efe833c7242e47 ./boot/grub/x86_64-efi/btrfs.mod 3aaf748e4a036aa9c8cb991571933db1 ./boot/grub/x86_64-efi/read.mod fb919880353166e5a30ce2096c37ad4c ./boot/grub/x86_64-efi/lsefi.mod 54fb483a77660585db3870a12cf241b6 ./boot/grub/x86_64-efi/gcry_dsa.mod bc40f4f8a41216aa74d2c97f5704f40e ./boot/grub/x86_64-efi/password.mod d606cf83de309f3a9414c7f59910893f ./boot/grub/x86_64-efi/usbms.mod ca85d1067948ee5e1c44411f08a191a0 ./boot/grub/x86_64-efi/odc.mod 82a5c8ef3bb8c620462dae0c8750ce13 ./boot/grub/x86_64-efi/keystatus.mod 5edb80bbe2f57bf03a2f45969d7591fb ./boot/grub/x86_64-efi/gcry_rsa.mod 36658bb5428cbb7455375efd1628f44a ./boot/grub/x86_64-efi/part_msdos.mod b8a2259bdb026ca98abfe99306e3c54b ./boot/grub/x86_64-efi/all_video.mod cf7dc49229eb3f0bc9664b0fb3fa15d2 ./boot/grub/x86_64-efi/bfs.mod 79a597fe2e96a1c4c011648df4cc483e ./boot/grub/x86_64-efi/gfxmenu.mod 7f7f30d8d20409fc864e90f87a380794 ./boot/grub/x86_64-efi/jpeg.mod b0b23439364db869f5d61bb6f48c83ce ./boot/grub/x86_64-efi/cryptodisk.mod a5ec3ed45561502d0ad0b5b58b41214d ./boot/grub/x86_64-efi/part_dvh.mod a1192005bd969cc8dfdbdfd917c29c9b ./boot/grub/x86_64-efi/syslinuxcfg.mod f1d0e439393f4ce1d5e5919a90141757 ./boot/grub/x86_64-efi/signature_test.mod 53a483f1440f151256e176bf343b2cc3 ./boot/grub/x86_64-efi/xzio.mod 127ad5a14e59337d149ea356814059a8 ./boot/grub/x86_64-efi/part_gpt.mod 60aa80c54331444c0b0e21f3a3d25903 ./boot/grub/x86_64-efi/loadbios.mod bfc1f8b53107faee4305122d599eec57 ./boot/grub/x86_64-efi/normal.mod b6d079d1aedf874e9e95d3b029500440 ./boot/grub/x86_64-efi/pcidump.mod d7314a500cc2c055757815462302802c ./boot/grub/x86_64-efi/cmp_test.mod c5bebecd5a8d30a753c9b657e0e1a0b7 ./boot/grub/x86_64-efi/pbkdf2.mod 2e502ae4db5cea76b15e828d8f6821c4 ./boot/grub/x86_64-efi/lvm.mod 7102f191cf9e24239e8d799ac107bb46 ./boot/grub/x86_64-efi/part_amiga.mod 40a44d1a161187c97a9c71f778f585fc ./boot/grub/x86_64-efi/msdospart.mod 797e7a73382deddd87708ba6a4bf044d ./boot/grub/x86_64-efi/blocklist.mod 5f06426e046ff151f572f93827ae230b ./boot/grub/x86_64-efi/morse.mod 8bbca569e42c55cea032f9c7197d7fa4 ./boot/grub/x86_64-efi/gcry_seed.mod 2e36f7898ad368b53b464728fcd94486 ./boot/grub/x86_64-efi/multiboot2.mod a53812cdfc8802c63a3a2e1c2d124f3f ./boot/grub/x86_64-efi/usb_keyboard.mod c14421a3279730118e3d85f223074a93 ./boot/grub/x86_64-efi/minix_be.mod 59e47fa5481c9a9474e5d9b4c14b6398 ./boot/grub/x86_64-efi/efitextmode.mod 3e2520970807ef4b8f0f43a6a1d8e188 ./boot/grub/x86_64-efi/plainmount.mod 17253f8077f0cf95dd26a7cd4f131f27 ./boot/grub/locale/et.mo 07db45259bb90094aa5761d5a5c32c38 ./boot/grub/fonts/unicode.pf2 13d18a922b0e638c43a28652d0bfc8b6 ./boot/grub/i386-pc/tr.mod 986ae60d028f16d964890726479c9e54 ./boot/grub/i386-pc/setpci.mod bfa3088fa928f8715df34303838929d8 ./boot/grub/i386-pc/adler32.mod f88dc6db1c1ff7b58b85f24daa864aea ./boot/grub/i386-pc/luks.mod 8356a76174432039a1e528af18eed977 ./boot/grub/i386-pc/cmp.mod a9e9878f347e02635cf03fa7b76bbe5d ./boot/grub/i386-pc/hello.mod 82f5d8f368b50c60012368c74d0966dd ./boot/grub/i386-pc/help.mod a480ae9d6ea709f4df7b3780c597733f ./boot/grub/i386-pc/hfs.mod 6fdf5533ec5309e7ebe1b64bafeb3ef8 ./boot/grub/i386-pc/gcry_md5.mod 571d925563038fe283230c69ea871c77 ./boot/grub/i386-pc/net.mod 6d20187ef498c6806c4a2de92a09fdf5 ./boot/grub/i386-pc/truecrypt.mod be43fd8140e300c2b8b054cdb98f8716 ./boot/grub/i386-pc/dm_nv.mod 690c0d817268a3e18681f2071b5512cd ./boot/grub/i386-pc/chain.mod 07e40bf23f08b200c4d20a7225b1b3d2 ./boot/grub/i386-pc/gfxterm.mod 6ac511af837ac4c74b9f5b63016c49f0 ./boot/grub/i386-pc/sleep.mod 276ce7f96d455f037864b9c2e04f33a7 ./boot/grub/i386-pc/sendkey.mod 595217e36f5d72539658568b0640e391 ./boot/grub/i386-pc/gcry_arcfour.mod a2c3c65af70298eaf84758d4f053fe7f ./boot/grub/i386-pc/ntldr.mod 3fe0b7e7c7153f997a144433b5c86e34 ./boot/grub/i386-pc/cpuid.mod edc3a7755c8ae35edc81bc0a22e1a29c ./boot/grub/i386-pc/gptsync.mod 402bba49ba027ee4bd7629700849f09d ./boot/grub/i386-pc/vga_text.mod 128f6e0c7f53f010272b3e2e601348ef ./boot/grub/i386-pc/hfsplus.mod ad3d7aabdd1793e2ca27684b99261002 ./boot/grub/i386-pc/ntfscomp.mod 02b988d7196362ddf27caaecf35c23dc ./boot/grub/i386-pc/partmap.lst 1c1d6de7a79c46658db9c71b6bcdcc56 ./boot/grub/i386-pc/datetime.mod bcc1170f8b4b2ca68dcb0966036ed0a0 ./boot/grub/i386-pc/mdraid09_be.mod 6a3f58db454b17a0a339323b3e134a6b ./boot/grub/i386-pc/crypto.lst 34e282c90c97e6dd15fda93888634cfc ./boot/grub/i386-pc/iorw.mod 4761a2a5dc2c40238372db68e8047e72 ./boot/grub/i386-pc/afs.mod 2da3af91a779efedda763e8dcd782da0 ./boot/grub/i386-pc/gcry_idea.mod f45a279cecedbd2d34cfe4208bf6184d ./boot/grub/i386-pc/lsapm.mod 92a6ac2a505cd94b518153808487f97c ./boot/grub/i386-pc/crypto.mod f1336242153c6b20e7b517d35db34c0c ./boot/grub/i386-pc/hexdump.mod de7b26b49d6b7b5ae5207eef71bca3d6 ./boot/grub/i386-pc/gcry_serpent.mod b53865252940a0c3bac2fa31cb819035 ./boot/grub/i386-pc/gcry_rmd160.mod c7c05479369b3907d48646eba9adcd27 ./boot/grub/i386-pc/part_acorn.mod 293abc2f1f01ef09b56e1e5b582f1949 ./boot/grub/i386-pc/nilfs2.mod 2c7c4bbbac646d15cfb509a43e8a4ced ./boot/grub/i386-pc/usb.mod a1992e3ccf1bd8cb16d80704c5eeca76 ./boot/grub/i386-pc/raid5rec.mod c554a1a9faead78e7c771c6dd9bc7f95 ./boot/grub/i386-pc/part_sunpc.mod 19261f1af640828a64cda7a52ff1683a ./boot/grub/i386-pc/gettext.mod 218d6bc594474ede6b4f714ad1c66daa ./boot/grub/i386-pc/div.mod 8b12f396c433518fe5e7bf5d2573478b ./boot/grub/i386-pc/testspeed.mod 6eeb36c53dbde52d5fbd74b0234b98d3 ./boot/grub/i386-pc/newc.mod d36d78d1efca808e8bf51ae03e431958 ./boot/grub/i386-pc/efiemu.mod 52bec66f10207e9a418ec97773b04b99 ./boot/grub/i386-pc/reboot.mod 30997e67636320ebb0fa01f096226e7c ./boot/grub/i386-pc/mul_test.mod ef4290a07fb19f8816b82b916f6b6a50 ./boot/grub/i386-pc/rdmsr.mod 715016c7d17a9fbdb031e7c2a885999d ./boot/grub/i386-pc/ntfs.mod 663704c6df9b16443dec561e4a22b36c ./boot/grub/i386-pc/moddep.lst 09651435ccb724098547bfb22cc6fcad ./boot/grub/i386-pc/file.mod 8cea21741c655bf475ee3f27401caa42 ./boot/grub/i386-pc/linux.mod 6f12ff03cecbfed4a7a1487e62e39c88 ./boot/grub/i386-pc/cbtime.mod 78cae2813c15b25e7f40c826741a52c4 ./boot/grub/i386-pc/tar.mod bc38739db764c3c7f00507bd1f9f3c28 ./boot/grub/i386-pc/regexp.mod f23bbb96b904e279d0fddf316f812a95 ./boot/grub/i386-pc/halt.mod 531ad5ec250568f18e758907b250d372 ./boot/grub/i386-pc/cbtable.mod c08c1b5f68a9000c69c5191ff67df928 ./boot/grub/i386-pc/video.mod f31c1e98173b66d9e98aaa2fb6498373 ./boot/grub/i386-pc/iso9660.mod 869ca17e5cfc30841895c75e329d5f91 ./boot/grub/i386-pc/vga.mod 72734693a8abeb4199602b5c4e0298c3 ./boot/grub/i386-pc/squash4.mod 2d24c9a8b98dfa5bdd74f90bfc367d1e ./boot/grub/i386-pc/drivemap.mod 74e1da6a398459dadfcff4049eb2e5d9 ./boot/grub/i386-pc/echo.mod a7b2b6f6dd29a2d1a43222227253270f ./boot/grub/i386-pc/lspci.mod 50bfe3a9e6c8e34b5893cb781e1163aa ./boot/grub/i386-pc/macbless.mod 0ad3e1c0db96aacd3d4b907a1945ebd1 ./boot/grub/i386-pc/fshelp.mod e5520c4115217d00b5ede315e94d452c ./boot/grub/i386-pc/pbkdf2_test.mod 1685dac182f07a729b206bdea26f5f28 ./boot/grub/i386-pc/mda_text.mod 53bb6e36abf899f4b8a7611c2da2271b ./boot/grub/i386-pc/tga.mod 51a9c2a8bbccc0f472571ebbbddb8068 ./boot/grub/i386-pc/ahci.mod 4a88d1b5609fffbfa78a0edf9d5a3941 ./boot/grub/i386-pc/gcry_sha1.mod 251dd317824285ee2eeb11eae88f3b59 ./boot/grub/i386-pc/legacy_password_test.mod 6b011d8dfd50a293d91e137b0ac0a296 ./boot/grub/i386-pc/gcry_des.mod 601114656e924842cc13e5ad421e1a61 ./boot/grub/i386-pc/minix.mod bdfa865ab269aa65d219b60359a0196f ./boot/grub/i386-pc/fat.mod b8c88631f6d7f0bf7080e59ef4134734 ./boot/grub/i386-pc/cpio_be.mod 3396731bda981239f37007bb3c875118 ./boot/grub/i386-pc/loopback.mod b045565daf5141cdf0686c9e0e3efab0 ./boot/grub/i386-pc/affs.mod f1b38fb68b430c501a4761b88ded9555 ./boot/grub/i386-pc/xnu_uuid_test.mod 5a5ff767b7586d511af9d2a91685ee4d ./boot/grub/i386-pc/part_dfly.mod 6c9aaac4bd56dc6128638d039e1f1ca6 ./boot/grub/i386-pc/time.mod d3e40da8ba6727b234ae8c165987be23 ./boot/grub/i386-pc/usbtest.mod 1d486f1cb554d3f2476310e60b690676 ./boot/grub/i386-pc/search.mod 994dde9e18b02c4cde664d23ff3e457f ./boot/grub/i386-pc/relocator.mod e161808c20aa05b8ef0db24e80f4ff5e ./boot/grub/i386-pc/http.mod dfaab8e7be1fd4f94bddd6ed310573b6 ./boot/grub/i386-pc/parttool.mod beb5544e4764e48d3c599fd8034b68f5 ./boot/grub/i386-pc/videotest_checksum.mod c7b134de4879e925e50e6261624e2f0e ./boot/grub/i386-pc/exfat.mod 37f476b1b415e9a62f4771e4b6762164 ./boot/grub/i386-pc/bitmap.mod 37b3e6b6dbe21891b0cd87cf75168eb3 ./boot/grub/i386-pc/udf.mod 1752becadfb86dbb78576aa24dce5739 ./boot/grub/i386-pc/ufs2.mod 492293e705b0aeeee88aa24ed2759637 ./boot/grub/i386-pc/cbls.mod c4073816a0f87bfb5ae462c10a91930f ./boot/grub/i386-pc/diskfilter.mod a2a8cc0cc62a27f162cb18c45a030e07 ./boot/grub/i386-pc/functional_test.mod afd82910f973b420a5fe4e5e691ef40e ./boot/grub/i386-pc/afsplitter.mod af68926ec94ce958eb21d9c0bb4764fe ./boot/grub/i386-pc/lzopio.mod f6c393d38156e57bd9449a16e9834a8c ./boot/grub/i386-pc/915resolution.mod cd9968b1ac8097634c3f574d8125db25 ./boot/grub/i386-pc/lsmmap.mod 1dc957eb5b4fb3ceeff14daf2cad61a7 ./boot/grub/i386-pc/serial.mod 87e44ba623389ee049bc4c27653a0458 ./boot/grub/i386-pc/sfs.mod 7c23f51b3426fbb3ad251fbdd5a88d4d ./boot/grub/i386-pc/cmdline_cat_test.mod 152e0c34431942f96ac2e848a3c72e9f ./boot/grub/i386-pc/gcry_rijndael.mod 2cebcd8f914658dcb12ea2dc804e72ad ./boot/grub/i386-pc/archelp.mod 2ddb316cb858a67da40329c5606e020c ./boot/grub/i386-pc/verifiers.mod 335ac3020c650be51356cdf76ffff04b ./boot/grub/i386-pc/gcry_cast5.mod 6501217a3b9fe924b85499be04362e1b ./boot/grub/i386-pc/mdraid1x.mod fa6b9969eac8a2292fc2885f7a0d4956 ./boot/grub/i386-pc/gcry_whirlpool.mod 5e23f8d93e26e8cba3de210256c47515 ./boot/grub/i386-pc/macho.mod b36dcb7d09bbcfee6272803279a9e230 ./boot/grub/i386-pc/mpi.mod c385b7bc85d802a2cefb1890edcb6853 ./boot/grub/i386-pc/xfs.mod ac3acd5055ca19909178474a8578b5e0 ./boot/grub/i386-pc/strtoull_test.mod 1b6052b2247487f1b57bee5cdb0f664e ./boot/grub/i386-pc/video_fb.mod 06db50501a97f50be4cc0b49fccba174 ./boot/grub/i386-pc/extcmd.mod df15cc286c62ba15fc12ef4540e9b4eb ./boot/grub/i386-pc/gdb.mod 3bbc741998619f3335491c56e4412b05 ./boot/grub/i386-pc/ehci.mod 3190a91d3075032543740d0998971d77 ./boot/grub/i386-pc/parttool.lst 445fa6700d1e677a6c272a98d5f9dcbf ./boot/grub/i386-pc/bufio.mod 93aaff1eb72eaed97f76c4f013300e04 ./boot/grub/i386-pc/aout.mod 00f025db29f75e9a7550953efd47197d ./boot/grub/i386-pc/gcry_twofish.mod 1eddbd6706b4fe2e6a48efec8d94c992 ./boot/grub/i386-pc/usbserial_pl2303.mod 81da2af7f4cf5c040a2f41c8f85772e0 ./boot/grub/i386-pc/uhci.mod 470261042455cf33224bd3edeca0a97c ./boot/grub/i386-pc/part_plan.mod 6861125e63a83136c3f54920a3677fdd ./boot/grub/i386-pc/configfile.mod 39860facbe66da4a2a5f2832a02ba096 ./boot/grub/i386-pc/setjmp_test.mod 1167eab5bbc9661be49efc43d35beb07 ./boot/grub/i386-pc/mdraid09.mod 10e1bc05a72d73a014bf24d6cb493124 ./boot/grub/i386-pc/zfs.mod c4ddbc79f96dc0ab19901372476bbe88 ./boot/grub/i386-pc/probe.mod cc58e67c2b83188e9e7ae0202ffaf82e ./boot/grub/i386-pc/minix2_be.mod 9a200e60f72c6af05c845073a8c61458 ./boot/grub/i386-pc/eval.mod fac81835791668c26c9a74063ba1e2a3 ./boot/grub/i386-pc/test.mod 132e005545c342e3c8ec65763fb1f393 ./boot/grub/i386-pc/part_bsd.mod ca74aac207a8582cdcec953c6bb670d9 ./boot/grub/i386-pc/gcry_tiger.mod b36cf21679fcd19b1fbb19a585e4d8fe ./boot/grub/i386-pc/minix3.mod 64b387918cecb59d23a844b7345ba43c ./boot/grub/i386-pc/zfsinfo.mod 515e93b84ebcdc7cc7a3bc2603eaea52 ./boot/grub/i386-pc/random.mod 965e567a50d0bf3f1ed8ccd7e6a3bfaa ./boot/grub/i386-pc/pgp.mod 6f2b350acc0e20f0d15398606d4ad415 ./boot/grub/i386-pc/minicmd.mod d5d0e2e42f90586c2fe17d0d59dcf02d ./boot/grub/i386-pc/gcry_crc.mod f5316d46bec4e9631fb3b1df6ed6a235 ./boot/grub/i386-pc/smbios.mod f5ba9d04c5062ac719085bcf2a36b005 ./boot/grub/i386-pc/video_colors.mod 96e26824764de297fc07e3aafc8f376d ./boot/grub/i386-pc/ctz_test.mod 5865600bdc927424d13be9491bc2728d ./boot/grub/i386-pc/shift_test.mod 4f72bc2bcabe379b4fe0f7e1bbd03c04 ./boot/grub/i386-pc/fs.lst ad62b739e6f089a3e339e1c4004fa4ed ./boot/grub/i386-pc/terminal.mod 7cfad9fc3192fb6103f90fc60e6229a4 ./boot/grub/i386-pc/crc64.mod cf688f67a8588e38d703908bbb6296ac ./boot/grub/i386-pc/reiserfs.mod 9475da7c49643c954aef6f9d929e2710 ./boot/grub/i386-pc/ls.mod 7b3b099dc5ce0af6e3a528ed292ca3d9 ./boot/grub/i386-pc/hdparm.mod 2a4a800918eba1aa1ae7a09587fab3a4 ./boot/grub/i386-pc/bitmap_scale.mod c83aaa22300225c57299687d040e31fd ./boot/grub/i386-pc/ufs1_be.mod 13d1b31e112d18c952450b0aa4d9f55b ./boot/grub/i386-pc/div_test.mod b27195279cdf94385d0d73c1da92d049 ./boot/grub/i386-pc/usbserial_usbdebug.mod ff6616691c4faf08423d75b94f487404 ./boot/grub/i386-pc/ata.mod aac31f83767941062a89cbe674fbe22d ./boot/grub/i386-pc/exfctest.mod 17e3e1de07e334769cff2fee76655f99 ./boot/grub/i386-pc/command.lst 46e520cca26a93de0d3b58723bb03ed1 ./boot/grub/i386-pc/memrw.mod a3959d33bbf5c9c50d3bb4cf36393858 ./boot/grub/i386-pc/search_fs_uuid.mod 82d9270126de57b69b1e564cdce18431 ./boot/grub/i386-pc/usbserial_ftdi.mod 0d05952d47c861c5e2b6548d9dd1b94f ./boot/grub/i386-pc/png.mod d4f7090f5f563534f7ad7426d401933e ./boot/grub/i386-pc/progress.mod 1e3e5beff9018d59c6b33dc8938ee54b ./boot/grub/i386-pc/vbe.mod df7758e4d1634cde099e49c7579e63a8 ./boot/grub/i386-pc/gcry_md4.mod cf9b6975ab228d0e06bd07f56e3e57d9 ./boot/grub/i386-pc/geli.mod e69d55ac9e12e7a84d37e781aad17047 ./boot/grub/i386-pc/pxechain.mod 7551ae02337eaf190de59e9451e4b814 ./boot/grub/i386-pc/gcry_blowfish.mod d94833480ee74d778c85457142706d56 ./boot/grub/i386-pc/bsd.mod 19745384dfd99e2c584844f858054664 ./boot/grub/i386-pc/lsacpi.mod 87eee999b77a8172d134bc64cfcf0007 ./boot/grub/i386-pc/hwmatch.mod 03a1a5dca9e4f74042e262b18de66468 ./boot/grub/i386-pc/cs5536.mod ab6f9126147ee278ce36f840188afd4c ./boot/grub/i386-pc/keylayouts.mod 68be9947fef237941efadf9626eab3e7 ./boot/grub/i386-pc/freedos.mod 0eabc7e39381b5eb2ea537138e058424 ./boot/grub/i386-pc/offsetio.mod f04eaf34a75cad14992db9b2c7c34613 ./boot/grub/i386-pc/terminfo.mod 2f2693958cf7b241a67010921f15854f ./boot/grub/i386-pc/ext2.mod aadce93d68554099093ac8ffc14288a6 ./boot/grub/i386-pc/setjmp.mod 3918810cfc4b0e8a7ce41a4498d13ad5 ./boot/grub/i386-pc/gcry_sha512.mod c9e311388bbdb3e476a2326c522fe511 ./boot/grub/i386-pc/cmosdump.mod 4d02fe8e1b62f625cd264d04e538937a ./boot/grub/i386-pc/search_label.mod 250dba2d636158ba530cec9b1907cd56 ./boot/grub/i386-pc/raid6rec.mod 5e4f90b5b0be56c62a2455d6929b03ee ./boot/grub/i386-pc/cmostest.mod ab68d3b0d8591e36de816ae34a6707dd ./boot/grub/i386-pc/play.mod 13adf4735590d20431c74c59285268b6 ./boot/grub/i386-pc/acpi.mod b6f0401aef59e3c90ed1fc0bd549352b ./boot/grub/i386-pc/jfs.mod 240cb5854586d792cb7bb051fc63dcbb ./boot/grub/i386-pc/eltorito.img 5f33023f34ff43cca6245ef769ff2743 ./boot/grub/i386-pc/gcry_camellia.mod 3d8752f1c6661ea79e9c2ccebaeec9db ./boot/grub/i386-pc/true.mod ee953c45d969b72a8768b344d6d6a572 ./boot/grub/i386-pc/gfxterm_menu.mod 2a2b8a820e11612b14e356133e5cc637 ./boot/grub/i386-pc/efiemu32.o d9ae2e882431d8a19921f856c8c9cb08 ./boot/grub/i386-pc/procfs.mod 6266ad1250f70adb9463e8ca009ecf3c ./boot/grub/i386-pc/f2fs.mod 2e79432ce0b06edfbd0347e1f6e9ba71 ./boot/grub/i386-pc/efiemu64.o ea43898bb7085b35d4dfa6601e7cbb4f ./boot/grub/i386-pc/gcry_rfc2268.mod 8bc4050a68c9165733465a115f41c022 ./boot/grub/i386-pc/hashsum.mod ca6949be850cec7c37364479d4b7691e ./boot/grub/i386-pc/wrmsr.mod 2b9a48d2e705ba84f5429284b2535101 ./boot/grub/i386-pc/scsi.mod 08b0f1e1d80d8ddf36b2f5ba0079a15d ./boot/grub/i386-pc/cat.mod 6b3d3a18c43899a5b1504acb3a44cf85 ./boot/grub/i386-pc/plan9.mod ff5831a19751d787d91c8fe2d9522433 ./boot/grub/i386-pc/linux16.mod 5f721b2e98b49c7054c2fe9e58efde48 ./boot/grub/i386-pc/test_blockarg.mod 6db36a66db2a6fcb01f24174abccf1a4 ./boot/grub/i386-pc/password_pbkdf2.mod d78b5849925988dbba0b42d8bf83c507 ./boot/grub/i386-pc/video_cirrus.mod 670a2b69edd4d23bf23f9d704eb56ad6 ./boot/grub/i386-pc/legacycfg.mod a874eed30b89fdb599c6be92ab0233ab ./boot/grub/i386-pc/bswap_test.mod 774a8c9dfaf19e6478bb65898142c513 ./boot/grub/i386-pc/spkmodem.mod 274cbb5e539ce89c1bf1d0b28324073f ./boot/grub/i386-pc/backtrace.mod 53e9dbdfe0a5b702ffd3c6fbf996f734 ./boot/grub/i386-pc/nativedisk.mod cc7617bdb065e6b29418c315e1a33870 ./boot/grub/i386-pc/cpio.mod ec510fc8dd4219c59cf0a52307e87029 ./boot/grub/i386-pc/zfscrypt.mod f343afa2085c75a4a0be01be8a61e308 ./boot/grub/i386-pc/usbserial_common.mod f4765041119a81d434ce54905ba87864 ./boot/grub/i386-pc/json.mod 0c87a5e6082c61032aae3a28e142b3ae ./boot/grub/i386-pc/luks2.mod 8d7af7a14172b373fef0000a1d790d95 ./boot/grub/i386-pc/romfs.mod 4764dc1bb6d0a44edf48422465d18266 ./boot/grub/i386-pc/ufs1.mod 3e64372676e77c6a754c9dfaa5a7d004 ./boot/grub/i386-pc/trig.mod 38edb999479ea37d2e4634cf6320757d ./boot/grub/i386-pc/at_keyboard.mod 7931f6313ce23a244fdb6f2b35ca5965 ./boot/grub/i386-pc/sleep_test.mod d91aadee05cff6f70e6f6d8cf51cf485 ./boot/grub/i386-pc/videoinfo.mod c8ffe3d72e4ae57d2f2069f5c1ca3c33 ./boot/grub/i386-pc/memdisk.mod 1a1840e0c4741123e761e075a060a870 ./boot/grub/i386-pc/minix3_be.mod 0802df9e57da59f639c614e1fbf8be6c ./boot/grub/i386-pc/video_bochs.mod 84d9d07f9ec1eadd98944f18e5a345bf ./boot/grub/i386-pc/biosdisk.mod 3d87968843d4b82152be37d8fcc5353e ./boot/grub/i386-pc/part_sun.mod 84e579a72f43b323d4efe937e86242ab ./boot/grub/i386-pc/cbfs.mod 8d1425da88f683c689e8a5b168dcd31e ./boot/grub/i386-pc/pxe.mod 3a823e761ccd543ba3dca4007a8e09c9 ./boot/grub/i386-pc/pata.mod 5fbcd6f4a79f84eecf8468ad04a7918d ./boot/grub/i386-pc/ldm.mod 755874dc2c5d6ead0d706f1b6693613a ./boot/grub/i386-pc/priority_queue.mod b5fb487026c8f84d103e1f62a7145dab ./boot/grub/i386-pc/search_fs_file.mod e930876a484c1e7643d7ada2ac6fad02 ./boot/grub/i386-pc/videotest.mod b02a6fa63c8deaf817d1a169f8e1ec60 ./boot/grub/i386-pc/zstd.mod 96beda36ae639f70fbed5e9c14c54ec5 ./boot/grub/i386-pc/date.mod 83f888bfec1c9cee6c6f749729fa3c72 ./boot/grub/i386-pc/mmap.mod 989b51d116bbd3b5b1b0a5852fef871e ./boot/grub/i386-pc/hfspluscomp.mod 93b961cf62129db0b1d953d9f5a4bd4f ./boot/grub/i386-pc/minix2.mod 9d3a3fc4c7a0dbdc3e2dff538dfe2820 ./boot/grub/i386-pc/ohci.mod 9dbd8966867b07d7d9639d21f82a5066 ./boot/grub/i386-pc/font.mod 093897a5ba01e569ddc857d5e6a73ffc ./boot/grub/i386-pc/elf.mod d41d8cd98f00b204e9800998ecf8427e ./boot/grub/i386-pc/fdt.lst f3ff3dbef0577c8a607dccf57ad4d2e7 ./boot/grub/i386-pc/gzio.mod 44a55351a38cb7861a5f6099d168784d ./boot/grub/i386-pc/loadenv.mod 5e384703f66e73efcd1d56f4f646cfef ./boot/grub/i386-pc/boot.mod e956d337104f994166afa750071e497c ./boot/grub/i386-pc/gfxterm_background.mod 39e332135347e1d8652877ee3015b695 ./boot/grub/i386-pc/xnu_uuid.mod 2dea00fef914e49241775aa14201e621 ./boot/grub/i386-pc/disk.mod 9a42a4d9db96cb7212f38d8109b45e1f ./boot/grub/i386-pc/cbmemc.mod e74b6ce0a200a38d16c19eb30b1f3b76 ./boot/grub/i386-pc/part_apple.mod 44ff1fd8d02cc489ee38996567c711f0 ./boot/grub/i386-pc/xnu.mod 771a674a227c71e6e206cd9f3b26f50a ./boot/grub/i386-pc/tftp.mod 5c67da60dee24788d2c16a2dd0728f33 ./boot/grub/i386-pc/multiboot.mod badf57f43b5d86a45141eba748292cc2 ./boot/grub/i386-pc/pci.mod 08aececea41ff8e3b6dcf0033e3195b3 ./boot/grub/i386-pc/gcry_sha256.mod c0d16f77ea7d391646bbdc1cb11c811c ./boot/grub/i386-pc/testload.mod 856085d1f37cba1306b52fc4e83e5c99 ./boot/grub/i386-pc/terminal.lst 2f829a013450ff2e08413abb3c31a5b5 ./boot/grub/i386-pc/video.lst 91cb1fa874042e9896191a08af74a22c ./boot/grub/i386-pc/datehook.mod bd744bebeec50168d2b29ea241f3b66b ./boot/grub/i386-pc/btrfs.mod 3aa1781837cc7720470942ba28ef95d4 ./boot/grub/i386-pc/read.mod 580f7f4e4bc1251c8b5aa3d4ec183024 ./boot/grub/i386-pc/gcry_dsa.mod e35362a7e67d268657bdacba922a0813 ./boot/grub/i386-pc/password.mod 183c2774847b210680bef131e31ca3dc ./boot/grub/i386-pc/usbms.mod 477d6694a21182eb799c5afcaf3747cd ./boot/grub/i386-pc/odc.mod f9e562e63e6620b46319ed0d70328bf5 ./boot/grub/i386-pc/keystatus.mod 01af3f23c4ce826de1f44262435a2cb1 ./boot/grub/i386-pc/gcry_rsa.mod 8e6f0eb96df1edfcdc49c48b264171fe ./boot/grub/i386-pc/part_msdos.mod 0c5ee80fb7756c61a21792f72bbfe1e7 ./boot/grub/i386-pc/all_video.mod 39ba96ae56920ed0b9c08be9b2772d86 ./boot/grub/i386-pc/bfs.mod 6280bd2c5c496d8a4561df3bc68af820 ./boot/grub/i386-pc/gfxmenu.mod 5525572898549b6b15624f135af1c40e ./boot/grub/i386-pc/jpeg.mod 2d6da7a58cb464c68ba2905b65295580 ./boot/grub/i386-pc/cryptodisk.mod e73fa82677cd9aff69db48fad6cb4ce2 ./boot/grub/i386-pc/part_dvh.mod d4474b308548c7beed7b98bde3805abd ./boot/grub/i386-pc/syslinuxcfg.mod be7ecf6b1fe0c5f61a04affbd68c82c9 ./boot/grub/i386-pc/signature_test.mod aefc300799172002d5b748614717240a ./boot/grub/i386-pc/xzio.mod 860020abe27913dff57a0f2c9b273544 ./boot/grub/i386-pc/part_gpt.mod 434d18992d439e055a15e9622bbf98d5 ./boot/grub/i386-pc/normal.mod 2177b054485c5a2b40d44423f098b044 ./boot/grub/i386-pc/pcidump.mod 183e0b8bfcb560925c9f2da72aae9801 ./boot/grub/i386-pc/cmp_test.mod 72e1d359a9698f4687fcb98ffb0e4b47 ./boot/grub/i386-pc/pbkdf2.mod 4c6c5e1599cb72949181db79205e9ad3 ./boot/grub/i386-pc/lvm.mod c81e58f5427a95fbf9153caba4b89813 ./boot/grub/i386-pc/part_amiga.mod e6849a68cf2a0c85d6f9af0deb1481db ./boot/grub/i386-pc/msdospart.mod b5c38aae580046c7a254c15c54638bab ./boot/grub/i386-pc/blocklist.mod ecd912bae383471f75ffc04d10c2322a ./boot/grub/i386-pc/morse.mod aaad80126d3e225cf6132fe6b10e581b ./boot/grub/i386-pc/gcry_seed.mod 88843472cff0e0407fe01cd7dfad7cdb ./boot/grub/i386-pc/multiboot2.mod 4defd248ae4053ea901c7de5c2a29bc0 ./boot/grub/i386-pc/usb_keyboard.mod 83cc768ee68154eb981b20f8d6d064c3 ./boot/grub/i386-pc/minix_be.mod b6e1c7b442558c6b7c35d247bcc3c94c ./boot/grub/i386-pc/plainmount.mod 7ea2ba6818d6fa1f134597b88bd85899 ./boot/grub/loopback.cfg d969792771a5121c9b02164cc8b69703 ./boot/grub/grub.cfg f80e736c32820067cd55ce118a431993 ./boot/memtest86+x64.bin 9aaed8a47ff46ca97823a2b72ac41b1b ./EFI/boot/grubx64.efi 07e25dcaf57c776875f78fa36827c58e ./EFI/boot/bootx64.efi 4ba5a5aad43c197e9fb58b76b404d287 ./EFI/boot/mmx64.efi ac3a675bbb7c16eb581c56b8eebdaeec ./pool/restricted/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23ubuntu1_all.deb dd0d0b7b7e52540a8b4cf156a78644d1 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-common-550_550.120-0ubuntu0.24.04.1_all.deb a58c3ec4bbb1ac36c9a79fa92b73316f ./pool/restricted/n/nvidia-graphics-drivers-550/xserver-xorg-video-nvidia-550_550.120-0ubuntu0.24.04.1_amd64.deb 78456c13a10329e1dbf111b3659b0964 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-fbc1-550_550.120-0ubuntu0.24.04.1_amd64.deb 2834169f6be039c30c118d81814744c5 ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-firmware-550-550.120_550.120-0ubuntu0.24.04.1_amd64.deb 328d229fe67c50c0da4fe5cc67f3f570 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-gl-550_550.120-0ubuntu0.24.04.1_amd64.deb 868a1e0fe1770eb061f1f148e2dc1496 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-cfg1-550_550.120-0ubuntu0.24.04.1_amd64.deb 26ecd6d281b681d36a5a7a64650e4a79 ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-kernel-source-550_550.120-0ubuntu0.24.04.1_amd64.deb eb31f244531e8597c387e6afaedc3ecf ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-utils-550_550.120-0ubuntu0.24.04.1_amd64.deb 5fe06d4cd7facb176cf348763560686e ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-driver-550_550.120-0ubuntu0.24.04.1_amd64.deb d1de38bff160ec2902cbcabcb7c6cc6a ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-decode-550_550.120-0ubuntu0.24.04.1_amd64.deb 7df64b3bebeb15ec38130c218affae2b ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-compute-550_550.120-0ubuntu0.24.04.1_amd64.deb 3700b6ea95e5206e7a771de74465c645 ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-compute-utils-550_550.120-0ubuntu0.24.04.1_amd64.deb 7dfa2090cff8d5a1b142dce876166672 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-encode-550_550.120-0ubuntu0.24.04.1_amd64.deb 262cf918a1b6609b9fb833069bfd328f ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-extra-550_550.120-0ubuntu0.24.04.1_amd64.deb de1d7dcbfee0ce823bfbe5637ac9e723 ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-kernel-common-550_550.120-0ubuntu0.24.04.1_amd64.deb 2b2b729ad95d9a33449a38c660e136e9 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-gl-535_535.183.01-0ubuntu0.24.04.1_i386.deb 9d00bb93b8cbc07d25af360ca0a5205b ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-kernel-common-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 18cd778cb603fb9378da148f7554deb2 ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-driver-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 2e6f668309a30cbd0131e27ae263b790 ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-firmware-535-535.183.01_535.183.01-0ubuntu0.24.04.1_amd64.deb 39ee01c27c412a963b6ee59d3e762a32 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-compute-535_535.183.01-0ubuntu0.24.04.1_i386.deb 5d001f98f29dfd03ce152d7c3957ac4f ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-utils-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 065b0f2bbc42ace8ee4a168d355b836d ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-fbc1-535_535.183.01-0ubuntu0.24.04.1_amd64.deb c941bcf885892d8142b5f6a7782de5f0 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-encode-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 8bab65f89a8cc50f45d3360f91804d3a ./pool/restricted/n/nvidia-graphics-drivers-535/xserver-xorg-video-nvidia-535_535.183.01-0ubuntu0.24.04.1_amd64.deb e748086a4832d2edb533f2ae9bc4d3ea ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-compute-utils-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 6521772db2e26e990a5d04a9b917c8a2 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-encode-535_535.183.01-0ubuntu0.24.04.1_i386.deb 0ad0e44ff60f6acd891f9191a225289b ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-gl-535_535.183.01-0ubuntu0.24.04.1_amd64.deb b60101ab386496b7a3c28b10ad7d01b3 ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-kernel-source-535_535.183.01-0ubuntu0.24.04.1_amd64.deb bc134edd126508ecab7e562d98993d69 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-fbc1-535_535.183.01-0ubuntu0.24.04.1_i386.deb 70f89ee8b658711218d9a9db2fb380a8 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-extra-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 23839a6178280f8d0f3e81d9af5673e9 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-common-535_535.183.01-0ubuntu0.24.04.1_all.deb d3d9647325b25ce9fd3ca0ed5d980433 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-decode-535_535.183.01-0ubuntu0.24.04.1_amd64.deb cb074e607c210b9ad92a5af6abf3df48 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-compute-535_535.183.01-0ubuntu0.24.04.1_amd64.deb a3564358a7395ba316e9d1ee17934a13 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-decode-535_535.183.01-0ubuntu0.24.04.1_i386.deb 364e6e8a1840c58f60098bd1de4df76f ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-cfg1-535_535.183.01-0ubuntu0.24.04.1_amd64.deb b363d455f6e2b3560b7380885f5f5ca8 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-modules-nvidia-535-generic-hwe-24.04_6.11.0-24.24~24.04.1_amd64.deb 5e1ec0d4e1402b528e4993e6dfce0a73 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-objects-nvidia-535-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb bb2d5fd3a1acfda5ce8a76099c00b485 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-modules-nvidia-535-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 549e5fa67d485e70768b6cb649534fbf ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-modules-nvidia-550-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 7c4563674790823080ae58dda9e76f55 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-modules-nvidia-550-generic-hwe-24.04_6.11.0-24.24~24.04.1_amd64.deb 3d8af97bc2dde72fe14822b6ce487658 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-objects-nvidia-550-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 0fa47edb03640dce1d5db0722c2c8694 ./pool/restricted/l/linux-restricted-signatures-oem-6.8/linux-signatures-nvidia-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb 3b5f23006d697dce1c6e12414a8bc5e7 ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-objects-nvidia-550-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb afdb8cd4f0611543d1bf463cd5ffb25a ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-modules-nvidia-550-oem-24.04_6.8.0-1026.26_amd64.deb 53175286612954a3ecd707f279aeec4c ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-modules-nvidia-535-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb 13e20d00873ff33c401dae36f2906429 ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-modules-nvidia-550-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb 362cc7239aa674b5c399ed8a66cdc096 ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-objects-nvidia-535-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb f3e50b7b50e1089444cab3a4993c1f0a ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-modules-nvidia-535-oem-24.04_6.8.0-1026.26_amd64.deb 26f891ae93a242dabf258482764234e8 ./pool/restricted/l/linux-restricted-signatures-hwe-6.11/linux-signatures-nvidia-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 59ddb1d41310187f7f18bb70c6770e49 ./pool/restricted/s/sl-modem/sl-modem-daemon_2.9.11~20110321-19build2_i386.deb 13a668b56569a2f172ee5bfa9bdb9bf7 ./pool/main/libd/libdrm/libdrm-nouveau2_2.4.122-1~ubuntu0.24.04.1_i386.deb b9b8ff08827c5f4615d1d743f1d2aa3b ./pool/main/libd/libdrm/libdrm2_2.4.122-1~ubuntu0.24.04.1_i386.deb 7a31bc906e852a69f70cb7ff1b9d10a7 ./pool/main/libd/libdrm/libdrm-amdgpu1_2.4.122-1~ubuntu0.24.04.1_i386.deb 0ac0ab4e999d82979011591ad6efc883 ./pool/main/libd/libdrm/libdrm-intel1_2.4.122-1~ubuntu0.24.04.1_i386.deb f893a06ad609f16474b879432eddccc7 ./pool/main/libd/libdrm/libdrm-radeon1_2.4.122-1~ubuntu0.24.04.1_i386.deb 40969863ecb34e9446e8ed662ed6f9cd ./pool/main/p/pkgconf/libpkgconf3_1.8.1-2build1_amd64.deb 1fdee02605eadac55057164180d2ec0e ./pool/main/p/pkgconf/pkgconf_1.8.1-2build1_amd64.deb 84aa73f080be531f0759615085121e1b ./pool/main/p/pkgconf/pkgconf-bin_1.8.1-2build1_amd64.deb 051c0709cd8776eef3b127e11185e426 ./pool/main/p/pkgconf/pkg-config_1.8.1-2build1_amd64.deb 032f1840094638e33bf47264e4904626 ./pool/main/p/python-netaddr/python3-netaddr_0.8.0-2ubuntu1_all.deb 890950d330d645e853ba9bba54435d1c ./pool/main/libe/libedit/libedit2_3.1-20230828-1build1_i386.deb 36a10af007f3f9c402f195bd3284dd56 ./pool/main/a/amd64-microcode/amd64-microcode_3.20231019.1ubuntu2.1_amd64.deb f29b7b752cbbbfdbb0049652493c5b2b ./pool/main/x/xz-utils/liblzma5_5.6.1+really5.4.5-1ubuntu0.2_i386.deb 0000fb83c7718dda72e468cc49e5f558 ./pool/main/x/xfsprogs/xfsprogs_6.6.0-1ubuntu2.1_amd64.deb ead3647159ecf7f7f8cce7379b663e7b ./pool/main/libz/libzstd/libzstd1_1.5.5+dfsg2-2build1.1_i386.deb 1cec79129d6ec5afa6a73dddcf023df2 ./pool/main/libf/libfile-fcntllock-perl/libfile-fcntllock-perl_0.22-4ubuntu5_amd64.deb a98ff5acc195a876834c7caab40f180f ./pool/main/libf/libffi/libffi8_3.4.6-1build1_i386.deb ec9f01e1fa28b1ba96d154e0f8130a4f ./pool/main/b/bpfcc/libbpfcc_0.29.1+ds-1ubuntu7_amd64.deb 49a6e5c5fc57859b34054de59bd26e26 ./pool/main/b/bpfcc/bpfcc-tools_0.29.1+ds-1ubuntu7_all.deb ab5677abfdc99226245d7fdbbb6f6e24 ./pool/main/b/bpfcc/python3-bpfcc_0.29.1+ds-1ubuntu7_all.deb b9da8e8bfc091ca9222e60e728754828 ./pool/main/b/bpftrace/bpftrace_0.20.2-1ubuntu4.3_amd64.deb 08c163a4162e901a6b967266bb6fffa4 ./pool/main/b/binutils/binutils_2.42-4ubuntu2.5_amd64.deb 28f1bf414a9a68fee8d724226e2a9481 ./pool/main/b/binutils/libsframe1_2.42-4ubuntu2.5_amd64.deb bd7cd8a54405ea25482bc120d07e684b ./pool/main/b/binutils/libgprofng0_2.42-4ubuntu2.5_amd64.deb 19b72791167bcf7399e64bd9fbe710c5 ./pool/main/b/binutils/libbinutils_2.42-4ubuntu2.5_amd64.deb 7995baeb20007b2dc5c4d276426adc4a ./pool/main/b/binutils/libctf-nobfd0_2.42-4ubuntu2.5_amd64.deb 9c82bbeeec75eb3f184720a78e375ae3 ./pool/main/b/binutils/libctf0_2.42-4ubuntu2.5_amd64.deb 31bca74965af83e2fe78205646c21de1 ./pool/main/b/binutils/binutils-common_2.42-4ubuntu2.5_amd64.deb 479b2d917126c30ae699b48f6a553e41 ./pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42-4ubuntu2.5_amd64.deb 2f7837e0e0695c408747a7d15b99ecb0 ./pool/main/b/bzip2/bzip2_1.0.8-5.1build0.1_amd64.deb 8f4ef9e24f541e66e9cbc3d653cb1e49 ./pool/main/b/b43-fwcutter/b43-fwcutter_1%3a019-11build1_amd64.deb 4d68ffae811efe26d2bbb7dea480f0e7 ./pool/main/b/build-essential/build-essential_12.10ubuntu1_amd64.deb f74a1d3758313416fe3f0a9ef82450f3 ./pool/main/b/bcache-tools/bcache-tools_1.0.8-5build1_amd64.deb b3f08bb8244613c4962f4c94e6cb147a ./pool/main/b/btrfs-progs/btrfs-progs_6.6.3-1.1build2_amd64.deb dff11446ee033d00c6ad957081a39166 ./pool/main/h/hwdata/hwdata_0.379-1_all.deb 63196a80c12caacb30ab59f9901c44d0 ./pool/main/k/keyutils/libkeyutils1_1.6.3-3build1_i386.deb 5d7997bf726ec2829e33298a4135752b ./pool/main/k/krb5/libk5crypto3_1.20.1-6ubuntu2.5_i386.deb 8de13cbb9db2241cbcc5da4bd5a590c7 ./pool/main/k/krb5/libkrb5-3_1.20.1-6ubuntu2.5_i386.deb 12d574853e0500204721f710a8af462c ./pool/main/k/krb5/libkrb5support0_1.20.1-6ubuntu2.5_i386.deb e584efbeaabedb2532dd06aa25d1a687 ./pool/main/k/krb5/libgssapi-krb5-2_1.20.1-6ubuntu2.5_i386.deb 82ede20e61d1167a2205d398819d67ff ./pool/main/libc/libcap2/libcap2_1%3a2.66-5ubuntu2.2_i386.deb c8198017ad753d87c1e5a8420a846e4f ./pool/main/libv/libvdpau/vdpau-driver-all_1.5-2build1_amd64.deb 6f357aa63d943368045ad301b5e3cc51 ./pool/main/libv/libvdpau/libvdpau1_1.5-2build1_amd64.deb 47a1446fb12bff458e36223c4a4ebfe5 ./pool/main/e/efibootmgr/efibootmgr_18-1build2_amd64.deb 55bac5735763d585798b9a223058c302 ./pool/main/e/expat/libexpat1_2.6.1-2ubuntu0.3_i386.deb 7eef12382e442895c1f1e144b634c009 ./pool/main/e/egl-wayland/libnvidia-egl-wayland1_1%3a1.1.13-1build1_amd64.deb 80f0d3c692afdd8070caf415e80531ba ./pool/main/e/e2fsprogs/libcom-err2_1.47.0-2.4~exp1ubuntu4.1_i386.deb e6bbaa9d12231d99db3f921a1b6e7a8c ./pool/main/t/thin-provisioning-tools/thin-provisioning-tools_0.9.0-2ubuntu5.1_amd64.deb 30eec52ff04de2b167688e9d5d66ce05 ./pool/main/t/thermald/thermald_2.5.6-2ubuntu0.24.04.2_amd64.deb 0898bd5b4fa4e0e7998611c20b2966dd ./pool/main/z/zlib/zlib1g_1%3a1.3.dfsg-3.1ubuntu2.1_i386.deb 2e59ea8589fa1511cc9cf26eabd01e14 ./pool/main/z/zfs-linux/libuutil3linux_2.2.2-0ubuntu9.2_amd64.deb e08290024fbfb6ba71fc3a1b3430651a ./pool/main/z/zfs-linux/libzpool5linux_2.2.2-0ubuntu9.2_amd64.deb 8ac7face34684d78a7ba93e06fbfc4cd ./pool/main/z/zfs-linux/libnvpair3linux_2.2.2-0ubuntu9.2_amd64.deb 95c731f6ab80f49f2d56aa90bc5413b3 ./pool/main/z/zfs-linux/zfs-initramfs_2.2.2-0ubuntu9.2_amd64.deb b7b46e3742195e3d430b7ac93481efe4 ./pool/main/z/zfs-linux/zfs-zed_2.2.2-0ubuntu9.2_amd64.deb a58c8de87678d028d207fcc669fcbfed ./pool/main/z/zfs-linux/libzfs4linux_2.2.2-0ubuntu9.2_amd64.deb eb741a7bdc78929c4ad267c489a676e4 ./pool/main/z/zfs-linux/zfsutils-linux_2.2.2-0ubuntu9.2_amd64.deb d7cfdc38cfb61c11148515bfb6e162a5 ./pool/main/libx/libxau/libxau6_1%3a1.0.9-1build6_i386.deb 2a23e5be759bdabb8b9d5c18ac4c1c95 ./pool/main/libx/libxcb/libxcb1_1.15-1ubuntu2_i386.deb 90d0e5c530e25aa2b4af81df7a791d00 ./pool/main/libx/libxcb/libxcb-xfixes0_1.15-1ubuntu2_i386.deb 02c8484cf44278c6e7781c05765c0fdd ./pool/main/libx/libxcb/libxcb-dri3-0_1.15-1ubuntu2_i386.deb 425986a4de3077f890290bf2cbc749bf ./pool/main/libx/libxcb/libxcb-shm0_1.15-1ubuntu2_i386.deb 93892ca4c7960766eb311c4634e18599 ./pool/main/libx/libxcb/libxcb-present0_1.15-1ubuntu2_i386.deb 591fedba91df0f32a7e860e2db56bb98 ./pool/main/libx/libxcb/libxcb-dri2-0_1.15-1ubuntu2_i386.deb 49dcaf624a42119d389b9cf894581d76 ./pool/main/libx/libxcb/libxcb-glx0_1.15-1ubuntu2_i386.deb 16b030e7eb0ae59756a3357aae0dddcf ./pool/main/libx/libxcb/libxcb-sync1_1.15-1ubuntu2_i386.deb 924c955a7b2325b9aacf0fe680683ab5 ./pool/main/libx/libxcb/libxcb-randr0_1.15-1ubuntu2_i386.deb 184e953b204e764ac1588bd440af3e1f ./pool/main/libx/libxext/libxext6_2%3a1.3.4-1build2_i386.deb df10386a2d6ec46d9bed202ce10ebae1 ./pool/main/libx/libxxf86vm/libxxf86vm1_1%3a1.1.4-1build4_i386.deb a3fa5c055e7506c5ae497265220edaa5 ./pool/main/libx/libxml2/libxml2_2.9.14+dfsg-1.3ubuntu3.3_i386.deb d572cba052800153169d31b26c136a0a ./pool/main/libx/libxfixes/libxfixes3_1%3a6.0.0-2build1_i386.deb 34a3a80d3f366c43370c66d7a709be65 ./pool/main/libx/libxcrypt/libcrypt-dev_1%3a4.4.36-4build1_amd64.deb cf45dfc9169caa7d38e797153c062271 ./pool/main/libx/libx11/libx11-xcb1_2%3a1.8.7-1build1_i386.deb 3a6b88b6b40ee38779a915a22ffca1ac ./pool/main/libx/libx11/libx11-6_2%3a1.8.7-1build1_i386.deb e6f210dfc9bd9d49e729934be46cc7e6 ./pool/main/libx/libxshmfence/libxshmfence1_1.3-1build5_i386.deb 47705609530955ccd889fa44ff9003b5 ./pool/main/libx/libxdmcp/libxdmcp6_1%3a1.1.3-0ubuntu6_i386.deb e11dfb40273bd319c527b0f54a2c51df ./pool/main/liba/libalgorithm-diff-xs-perl/libalgorithm-diff-xs-perl_0.04-8build3_amd64.deb 40c9245c939e970765c140f16d609cce ./pool/main/liba/libalgorithm-diff-perl/libalgorithm-diff-perl_1.201-1_all.deb 2a23c869738d4d0d12668daa7e11be02 ./pool/main/liba/libaio/libaio1t64_0.3.113-6build1.1_amd64.deb 8a3beaed0f64ebce668caa459f85f785 ./pool/main/liba/libalgorithm-merge-perl/libalgorithm-merge-perl_0.08-5_all.deb 3e5181f9c2b5011d57058b228c2ded35 ./pool/main/libs/libsigsegv/libsigsegv2_2.14-1ubuntu2_amd64.deb eceeda70e5850fc4b3f744a6c8999849 ./pool/main/i/iucode-tool/iucode-tool_2.3.1-3build1_amd64.deb 43b634516206b3ded50c330aeebf57d6 ./pool/main/i/intel-microcode/intel-microcode_3.20250211.0ubuntu0.24.04.1_amd64.deb 8fe2b02ee73155b7c46c6a44dd72385f ./pool/main/i/ieee-data/ieee-data_20220827.1_all.deb 60e2bace312c9870bae5bbf59583c95c ./pool/main/o/oem-somerville-lapras-13-meta/oem-somerville-lapras-13-meta_24.04~ubuntu1_all.deb 5b219d77be5ccd1f3c7a4d655dbfe2e0 ./pool/main/o/oem-somerville-tentacool-rpl-meta/oem-somerville-tentacool-rpl-meta_24.04~ubuntu1_all.deb 3b2bf41b71c307968b417209f1189e4f ./pool/main/o/oem-somerville-oddish13-meta/oem-somerville-oddish13-meta_24.04~ubuntu1_all.deb be366e5e44bc9a6abf877856ebb7781c ./pool/main/o/oem-somerville-treecko-meta/oem-somerville-treecko-meta_24.04~ubuntu1_all.deb 09503bcc51af6c9e4d932b7c002fc786 ./pool/main/o/oem-somerville-tentacool-meta/oem-somerville-tentacool-meta_24.04~ubuntu1_all.deb 6b33fac31efbd0e2c53c1f5fe63be063 ./pool/main/o/open-isns/libisns0t64_0.101-0.3build3_amd64.deb 2cb75e1ebaa9e33f26dfd69595c1c9a6 ./pool/main/o/oem-somerville-oddish-meta/oem-somerville-oddish-meta_24.04~ubuntu1_all.deb 2e3450e74a39113267baf28a7795d343 ./pool/main/o/oem-somerville-oricorio-meta/oem-somerville-oricorio-meta_24.04~ubuntu1_all.deb 7d8d71b3786af15e8929af7806bcb88a ./pool/main/o/oem-qemu-meta/oem-qemu-meta_20.04~ubuntu6_all.deb e6e5c97b9dc9973d8ffaf3fbd5b20396 ./pool/main/o/oem-somerville-lapras-meta/oem-somerville-lapras-meta_24.04~ubuntu1_all.deb b450e6b82f3c751e53c719fece9f16d8 ./pool/main/o/oem-somerville-torchic-meta/oem-somerville-torchic-meta_24.04~ubuntu1_all.deb 67a866e52dca103dc6d27b4f60dd3f2c ./pool/main/o/open-iscsi/libopeniscsiusr_2.1.9-3ubuntu5.3_amd64.deb 9039a8eaf6850965b032ba29ed5f4871 ./pool/main/o/open-iscsi/open-iscsi_2.1.9-3ubuntu5.3_amd64.deb c5a9ccac49213dfd3ff7b99a99cd7e99 ./pool/main/o/oem-somerville-magmar-meta/oem-somerville-magmar-meta_24.04~ubuntu1_all.deb 83363a8466fdbfdb7173db482fd98e63 ./pool/main/o/oem-somerville-muk-meta/oem-somerville-muk-meta_24.04~ubuntu1_all.deb eb3fc08924f10d3c2ac094b8b4429689 ./pool/main/libg/libgpg-error/libgpg-error0_1.47-3build2.1_i386.deb 376b36e0f052ea7bd90500cbaf24a98b ./pool/main/libg/libglvnd/libglvnd0_1.7.0-1build1_i386.deb 9a717990a2a543b23c2dfb043b64b993 ./pool/main/libg/libglvnd/libgl1_1.7.0-1build1_i386.deb f1a47093411633de61fcc0fe3ee5a7ab ./pool/main/libg/libglvnd/libglx0_1.7.0-1build1_i386.deb 4d1e5661194c1ca56d6f7d707d713af0 ./pool/main/libg/libgcrypt20/libgcrypt20_1.10.3-2build1_i386.deb c2c2f5e2648f5496caacc37285cf7c0c ./pool/main/r/realmd/realmd_0.17.1-3build2_amd64.deb 3a3c0a02df93bcc6b576a81794e2baa5 ./pool/main/r/reiserfsprogs/reiserfsprogs_1%3a3.6.27-7.1build1_amd64.deb f75729e2e4dc2d8b1b99179ae6bf279f ./pool/main/r/reiserfsprogs/libreiserfscore0t64_1%3a3.6.27-7.1build1_amd64.deb 31d10cb81c6d61c4b97bfbdb926c0641 ./pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb 05dbeefcfba1b8722ab4491288ad5a61 ./pool/main/c/cryptsetup/cryptsetup-bin_2%3a2.7.0-1ubuntu4.2_amd64.deb b8b561aaf60c988bd934ff0bb2f49363 ./pool/main/c/cryptsetup/cryptsetup_2%3a2.7.0-1ubuntu4.2_amd64.deb 3bd458aeae19669b000af8965e79c0fa ./pool/main/c/cryptsetup/cryptsetup-initramfs_2%3a2.7.0-1ubuntu4.2_all.deb 955c2fb815b0c2ac9a8c8209c05f66e2 ./pool/main/libb/libbsd/libbsd0_0.12.1-1build1.1_i386.deb bd046db6791911ff75514e2935e12769 ./pool/main/libi/libidn2/libidn2-0_2.3.7-2build1.1_i386.deb 53c00ad36d855881e1300c84f9ff38ba ./pool/main/n/ncurses/libtinfo6_6.4+20240113-1ubuntu2_i386.deb a2dc1c63129e5b12d2aac901310158ef ./pool/main/n/nvidia-settings/libxnvctrl0_510.47.03-0ubuntu4_amd64.deb 0c5553ad80f331512f5209f803e1aa00 ./pool/main/n/nvidia-settings/nvidia-settings_510.47.03-0ubuntu4_amd64.deb 485e6619c79ca1dda505b68ae6a0b50d ./pool/main/n/nvidia-prime/nvidia-prime_0.8.17.2_all.deb 89cc220dcdcdf2596cc6b9ac4d393612 ./pool/main/l/lvm2/liblvm2cmd2.03_2.03.16-3ubuntu3.2_amd64.deb 7335ebc2c69232c9bdae6dda4f09df67 ./pool/main/l/lvm2/dmeventd_2%3a1.02.185-3ubuntu3.2_amd64.deb 58096265469bc663bfdc7b3072adc038 ./pool/main/l/lvm2/libdevmapper-event1.02.1_2%3a1.02.185-3ubuntu3.2_amd64.deb afc2cf3badf2412576440c8a076b5fd4 ./pool/main/l/lvm2/lvm2_2.03.16-3ubuntu3.2_amd64.deb 0110a904e64900638f6d7bfd1dfb6e0b ./pool/main/l/lm-sensors/libsensors5_1%3a3.6.0-9build1_i386.deb c4af9480bdb8f12660464290eaa9dcd7 ./pool/main/l/linux-hwe-6.11/linux-modules-ipu6-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 5b0962cf07613057162a811d1bec306b ./pool/main/l/linux-hwe-6.11/linux-tools-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb fa2bd936fb34fbdfd3009311e023755d ./pool/main/l/linux-hwe-6.11/linux-hwe-6.11-tools-6.11.0-24_6.11.0-24.24~24.04.1_amd64.deb 39f6f52bcbd8a110a8ef6fbd7fadb917 ./pool/main/l/linux-hwe-6.11/linux-modules-extra-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 5a22a0e9f260e28ef7376764f078628f ./pool/main/l/linux-hwe-6.11/linux-hwe-6.11-headers-6.11.0-24_6.11.0-24.24~24.04.1_all.deb c00246dc97b35334ceb36447a498a3da ./pool/main/l/linux-hwe-6.11/linux-headers-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 567a4177bcf69bf5a23b1be9e594e5c5 ./pool/main/l/linux-hwe-6.11/linux-modules-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb ef930b62fb6d2fe3e0c5226503016a5a ./pool/main/l/linux-hwe-6.11/linux-modules-iwlwifi-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 3092b6a4881d38d0ee08ce8766cbcabb ./pool/main/l/lto-disabled-list/lto-disabled-list_47_all.deb 1c29620db5cd209ba03906ddee006aa6 ./pool/main/l/linux-meta/linux-headers-generic_6.8.0-58.60_amd64.deb 45c3031d71804058ab1e85181f6777d0 ./pool/main/l/linux-meta/linux-modules-ivsc-generic-hwe-24.04_6.8.0-31.31_amd64.deb 67de9dc3e139c8f20847b6207f40dbe1 ./pool/main/l/linux-signed-hwe-6.11/linux-image-6.11.0-24-generic_6.11.0-24.24~24.04.1_amd64.deb 02e24bd3a71cf43129fad5ece85d3033 ./pool/main/l/linux-meta-hwe-6.11/linux-generic-hwe-24.04_6.11.0-24.24~24.04.1_amd64.deb 43ba1387cb23232ef9629ec8d7ddeb67 ./pool/main/l/linux-meta-hwe-6.11/linux-modules-iwlwifi-generic-hwe-24.04_6.11.0-24.24~24.04.1_amd64.deb b348987c647270c094f3a3d29657470c ./pool/main/l/linux-meta-hwe-6.11/linux-headers-generic-hwe-24.04_6.11.0-24.24~24.04.1_amd64.deb f7adcf64c554903035a0ff8779ba2f21 ./pool/main/l/linux-meta-hwe-6.11/linux-image-generic-hwe-24.04_6.11.0-24.24~24.04.1_amd64.deb b0524f67a849cccbf0e3b9ce424dd6cb ./pool/main/l/linux-meta-hwe-6.11/linux-modules-ipu6-generic-hwe-24.04_6.11.0-24.24~24.04.1_amd64.deb 311e4eb1e17567176592789bda6fe0e0 ./pool/main/l/linux-signed/linux-image-6.8.0-31-generic_6.8.0-31.31_amd64.deb 856b587892e49cbd10d04f54ed85ad81 ./pool/main/l/linux/linux-headers-6.8.0-58_6.8.0-58.60_all.deb 28848f993bef2e9c78fcf3e3bed25ef9 ./pool/main/l/linux/linux-headers-6.8.0-58-generic_6.8.0-58.60_amd64.deb 36edff5f0a1814313d4470c1aa541953 ./pool/main/l/linux/linux-modules-ivsc-6.8.0-31-generic_6.8.0-31.31_amd64.deb b1ce3f9daaa9bdcab1a9b5934c15df23 ./pool/main/l/linux/linux-tools-common_6.8.0-58.60_all.deb ee2a68d72e9ae068c375bc01740b9490 ./pool/main/l/linux/linux-modules-6.8.0-31-generic_6.8.0-31.31_amd64.deb 608c36156fd646a71cc51bb638a61d0d ./pool/main/l/linux/linux-libc-dev_6.8.0-58.60_amd64.deb 5859b55e9fc2c6ab2cc70fb12ef0e8e2 ./pool/main/l/linux-signed-oem-6.8/linux-image-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb 8bf243b0f202a404888f67c45ee5d11a ./pool/main/l/llvm-toolchain-18/libclang1-18_1%3a18.1.3-1ubuntu1_amd64.deb 0831d10a65e327a0675469def4b73350 ./pool/main/l/llvm-toolchain-18/libclang-cpp18_1%3a18.1.3-1ubuntu1_amd64.deb ec11c39e6b6dcb1f58ac76c165322753 ./pool/main/l/llvm-toolchain-18/libllvm18_1%3a18.1.3-1ubuntu1_amd64.deb bea16890632f0ec576f74ee6ad357a21 ./pool/main/l/lz4/liblz4-1_1.9.4-1build1.1_i386.deb c676295200a841f82eee4be0e0dfeccb ./pool/main/l/linux-oem-6.8/linux-modules-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb 93f05483242a750a2760d5b6e06e632c ./pool/main/l/linux-oem-6.8/linux-oem-6.8-headers-6.8.0-1026_6.8.0-1026.26_all.deb 841a37cbe881900573342eceec697313 ./pool/main/l/linux-oem-6.8/linux-modules-iwlwifi-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb c77b6bf3708746c59f673fe4065f4b51 ./pool/main/l/linux-oem-6.8/linux-headers-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb 1864caab0bde42a1383d646ddb4c9246 ./pool/main/l/linux-oem-6.8/linux-oem-6.8-tools-6.8.0-1026_6.8.0-1026.26_amd64.deb 19daa2ce8a8283be55419afd346d7f2d ./pool/main/l/linux-oem-6.8/linux-modules-ipu6-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb e26c27f761d2e6541e899c5123de2171 ./pool/main/l/linux-oem-6.8/linux-tools-6.8.0-1026-oem_6.8.0-1026.26_amd64.deb da71d470a8dc396f727ac08423240111 ./pool/main/l/linux-meta-oem-6.8/linux-modules-iwlwifi-oem-24.04_6.8.0-1026.26_amd64.deb 910a645e822a53d6c2addbd9771cb4e3 ./pool/main/l/linux-meta-oem-6.8/linux-headers-oem-24.04_6.8.0-1026.26_amd64.deb fb99b7e034b2b9af08054115c2f81ef4 ./pool/main/l/linux-meta-oem-6.8/linux-oem-24.04_6.8.0-1026.26_amd64.deb ee4368df0d2f7aaa5d23625dc7293fd0 ./pool/main/l/linux-meta-oem-6.8/linux-image-oem-24.04_6.8.0-1026.26_amd64.deb 5c2c381da1794d017037f9e1215718cd ./pool/main/l/linux-meta-oem-6.8/linux-modules-ipu6-oem-24.04_6.8.0-1026.26_amd64.deb 11c1b71715c7c123b67a8dcc2ff93423 ./pool/main/l/linux-firmware/linux-firmware_20240318.git3b128b60-0ubuntu2.11_amd64.deb 877a7ed35bf98a9650daafcef0c6c371 ./pool/main/u/ubuntu-meta/ubuntu-kernel-accessories_1.539.2_amd64.deb cc049623644ac08cf39ede7933fd5007 ./pool/main/u/ubuntu-keyring/ubuntu-oem-keyring_2023.11.28.1_all.deb e093d4e14c8414fd3e1dfdad120a6a26 ./pool/main/m/mdadm/mdadm_4.3-1ubuntu2.1_amd64.deb 3d7e29eca8138536cc3ae43f3f6a9ef3 ./pool/main/m/manpages/manpages-dev_6.7-2_all.deb 41c424235a7b20fe12769acba74dee7f ./pool/main/m/multipath-tools/kpartx-boot_0.9.4-5ubuntu8_all.deb c5449fa2866b1934b27da8072ec3bdb1 ./pool/main/m/multipath-tools/multipath-tools_0.9.4-5ubuntu8_amd64.deb a804247b891002bbb3f3d5b0b8a377cc ./pool/main/m/multipath-tools/multipath-tools-boot_0.9.4-5ubuntu8_all.deb cc4026236d11e1e8a6627b28cc02be32 ./pool/main/m/multipath-tools/kpartx_0.9.4-5ubuntu8_amd64.deb b1839f6c3197608d1e888dec45d58a26 ./pool/main/m/mokutil/mokutil_0.6.0-2build3_amd64.deb 4a3151cd7e47d5f9040b7445cf44b9a5 ./pool/main/m/mesa/libgl1-mesa-dri_24.2.8-1ubuntu1~24.04.1_i386.deb 60e9ffb1ca24631be58d4537dc621256 ./pool/main/m/mesa/mesa-vdpau-drivers_24.2.8-1ubuntu1~24.04.1_amd64.deb 9ddb3362400d16a32217b8328079a20a ./pool/main/m/mesa/libglx-mesa0_24.2.8-1ubuntu1~24.04.1_i386.deb e001c9424abe2cbd78bf1785473a7859 ./pool/main/m/mesa/libglapi-mesa_24.2.8-1ubuntu1~24.04.1_i386.deb c7d04f7402e6979c2f3d3f1ebed316f6 ./pool/main/m/make-dfsg/make_4.3-4.1build2_amd64.deb 4d7b4c3d52ec3b3c6b421e5c40555859 ./pool/main/libn/libnsl/libnsl2_1.3.0-3build3_i386.deb 6f6e1c1227d00b62e8c222cedc67012a ./pool/main/s/systemd/libsystemd0_255.4-1ubuntu8.6_i386.deb 12bcf4dad8110fa3587c908f4ebe3dc7 ./pool/main/s/shim-signed/shim-signed_1.58+15.8-0ubuntu1_amd64.deb be5bcf855356dcf78a76e33355600d9b ./pool/main/s/setserial/setserial_2.17-54_amd64.deb 878075a15c0c5f7cbc6dbd55474ad640 ./pool/main/s/sg3-utils/libsgutils2-1.46-2_1.46-3ubuntu4_amd64.deb 251802ffbe308156d4017540f31e7030 ./pool/main/s/sg3-utils/sg3-utils-udev_1.46-3ubuntu4_all.deb d69928963eb4c7419f178ab29c9ba055 ./pool/main/s/sg3-utils/sg3-utils_1.46-3ubuntu4_amd64.deb 5ffa7ae072f97d09f39db5b775709089 ./pool/main/s/screen-resolution-extra/screen-resolution-extra_0.18.3_all.deb 2bd244a800e70ed77a148bcd87d07074 ./pool/main/g/gamemode/libgamemodeauto0_1.8.1-2build1_i386.deb f4316ea34da722521af9b13df2dd825f ./pool/main/g/gamemode/libgamemode0_1.8.1-2build1_i386.deb 33bbb3b95b54422e339222178c57f048 ./pool/main/g/grub2-signed/grub-efi-amd64-signed_1.202.5+2.12-1ubuntu7.3_amd64.deb 2d6fb155c4894959976a3ed84d41a553 ./pool/main/g/grub2-unsigned/grub-efi-amd64_2.12-1ubuntu7.3_amd64.deb c14bfb58400f73c861be79c5a932cd7b ./pool/main/g/grub2-unsigned/grub-efi-amd64-bin_2.12-1ubuntu7.3_amd64.deb 5cc4f7aad150a024be819aba07e7db65 ./pool/main/g/gcc-13/g++-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb 65be55c10e0be0bfcd7578138ae8345b ./pool/main/g/gcc-13/gcc-13-base_13.3.0-6ubuntu2~24.04_i386.deb 01dfd2ed2ea1c733321c8fded924023f ./pool/main/g/gcc-13/gcc-13_13.3.0-6ubuntu2~24.04_amd64.deb e09fe4deeb45cdd27db72a755f886ff7 ./pool/main/g/gcc-13/gcc-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb 0e2a2b4d94eb627afa4e45a4cb888a8b ./pool/main/g/gcc-13/g++-13_13.3.0-6ubuntu2~24.04_amd64.deb 54ba705e8b1fdded629e6c0baae7e760 ./pool/main/g/gcc-14/libcc1-0_14.2.0-4ubuntu2~24.04_amd64.deb 006aa6d01e99336d26e551c3bc16910e ./pool/main/g/gcc-14/libatomic1_14.2.0-4ubuntu2~24.04_i386.deb 1be8c2ba9b4b0e83c92112283741c543 ./pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04_i386.deb 4dcf9fec10731fcf3f6665f0c62ab590 ./pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04_i386.deb 400321e1fa30a79d784e25f97ce7d691 ./pool/main/g/grub-gfxpayload-lists/grub-gfxpayload-lists_0.7build2_amd64.deb aa51c270fc45c2e1dc11c65071f27728 ./pool/main/g/gawk/gawk_1%3a5.2.1-2build3_amd64.deb f6a57b0c42b7f85c8100fa3b0e9781fc ./pool/main/g/glibc/libc6_2.39-0ubuntu8.4_i386.deb 00fe09c7139872c24d0e789fa344784e ./pool/main/g/glibc/libc6-dev_2.39-0ubuntu8.4_amd64.deb 854a1393503b289fac8bdc0a2c1e99df ./pool/main/g/glibc/libc-devtools_2.39-0ubuntu8.4_amd64.deb 09162ce42fc6784d9a6228ce8b361de8 ./pool/main/g/glibc/libc-dev-bin_2.39-0ubuntu8.4_amd64.deb 5c6c64cb73825dfb98802d0ccad027cf ./pool/main/g/grub2/grub2-common_2.12-1ubuntu7.3_amd64.deb 559fdee8ad04b5c81f3a582cf1b506aa ./pool/main/g/grub2/grub-pc_2.12-1ubuntu7.3_amd64.deb e68688f05e04b943f51fb4d4deaa53f5 ./pool/main/g/grub2/grub-pc-bin_2.12-1ubuntu7.3_amd64.deb 3feff3bd101dbaed66782d86fecb82e0 ./pool/main/g/gcc-defaults/g++-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb 7799273d32d97051db0f5e19922b1ca1 ./pool/main/g/gcc-defaults/gcc_4%3a13.2.0-7ubuntu1_amd64.deb af59c96cc615e43d008e83a3c08f7680 ./pool/main/g/gcc-defaults/gcc-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb 4ad944aa44dc1e47976a60d89b854334 ./pool/main/g/gcc-defaults/g++_4%3a13.2.0-7ubuntu1_amd64.deb d4d7714097e3cdce24ff07bdbb193d37 ./pool/main/f/firmware-sof/firmware-sof-signed_2023.12.1-1ubuntu1.4_all.deb 6e23a1845590101fb68b18b7b113f240 ./pool/main/f/finalrd/finalrd_9build1_all.deb 581d4018bf4003027a505efcb419f938 ./pool/main/f/fakeroot/fakeroot_1.33-1_amd64.deb 79739dfb64488e1c132252566f19aca8 ./pool/main/f/fakeroot/libfakeroot_1.33-1_amd64.deb 59ba9067e023001e83c1c510848203d1 ./pool/main/libp/libpciaccess/libpciaccess0_0.17-3build1_i386.deb a8d103acb548393b4eaa22b32f0a4322 ./pool/main/d/dpkg/dpkg-dev_1.22.6ubuntu6.1_all.deb 7f10893fd222af13b96bb58a42d5cbc1 ./pool/main/d/dpkg/libdpkg-perl_1.22.6ubuntu6.1_all.deb d9ac852e1e99926d577e508dfa1409ea ./pool/main/d/dkms/dkms_3.0.11-1ubuntu13_all.deb 10cdd09f51ea91071788727630ec7963 ./pool/main/d/dbus/libdbus-1-3_1.14.10-4ubuntu4.1_i386.deb 7bddae275a6b81ca4b800c009e74f4c2 ./pool/main/libu/libunistring/libunistring5_1.1-2build1.1_i386.deb 6325359028489aff553d74d9549eeb6a ./pool/main/libu/liburcu/liburcu8t64_0.14.0-3.1build1_amd64.deb 6c65f0deb963106cffbc6dd4fd0a1e5a ./pool/main/j/jfsutils/jfsutils_1.1.15-5build4_amd64.deb 1454918227606097b4fc8738291e04fc ./pool/main/libm/libmd/libmd0_1.1.0-2build1.1_i386.deb c8b9ed8b6b246e44062ce58a8517da12 ./casper/minimal.enhanced-secureboot.it.squashfs.gpg 56c57fa45d606810924cf33e716d9f06 ./casper/minimal.standard.no-languages.manifest 631755ab5d596dfe2d333bbc6744e622 ./casper/minimal.standard.enhanced-secureboot.manifest 961d53004f532f62606018f37edd399d ./casper/minimal.en.squashfs.gpg caab661c46b2a393e8a72863a8f8bd8e ./casper/minimal.it.manifest 15c9b5b90df19d89d29737f59d81d77e ./casper/minimal.standard.enhanced-secureboot.it.squashfs.gpg dabd20db4e4cf6f51ee25f2f8b138851 ./casper/minimal.standard.zh.size b44899a1028884c0f064d1d9ee1a52bd ./casper/minimal.standard.it.squashfs f0f6726a59883c68dac2fe530b96af91 ./casper/minimal.standard.enhanced-secureboot.pt.squashfs.gpg 5c1ebc44c75545c034676770c43276da ./casper/minimal.standard.enhanced-secureboot.zh.squashfs.gpg 9a34bbe9a5d844c8f1e5c189619e8d4d ./casper/minimal.enhanced-secureboot.es.squashfs 8f74cc27bea6e9d24a089af0ee4dc655 ./casper/minimal.standard.enhanced-secureboot.es.squashfs.gpg b9eb68d814dec76f24e373a2f07b6c25 ./casper/minimal.enhanced-secureboot.no-languages.squashfs.gpg db56ac8ab7d68b8926798837bf6f250e ./casper/minimal.standard.enhanced-secureboot.ru.size 40e4a1acec94d2d3dbd186e7370da5ca ./casper/minimal.standard.enhanced-secureboot.es.size 886082b778349a8ec027ed95dfb43be3 ./casper/minimal.en.squashfs 91a5928ed09e57ac5c48326df54860be ./casper/minimal.it.size 5df6eeeedb76e27a80af562a9984c4bf ./casper/minimal.enhanced-secureboot.ru.squashfs 6bfa28a23d368b4fe7474dd4d063c1de ./casper/minimal.standard.pt.size c0cb2570353cb64384cf62f6f10fc03a ./casper/minimal.standard.no-languages.squashfs fe54c3ab81dd46ebaa46e554aa7d079d ./casper/minimal.enhanced-secureboot.no-languages.size afeac57f82766bffa3c024929c28e2cd ./casper/minimal.standard.es.size 5e6901750a6a392ccdc610235053a61a ./casper/minimal.standard.enhanced-secureboot.no-languages.size d1d5a5f1a41d6ef9f1fa82b991f69f02 ./casper/minimal.es.size 2e5a09047da77c08628e82671943e381 ./casper/minimal.enhanced-secureboot.manifest a3c1d9d8e95652484b7041e0d4caf906 ./casper/minimal.ru.squashfs d450121dfc90ec450b68d6331623154c ./casper/minimal.pt.manifest 3bf7f0fd3b6f7557939a69092c190dc0 ./casper/minimal.standard.it.size 6a4b264491379edd9e354562984ea3a8 ./casper/filesystem.manifest c7383408ca08f262184c03a48e9928c8 ./casper/minimal.de.squashfs.gpg 2cba41486d6aa48717cc57f48033d93c ./casper/minimal.enhanced-secureboot.fr.size 60824a89a5b7708b2dcafe77b61d71ea ./casper/minimal.standard.enhanced-secureboot.zh.manifest a6c61b4dcc2d88bec69421784c02bf16 ./casper/minimal.no-languages.size 4031d12e0498594b4fa3b0f9072afc16 ./casper/minimal.zh.size 31a7b2e864569afe9ca1968821a5cc7a ./casper/minimal.standard.enhanced-secureboot.en.manifest 93f51d3c5d6abb6f964f208b7d922288 ./casper/minimal.standard.live.squashfs.gpg bf6dd315b4c6cba5428997443a5b933b ./casper/minimal.standard.it.manifest bb02d323af7c33a2f70a0bd819a4bc8d ./casper/minimal.ru.squashfs.gpg 9ce92c60ebf731776274f92fee7f1f6e ./casper/minimal.it.squashfs.gpg c2478879dd1ae1162bd735370dc708f1 ./casper/minimal.es.squashfs 3b06916366b130cabb2bfababb8294e9 ./casper/minimal.ru.manifest 9b4567cd692a51a68944079b330de3a9 ./casper/filesystem.size d175c62185a3ec83c6af781b177b43e8 ./casper/minimal.enhanced-secureboot.pt.size ae081398b56ff52ab717a897800d4cdb ./casper/minimal.enhanced-secureboot.de.squashfs 5db40123c9ac2f95723845c73dded391 ./casper/minimal.enhanced-secureboot.en.size efa14eb8dd0a805d4a3de79c0c51060c ./casper/minimal.standard.enhanced-secureboot.fr.squashfs 2e3e0bd270a22a4f1dc945c69a78406f ./casper/minimal.pt.squashfs f50a94533b56d163d17ca47e7fc84136 ./casper/minimal.standard.enhanced-secureboot.no-languages.manifest 92d44ef41e9723718a0e7f6199b84cad ./casper/minimal.enhanced-secureboot.de.squashfs.gpg a9b5b6839fcef2f1924cf1974439beec ./casper/minimal.squashfs 13ec1c19d7c00ad9235ea81246cc6c2b ./casper/minimal.standard.no-languages.squashfs.gpg 7b90eabdfce23d1d431acd852ebaa359 ./casper/minimal.standard.enhanced-secureboot.squashfs.gpg e2731d827be172025b30c09a3682eebc ./casper/minimal.standard.ru.squashfs.gpg 1c669b66eb0fd71700a4032140c5c74a ./casper/minimal.standard.enhanced-secureboot.size 71b2c4381c3f79b14e13386c875587c2 ./casper/minimal.standard.enhanced-secureboot.de.squashfs.gpg d6f7adac7a3e8b2ae3d9d829e0a7179a ./casper/minimal.pt.squashfs.gpg 70bb58206dbaf9158bf8b0eec0e93e91 ./casper/minimal.standard.no-languages.size 06311030cebae4d485d8e0c87dd18b93 ./casper/minimal.standard.it.squashfs.gpg 49ecaf14f3ce521945ad7875c9922a2d ./casper/minimal.standard.enhanced-secureboot.no-languages.squashfs.gpg 47dfc45c6d93f412eb37c82bc9659b9d ./casper/minimal.no-languages.squashfs.gpg 2415c6c8b5fbc15f7039626c38dc349f ./casper/minimal.enhanced-secureboot.fr.squashfs.gpg ae59419bb39199917efbb7085b50b132 ./casper/minimal.enhanced-secureboot.pt.squashfs 1425e522e7dd9201aedecc55e0b36e75 ./casper/minimal.standard.enhanced-secureboot.ru.manifest 5156993bcbe5873fa3c6b5b1dcb26fe0 ./casper/minimal.standard.de.squashfs f2addc82fa31c22bac0134518d0904bf ./casper/minimal.enhanced-secureboot.size fc7b7f58eb6a7ed09a57b7d995124a6b ./casper/minimal.standard.enhanced-secureboot.zh.squashfs 002dac5d440db079c57b4bd0ebaa4d24 ./casper/minimal.standard.de.size 3f0784a6cb5146d53501a9d6a4f94a38 ./casper/minimal.enhanced-secureboot.squashfs 83a728260797a1f22088cc66d61d0aa0 ./casper/minimal.de.manifest 67079de30700cade922f1c5294096025 ./casper/minimal.no-languages.squashfs 9bd5b58e6529631245c8a1a415cf577a ./casper/minimal.enhanced-secureboot.zh.squashfs.gpg ec181132e41db0bbbd44d62eda2072dd ./casper/minimal.enhanced-secureboot.no-languages.squashfs 65dba6ceacdc1d184057ffbe396cecaf ./casper/minimal.enhanced-secureboot.squashfs.gpg b954de257e47af27ccfeed91416a2f3d ./casper/minimal.zh.squashfs 7e2a1f3e7de99434582eb93c233e0a9e ./casper/minimal.standard.fr.squashfs 04c15ebc97bccb0f49bd2277ad8a8e70 ./casper/minimal.enhanced-secureboot.it.size a3adfcc60ed43261706437658a41fb02 ./casper/minimal.en.size dad74599590bc3b846455da8ffbc2b9b ./casper/minimal.standard.enhanced-secureboot.pt.squashfs d9562dd1ee993fe0d6f87b108c772585 ./casper/minimal.squashfs.gpg c03691bdfd0b5f1e6fef95c56849b4d8 ./casper/minimal.fr.squashfs 15fde452ad3a76712bbf5408450781ea ./casper/minimal.es.squashfs.gpg b4f1e4025d5161444b118f3ec91e123a ./casper/minimal.de.squashfs 08207a1414bd52e089aeef4250027c22 ./casper/minimal.no-languages.manifest 5e7afaabebb4fdd0dbaee909ee3c3cd5 ./casper/minimal.standard.ru.manifest ea384a54987d18b4854e4437dc806d58 ./casper/minimal.standard.enhanced-secureboot.de.manifest 3cf28adafbcdf347b97e6defb1c8baf8 ./casper/minimal.standard.enhanced-secureboot.ru.squashfs.gpg 923ab46f2c02e987ca53eca3453e693d ./casper/minimal.standard.en.squashfs.gpg e4978621612606e2bb15ac97b8ff0b0f ./casper/minimal.en.manifest 2f3c6900510bd3f463ca6a257a9b3a7f ./casper/minimal.standard.fr.manifest 69d8a2ff450f8c7f2745594caf1ae573 ./casper/minimal.standard.zh.squashfs ee8f4b3202d2c6c7bd0c5a6e07e7ca79 ./casper/minimal.manifest 5fd8763c490d5c4a2b4850bac46a8431 ./casper/minimal.it.squashfs 53e93a8a92a0db61d6cc07f0ff8b08ea ./casper/minimal.enhanced-secureboot.es.size 642af3172e047ebcfa31af42c4c2c947 ./casper/minimal.standard.live.manifest debbc0a6029e062344979b8050e68f1a ./casper/minimal.standard.manifest f5accc0240078fcede6bb17236975936 ./casper/minimal.standard.pt.squashfs.gpg f5f99463d01704469c0cac2816f0a6bf ./casper/minimal.standard.zh.manifest f5de36dafc86776e4d117bb242ecd24c ./casper/minimal.enhanced-secureboot.en.manifest fccef9d180ead234b665653cd1dabb1a ./casper/minimal.standard.en.manifest 52aa853954eb94df6d30c49ff9a0b0e5 ./casper/minimal.standard.ru.squashfs 376561c330623831345d8d7e90222d95 ./casper/minimal.enhanced-secureboot.de.size 88554ad07e003a10077f961f60a03e59 ./casper/minimal.enhanced-secureboot.no-languages.manifest a017856740b30b25bff4c7187a9beac7 ./casper/minimal.standard.enhanced-secureboot.de.size 4f8835445685a75d013886b91a885c56 ./casper/minimal.standard.enhanced-secureboot.fr.squashfs.gpg 003cf99f5a3c2d6733e683fb8f89a80c ./casper/minimal.standard.enhanced-secureboot.en.squashfs.gpg 91a5928ed09e57ac5c48326df54860be ./casper/minimal.de.size 85ad74497908a2eae487098eb4e81803 ./casper/minimal.enhanced-secureboot.zh.squashfs c56d355731603a051db973ede3fae195 ./casper/minimal.standard.enhanced-secureboot.en.squashfs a5afc8216c6a54af6d0ede5f510a0672 ./casper/minimal.standard.live.squashfs 5cf0bb8b469a8f0a99468eef2b44b003 ./casper/minimal.standard.squashfs 672b576a3e0f7c38d4ffd23d8cd580a3 ./casper/minimal.fr.squashfs.gpg 6d7a83e32bb4a2733f136803cd664e17 ./casper/minimal.enhanced-secureboot.fr.squashfs 110d96710fb8cd7561fc9ab55b38ca9a ./casper/minimal.standard.enhanced-secureboot.pt.size bd0a84de2a0f5842c9a4944cdce0399d ./casper/minimal.standard.enhanced-secureboot.en.size 5a0958f6cc433715e068b8403e64d4f5 ./casper/minimal.zh.manifest a34165e930408483da3611cc5c7dbc18 ./casper/minimal.standard.enhanced-secureboot.zh.size 9da890a6cf3538393d58610b0f7d8187 ./casper/minimal.standard.enhanced-secureboot.it.squashfs 38ca6dd5fa12317d845a55c599be1d9e ./casper/minimal.enhanced-secureboot.zh.size d8c3418ef017a20ea8542d1766429c60 ./casper/vmlinuz 509c331afed5c132bf6c8a795102a11f ./casper/install-sources.yaml a017856740b30b25bff4c7187a9beac7 ./casper/minimal.standard.enhanced-secureboot.it.size 20b1936313e5c497de05a758b4e4c823 ./casper/minimal.enhanced-secureboot.fr.manifest 376561c330623831345d8d7e90222d95 ./casper/minimal.enhanced-secureboot.ru.size 4d1ee7209803b38db11482f2313c5c0b ./casper/minimal.standard.en.squashfs 70bb58206dbaf9158bf8b0eec0e93e91 ./casper/minimal.standard.fr.size 432a90e1cc7517c0a49a7882ce7f7c53 ./casper/minimal.enhanced-secureboot.es.manifest 002dac5d440db079c57b4bd0ebaa4d24 ./casper/minimal.standard.ru.size 8ffe96c33bf61a3600cc9b361f88ee5f ./casper/minimal.standard.enhanced-secureboot.es.manifest b57c77216ca9f045f493e4682df91d90 ./casper/minimal.standard.size 8d6c9a0203010ef87573ec5353638b5f ./casper/minimal.standard.squashfs.gpg 9206512b253ec28571620015f5b2b393 ./casper/minimal.size 08ff81b5b8a1c4d8a234b5e4bbd1e7bb ./casper/minimal.standard.zh.squashfs.gpg 00355d4ae3cce91a33944f5c90cf04f2 ./casper/minimal.standard.es.squashfs.gpg d927754ecd4ea383aeb7dd3ec6fc5627 ./casper/minimal.standard.es.squashfs 483ebec990999ae606a4ccc373ac25f1 ./casper/minimal.enhanced-secureboot.ru.manifest f14ba329bec9e279e9ba93df26261164 ./casper/minimal.standard.enhanced-secureboot.squashfs 34425e055ef12939d77d869f49db1a58 ./casper/initrd 3cdf1f9304f98182d4d4ae1532b8cf9e ./casper/minimal.enhanced-secureboot.pt.squashfs.gpg 784372db3c4612721d7fdc90b449b49b ./casper/minimal.standard.en.size e59427c70f58c5d2d971f1b6087fd96b ./casper/minimal.fr.manifest e1cb5b38f70f9bb8cbf03f2daec30e48 ./casper/minimal.standard.enhanced-secureboot.it.manifest 60dccc3f71ec83bc135549622982862a ./casper/minimal.enhanced-secureboot.es.squashfs.gpg 3b9d61932ce6a7d18c78b2c05f67343b ./casper/minimal.standard.enhanced-secureboot.es.squashfs ea555db3ee6e57a60967984207bdc74c ./casper/minimal.standard.es.manifest 50a49040a8f51505b0675bc5cdd21c92 ./casper/minimal.standard.pt.squashfs d872acc143a47e233f49a6a78e1ca58c ./casper/minimal.es.manifest 5013c3406918e904da22f65facbde1a3 ./casper/minimal.standard.live.size 3d11ca3b41af330f51eae152f94f8eb9 ./casper/minimal.enhanced-secureboot.en.squashfs.gpg 223028a5d51baa878b753f2cec2f06a5 ./casper/minimal.zh.squashfs.gpg cd7f4792edbe10737fe96ea927e46661 ./casper/minimal.standard.enhanced-secureboot.de.squashfs 980d40a0e48a1c7931bea2d6dbb1a85a ./casper/minimal.standard.enhanced-secureboot.pt.manifest c3289907e323b806d153317620df98c1 ./casper/minimal.enhanced-secureboot.de.manifest 412524f77a35e2c6e1cf6e5c523a69c6 ./casper/minimal.enhanced-secureboot.ru.squashfs.gpg 91a5928ed09e57ac5c48326df54860be ./casper/minimal.fr.size 1faeb465d057e65242b3b23e6a5a8623 ./casper/minimal.standard.pt.manifest 138598034f971285b0292661e6f760ca ./casper/minimal.enhanced-secureboot.it.manifest 5ac086f85db1615ebf80912bec76bb49 ./casper/minimal.pt.size 576d2fe4bf682365d8604675fbc034cf ./casper/minimal.standard.enhanced-secureboot.fr.manifest e656a011f9e94b829ec390a2d28b641d ./casper/minimal.enhanced-secureboot.en.squashfs 0f227fd369d7bf1da402076bae86f35a ./casper/minimal.standard.fr.squashfs.gpg 307978025948c96861871edf218baf4a ./casper/minimal.enhanced-secureboot.it.squashfs 5888239137a4ee659b06f56b69bc52cf ./casper/minimal.standard.de.manifest d5f29e50d4699be4fb6c839db5e2bc9f ./casper/minimal.enhanced-secureboot.pt.manifest ec56bfd4cb65d78890a0f6a5a715ea15 ./casper/minimal.standard.de.squashfs.gpg 80646c86c2c7c6029e13081fe0aa0d42 ./casper/minimal.standard.enhanced-secureboot.fr.size 91a5928ed09e57ac5c48326df54860be ./casper/minimal.ru.size e2f95b857aed14e91dd920f1dcee46c0 ./casper/minimal.standard.enhanced-secureboot.no-languages.squashfs 50cce01072cc0a388fb6f9b1b0221e58 ./casper/minimal.standard.enhanced-secureboot.ru.squashfs 70e1518e0402578a8d14a99fab41f1b3 ./casper/minimal.enhanced-secureboot.zh.manifest 8b825460108b817b91bec800d9d070cc ./preseed/ubuntu.seed Line 457: sed -i -e /isolinux/d md5sum.txt Line 466: ORIG=/home/tramm/remix/ubuntu-estonian-remix/iso/noble-desktop-amd64.iso Line 467: MBR=/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.mbr Line 468: EFI=/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.efi Line 470: dd if=/home/tramm/remix/ubuntu-estonian-remix/iso/noble-desktop-amd64.iso bs=1 count=446 of=/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.mbr 446+0 records in 446+0 records out 446 bytes copied, 0.0010496 s, 425 kB/s LLine 472: fgrep '.iso2 ' LLine 472: /sbin/fdisk -l /home/tramm/remix/ubuntu-estonian-remix/iso/noble-desktop-amd64.iso LLine 472: awk '{print $2}' Line 472: SKIP=12385956 LLine 473: fgrep '.iso2 ' LLine 473: /sbin/fdisk -l /home/tramm/remix/ubuntu-estonian-remix/iso/noble-desktop-amd64.iso LLine 473: awk '{print $4}' Line 473: SIZE=10144 Line 474: dd if=/home/tramm/remix/ubuntu-estonian-remix/iso/noble-desktop-amd64.iso bs=512 skip=12385956 count=10144 of=/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.efi 10144+0 records in 10144+0 records out 5193728 bytes (5.2 MB, 5.0 MiB) copied, 0.0188878 s, 275 MB/s Line 476: mkdir -p /home/tramm/remix/ubuntu-estonian-remix/output Line 479: xorriso -as mkisofs -r -V 'Ubuntu 24.04.2 LTS EE-REMIX' -J -joliet-long -l -iso-level 3 -partition_offset 16 --grub2-mbr /home/tramm/remix/ubuntu-estonian-remix/build/iso_image.mbr --mbr-force-bootable -append_partition 2 0xEF /home/tramm/remix/ubuntu-estonian-remix/build/iso_image.efi -appended_part_as_gpt -c /boot.catalog -b /boot/grub/i386-pc/eltorito.img -no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info -eltorito-alt-boot -e --interval:appended_partition_2:all:: -no-emul-boot -o /home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-noble-daily-amd64.iso /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd xorriso 1.5.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-noble-daily-amd64.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 360g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/home/tramm/remix/ubuntu-estonian-remix/build/extract-cd' xorriso : UPDATE : 1237 files added in 1 seconds xorriso : UPDATE : 1237 files added in 1 seconds xorriso : NOTE : Copying to System Area: 446 bytes from file '/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.mbr' libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : More symbolic links were omitted from Joliet tree. libisofs: WARNING : Number of symbolic links omitted from Joliet tree: 6 xorriso : UPDATE : 1.56% done xorriso : UPDATE : 12.72% done xorriso : UPDATE : 31.35% done xorriso : UPDATE : 49.97% done, estimate finish Sat May 10 15:10:41 2025 xorriso : UPDATE : 68.71% done, estimate finish Sat May 10 15:10:41 2025 xorriso : UPDATE : 87.18% done xorriso : UPDATE : Thank you for being patient. Working since 6 seconds. xorriso : UPDATE : Thank you for being patient. Working since 7 seconds. ISO image produced: 3322097 sectors Written to medium : 3322097 sectors at LBA 0 Writing to 'stdio:/home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-noble-daily-amd64.iso' completed successfully. Line 490: cd /home/tramm/remix/ubuntu-estonian-remix/output Line 491: sha256sum ubuntu-ee-remix-noble-daily-amd64.iso Line 492: zsyncmake -u http://linux.infoaed.ee/ubuntu-ee-remix-noble-daily-amd64.iso ubuntu-ee-remix-noble-daily-amd64.iso Line 493: cd .. Line 495: echo Line 496: echo Generated ISO file: Generated ISO file: Line 497: echo ubuntu-ee-remix-noble-daily-amd64.iso ubuntu-ee-remix-noble-daily-amd64.iso Line 498: echo Line 499: echo Generated SHA256 checksum: Generated SHA256 checksum: Line 500: echo /home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-noble-daily-amd64.sha256 /home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-noble-daily-amd64.sha256 Line 501: echo Line 502: echo ALL 'DONE!' ALL DONE! Line 503: echo