diff --git a/.gitignore b/.gitignore index 0fffcfc..d965578 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /test /temp /iso-extract +/pool-iso +/firmware-iso source-debian.iso DanOS-Debian.iso diff --git a/apt-download-to-localhost.sh b/apt-download-to-localhost.sh index 364c99f..315d25f 100755 --- a/apt-download-to-localhost.sh +++ b/apt-download-to-localhost.sh @@ -9,10 +9,11 @@ original_lang=$LANG export LANG=en_US.UTF-8 # List of packages -packages="systemd-sysv systemd libnss-systemd libpam-systemd systemd-standalone-sysusers dbus dbus-daemon dbus-system-bus-common wget curl git xdg-utils xdg-user-dirs build-essential htop dkms cmake plymouth plymouth-themes power-profiles-daemon python3" +packages="systemd-sysv systemd libnss-systemd libpam-systemd systemd-standalone-sysusers dbus dbus-daemon dbus-system-bus-common wget curl git xdg-utils xdg-user-dirs build-essential htop btop dkms cmake plymouth plymouth-themes power-profiles-daemon python3" # Directory to store downloaded packages -download_dir="$(pwd)/iso-extract/src/packages" +download_dir="$(pwd)/packages-downloaded" + #download_dir="packages-download" # Create the download directory if it doesn't exist diff --git a/apt-download.sh b/apt-download.sh index 0b26b56..2aab483 100755 --- a/apt-download.sh +++ b/apt-download.sh @@ -12,7 +12,7 @@ export LANG=en_US.UTF-8 packages="wget curl git xdg-utils xdg-user-dirs build-essential htop dkms cmake plymouth plymouth-themes power-profiles-daemon python3 wayland-protocols wayland-utils wlr-randr libwlroots-0.18" # Directory to store downloaded packages -download_dir="$(pwd)/iso-extract/src/packages" +download_dir="$(pwd)/iso-extract/pool" #download_dir="packages-download" # Create the download directory if it doesn't exist diff --git a/install-danos.sh b/install-danos.sh index a4a80f4..3629e83 100755 --- a/install-danos.sh +++ b/install-danos.sh @@ -14,20 +14,27 @@ export NEW_USERNAME # # Add user-setup and first-login-user-setup, so that they can be added to as needed and run at the end and on first login. echo "#!/usr/bin/env bash" >>"$NEW_USERHOME"/.first-login-user-setup -chmod +x "$NEW_USERHOME"/.first-login-user-setup +chmod +x "$NEW_USERHOME"/.first-login-user-setup || exit 1 chown "$NEW_USERNAME":"$NEW_USERNAME" "$NEW_USERHOME"/.first-login-user-setup echo "#!/usr/bin/bash" >>"$NEW_USERHOME"/.user-setup -chmod +x "$NEW_USERHOME"/.user-setup +chmod +x "$NEW_USERHOME"/.user-setup || exit 1 chown "$NEW_USERNAME":"$NEW_USERNAME" "$NEW_USERHOME"/.user-setup # User command #runuser -l "$NEW_USERNAME" -c 'commands' # -# Sudoers ------------------------------------------------------------------------------------------------------------------------------------ -# Add User sudo NOPASSWD to shutdown now and reboot -echo "$NEW_USERNAME ALL=(ALL) NOPASSWD: /sbin/shutdown now, /sbin/reboot" | tee -a /etc/sudoers.d/"$NEW_USERNAME" && visudo -c -f /etc/sudoers.d/"$NEW_USERNAME" +# Sudoers --------------------------------------------------------------------------------------------------------------------------------- +# Test file run: sudo visudo -c -f /etc/sudoers.d/FILENAME +# +# Add sudo NOPASSWD to shutdown now and reboot +echo "%users ALL=(ALL) NOPASSWD: /sbin/poweroff, /sbin/shutdown now, /sbin/reboot, /usr/bin/systemctl reboot, /usr/bin/systemctl suspend, /usr/bin/systemctl hibernate" | tee -a /etc/sudoers.d/allow_reboot_shutdown +# +# Set sudo password timeout and password feedback +echo "Defaults timestamp_timeout=25" | tee -a /etc/sudoers.d/"$NEW_USERNAME" +echo "Defaults pwfeedback" | tee -a /etc/sudoers.d/pwfeedback +# +# Add User NOPASSWD +echo "$NEW_USERNAME ALL=(ALL) NOPASSWD: /sbin/mount, /sbin/mount.ceph, /usr/bin/mount, /usr/bin/umount, /sbin/umount, /usr/bin/snapper, /usr/bin/yazi" | tee -a /etc/sudoers.d/"$NEW_USERNAME" # -# Set sudo password timeout -echo "Defaults timestamp_timeout=25" | tee -a /etc/sudoers.d/"$NEW_USERNAME" && visudo -c -f /etc/sudoers.d/"$NEW_USERNAME" # ----------------------------------------------------------------------------------------------------------------------------------------- # # Set Echo colors @@ -73,6 +80,7 @@ check_error() { fi } # +# if [ -d /tmp/src/apt/ ]; then # Check and Copy APT Sources List if [ -f /etc/apt/sources.list ]; then @@ -109,12 +117,9 @@ fi check_error "Check and replace APT Sources list distro" # DEBIAN_FRONTEND=noninteractive apt update -DEBIAN_FRONTEND=noninteractive apt update -DEBIAN_FRONTEND=noninteractive apt -y upgrade -DEBIAN_FRONTEND=noninteractive apt -y autoremove -DEBIAN_FRONTEND=noninteractive apt -y autopurge # -DEBIAN_FRONTEND=noninteractive apt -y install wget curl git ca-certificates build-essential extrepo +DEBIAN_FRONTEND=noninteractive apt update +DEBIAN_FRONTEND=noninteractive apt -y install wget curl git ca-certificates build-essential util-linux extrepo # extrepo add contrib, non-free and update sed -i 's/# - contrib/- contrib/g; s/# - non-free/- non-free/g' /etc/extrepo/config.yaml # Use "extrepo search" to find the repo name. @@ -122,7 +127,10 @@ sed -i 's/# - contrib/- contrib/g; s/# - non-free/- non-free/g' /etc/extrepo/con # extrepo update # -DEBIAN_FRONTEND=noninteractive apt -y --ignore-missing -t stable-backports install linux-image-amd64 linux-headers-amd64 +# From Stable +DEBIAN_FRONTEND=noninteractive apt -y --ignore-missing install linux-image-amd64 linux-headers-amd64 +# From Backports +#DEBIAN_FRONTEND=noninteractive apt -y --ignore-missing -t stable-backports install linux-image-amd64 linux-headers-amd64 # # Xlibre repo extrepo enable xlibre && extrepo enable xlibre && extrepo update @@ -148,7 +156,7 @@ DEBIAN_FRONTEND=noninteractive apt update if lscpu | grep -iq "QEMU"; then echo "QEMU Virtual CPU detected. Installing xrdp and restarting service..." apt update - DEBIAN_FRONTEND=noninteractive apt -y install xserver-xorg xserver-xorg-input-all picom arandr autorandr rofi xrdp xorgxrdp qemu-guest-agent xsecurelock xss-lock + DEBIAN_FRONTEND=noninteractive apt -y install xserver-xorg xserver-xorg-input-all picom arandr autorandr rofi xrdp xorgxrdp qemu-guest-agent xsecurelock xss-lock ufw usermod -aG xrdp "$NEW_USERNAME" systemctl restart xrdp.service ufw allow 3389/tcp comment Remote_Desktop_Protocol @@ -161,11 +169,36 @@ check_error "Install Xserver and Check if the CPU is a QEMU Virtual CPU and inst # DEBIAN_FRONTEND=noninteractive apt -y install bash-completion kitty bind9-dnsutils polkitd pkexec lxpolkit acl dbus-user-session adduser debconf lm-sensors dunst libnotify-bin notify-osd linux-cpupower power-profiles-daemon # -DEBIAN_FRONTEND=noninteractive apt -y install build-essential dkms mokutil ufw gufw unzip cron openssh-server xdg-desktop-portal xdg-desktop-portal-gtk unattended-upgrades -#DEBIAN_FRONTEND=noninteractive apt -y install xdg-desktop-portal-wlr wofi +DEBIAN_FRONTEND=noninteractive apt -y install build-essential dkms mokutil ufw gufw unzip tar cron openssh-server xdg-desktop-portal xdg-desktop-portal-gtk unattended-upgrades DEBIAN_FRONTEND=noninteractive apt -y install mc thunar gvfs gvfs-backends nsxiv mpv flameshot parted gparted mpd mpc ncmpcpp fzf ccrypt xarchiver notepadqq DEBIAN_FRONTEND=noninteractive apt -y install colord mesa-utils htop btop tmux numlockx xdg-utils fancontrol xbacklight brightnessctl pm-utils ncdu less tealdeer -DEBIAN_FRONTEND=noninteractive apt -y install fwupd firmware-iwlwifi bluez-firmware +DEBIAN_FRONTEND=noninteractive apt -y install fwupd firmware-linux firmware-linux-free firmware-linux-nonfree firmware-iwlwifi bluez-firmware +DEBIAN_FRONTEND=noninteractive apt -y install -t stable-backports firmware-misc-nonfree +DEBIAN_FRONTEND=noninteractive apt -y install remmina wireguard +# +# +#DEBIAN_FRONTEND=noninteractive apt -y install xdg-desktop-portal-wlr wofi +# +# Add ITmail.dk SSH Support +mkdir -p "$NEW_USERHOME"/.ssh +chmod 700 "$NEW_USERHOME"/.ssh +cat <>"$NEW_USERHOME"/.ssh/authorized_keys +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfmDPg4zv7sPh3xwAseH566p5wQrFSK06fTI41nguKSbSpx78Q8feLHkgoK5RpTjpiBCI+dye+qWEWd8aweAR7P2qaMwo5knxmG/KoIqE2O2FePmITA4R9YjntKJFc+4TeBGiGCjuNGACrEX4et4OZDqs55cV+yfrGb6LzH6hvg+zdyO63bbDVUSoHXk4e1hvK7JTMYJniCfLTGElG+V0M4PgbLnCGP+Ofe9mzKCWDaAEiJsqUdjb/cU+PYN+JebnD0vhqnVDRFWccc71UqAKqnTDYIyZc8xNVCe7gASK+hHLsVaUewxB789tov8Vm73dcNZza1lIMq8qQbrXEbSIZ mara@itm-hq +SSHKEY +chmod 600 "$NEW_USERHOME"/.ssh/authorized_keys +chown -R "$NEW_USERNAME":"$NEW_USERNAME" "$NEW_USERHOME"/.ssh/ +# +# Mokutil add DKMS Secure boot and Enroll Mok on next reboot. +# See enrolled keys run: sudo mokutil --list-enrolled +if mokutil --sb-state | grep -q "SecureBoot enabled"; then + echo "SecureBoot is enabled, Running commands..." + dkms generate_mok + MOK_PASSWD="mokpass" + mokutil --import /var/lib/dkms/mok.pub <>"$BASHALIASFILE" # echo 'alias neofetch="fastfetch"' >>"$BASHALIASFILE" # -echo 'alias upup="sudo apt update && sudo apt -y upgrade && sudo apt -y autoclean && sudo apt -y autoremove --purge && sudo apt -y autopurge"' >>"$BASHALIASFILE" +echo 'alias upup="sudo apt update && sudo apt -y upgrade && sudo apt -y autoclean && sudo apt -y autoremove --purge && sudo apt -y autopurge && uv tool upgrade qtile pywal16[colorz] && sudo cp -fu "$HOME"/.local/bin/qtile /usr/bin/ && sudo cp -fu "$HOME"/.local/bin/wal /usr/bin/"' >>"$BASHALIASFILE" # shellcheck disable=SC2028,SC2016 echo 'bind '"'"'"\C-f":"open "$(fzf)"\n"'"'" >>"$BASHALIASFILE" echo 'alias lsman="compgen -c | fzf | xargs man"' >>"$BASHALIASFILE" @@ -468,6 +535,13 @@ if [ -d /tmp/src/config ]; then fi check_error "Copy config folder" # +# Refresh / Gets the Username and Home directory. +NEW_USERHOME=$(grep ":1000:" /etc/passwd | cut -d: -f6) +NEW_USERNAME=$(grep ":1000:" /etc/passwd | cut -d: -f1) +# +export NEW_USERHOME +export NEW_USERNAME +# # Qtile Core Dependencies apt install DEBIAN_FRONTEND=noninteractive apt -y install python3-cffi python3-cairocffi python3-xcffib python3-psutil libpangocairo-1.0-0 libxkbcommon-dev runuser -l "$NEW_USERNAME" -c 'curl -LsSf https://astral.sh/uv/install.sh | sh' # Install UV Python package and project manager, update run.: uv self update @@ -490,10 +564,16 @@ cd /tmp/src/ || exit #runuser -l "$NEW_USERNAME" -c 'cp -fp /tmp/src/config/autostart.sh ~/.config/qtile/autostart.sh' runuser -l "$NEW_USERNAME" -c 'chmod +x ~/.config/qtile/autostart.sh' #runuser -l "$NEW_USERNAME" -c 'cp -fp /tmp/src/config/config.py ~/.config/qtile/config.py' -# Add Wallpapers -runuser -l "$NEW_USERNAME" -c 'cp -rfp /tmp/src/home/Wallpapers/ ~/' -cp -fp /tmp/src/usr/bin/auto-new-wallpaper-and-colors.sh /usr/bin/auto-new-wallpaper-and-colors -chmod +x /usr/bin/auto-new-wallpaper-and-colors +# +# Copy to user home folder +#cp -rfup /tmp/src/home/{.,}* "$NEW_USERHOME"/ +runuser -l "$NEW_USERNAME" -c 'cp -rfup /tmp/src/home/{.,}* ~/' + +# +# Copy usr/bin files +cp -fp /tmp/src/usr/bin/* /usr/bin/ +#chmod +x /usr/bin/auto-new-wallpaper-and-colors +# # Install Qtile & PyWall16 runuser -l "$NEW_USERNAME" -c 'uv tool install qtile' # The latest version of Qtile via UV runuser -l "$NEW_USERNAME" -c 'uv tool install pywal16[colorz]' @@ -501,6 +581,8 @@ runuser -l "$NEW_USERNAME" -c 'uv tool install pywal16[colorz]' cp -fu "$NEW_USERHOME"/.local/bin/qtile /usr/bin/ cp -fu "$NEW_USERHOME"/.local/bin/wal /usr/bin/ # +# Update / Upgrade run: uv tool upgrade qtile pywal16[colorz] && sudo cp -fu ~/.local/bin/qtile /usr/bin/ && sudo cp -fu ~/.local/bin/wal /usr/bin/ +# clear #Clear the screen check_error "Install Qtile and PyWAL from qtile_venv" # @@ -785,7 +867,8 @@ chown -R "$NEW_USERNAME":"$NEW_USERNAME" "$NEW_USERHOME"/.config/ chown -R "$NEW_USERNAME":"$NEW_USERNAME" "$NEW_USERHOME"/.cache/ # # Generate the first version of .cache/wal/ -runuser -l "$NEW_USERNAME" -c 'wal --cols16 darken -q -i ~/Wallpapers --backend colorz' +#runuser -l "$NEW_USERNAME" -c '' +runuser -l "$NEW_USERNAME" -c "wal --cols16 darken -q -i ~/Wallpapers --backend colorz" # Backends: colorz, haishoku, wal, colorthief, fast_colorthief, okthief, schemer2, modern_colorthief # Link colors-kitty.conf to kitty current-theme.conf runuser -l "$NEW_USERNAME" -c 'mkdir -p ~/.config/kitty/themes/' @@ -794,6 +877,7 @@ runuser -l "$NEW_USERNAME" -c 'ln -s ~/.cache/wal/colors-kitty.conf ~/.config/ki check_error "Generate the first version of .cache/wal/ and ln -s ~/.cache/wal/colors-kitty/..." # # Use imagemagick blur login-wallpape +#magick "$NEW_USERHOME"/Wallpapers/default_wallpaper.jpg -blur 0x8 /usr/share/wallpapers/login-wallpape.jpg magick "$(cat "$NEW_USERHOME/.cache/wal/wal")" -blur 0x8 /usr/share/wallpapers/login-wallpape.jpg chmod 777 /usr/share/wallpapers/login-wallpape.jpg check_error "magick and chmod 777 /usr/share/wallpapers/login-wallpape.jpg" @@ -870,7 +954,7 @@ chown -R root:root /usr/share/themes/ # Add Nordzy Icons & Cursors # https://github.com/alvatip/Nordzy-cursors # https://github.com/alvatip/Nordzy-icon -tar -xzvf /tmp/src/icons/Nordzy-cursors.tar.gz -C /usr/share/icons/ +#tar -xzvf /tmp/src/icons/Nordzy-cursors.tar.gz -C /usr/share/icons/ tar -xzvf /tmp/src/icons/Nordzy-dark-icons.tar.gz -C /usr/share/icons/ chown -R root:root /usr/share/icons/ # @@ -882,13 +966,15 @@ if [ ! -d /usr/share/fonts ]; then fi # #JetBrainsMono (The default front in the configuration) -curl -OL "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.zip" -unzip -n "JetBrainsMono.zip" -d "/usr/share/fonts/JetBrainsMono/" -rm JetBrainsMono.zip +# curl -OL "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.zip" +unzip -n "/tmp/src/fonts/JetBrainsMono.zip" -d "/usr/share/fonts/JetBrainsMono/" rm -f /usr/share/fonts/JetBrainsMono/*.md rm -f /usr/share/fonts/JetBrainsMono/*.txt rm -f /usr/share/fonts/JetBrainsMono/LICENSE # +# Set cursor in default +sed -i 's/Adwaita/breeze_cursors/g' /usr/share/icons/default/index.theme +# # Add GTK3 & 4 settings.ini to /etc/ # mkdir -p /etc/gtk-3.0 @@ -898,7 +984,7 @@ cat <<"GTK3SETTINGS" >>/etc/gtk-3.0/settings.ini gtk-theme-name=EliverLara-Nordic gtk-icon-theme-name=Nordzy-dark gtk-font-name=JetBrainsMono Nerd Font 11 -gtk-cursor-theme-name=Nordzy-cursors +gtk-cursor-theme-name=breeze_cursors gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR @@ -918,7 +1004,7 @@ cat <<"GTK4SETTINGS" >>/etc/gtk-4.0/settings.ini gtk-theme-name=EliverLara-Nordic gtk-icon-theme-name=Nordzy-dark gtk-font-name=JetBrainsMono Nerd Font 11 -gtk-cursor-theme-name=Nordzy-cursors +gtk-cursor-theme-name=breeze_cursors gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR @@ -951,15 +1037,6 @@ fi # Remove extrepo_google_chrome.sources it makes its own source list file after installation rm /etc/apt/sources.list.d/extrepo_google_chrome.sources # -# Add ITmail.dk SSH Support -mkdir -p "$NEW_USERHOME"/.ssh -chmod 700 "$NEW_USERHOME"/.ssh -cat <>"$NEW_USERHOME"/.ssh/authorized_keys -ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfmDPg4zv7sPh3xwAseH566p5wQrFSK06fTI41nguKSbSpx78Q8feLHkgoK5RpTjpiBCI+dye+qWEWd8aweAR7P2qaMwo5knxmG/KoIqE2O2FePmITA4R9YjntKJFc+4TeBGiGCjuNGACrEX4et4OZDqs55cV+yfrGb6LzH6hvg+zdyO63bbDVUSoHXk4e1hvK7JTMYJniCfLTGElG+V0M4PgbLnCGP+Ofe9mzKCWDaAEiJsqUdjb/cU+PYN+JebnD0vhqnVDRFWccc71UqAKqnTDYIyZc8xNVCe7gASK+hHLsVaUewxB789tov8Vm73dcNZza1lIMq8qQbrXEbSIZ mara@itm-hq -SSHKEY -chmod 600 "$NEW_USERHOME"/.ssh/authorized_keys -chown -R "$NEW_USERNAME":"$NEW_USERNAME" "$NEW_USERHOME"/.ssh/ -# # Add first-login-user-setup cat <<"FIRSTUSERLOGINSETUP" >>"$NEW_USERHOME"/.first-login-user-setup # User setup at first login @@ -968,14 +1045,28 @@ if [ -f "$HOME/.first-login-user-setup" ]; then xdg-user-dirs-update gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" gsettings set org.gnome.desktop.interface gtk-theme "EliverLara-Nordic" + # BASH PS1 Line + echo "PS1='\[\e[94;1m\]\u\[\e[0;97m\]@\[\e[37m\]\h\[\e[0m\] \[\e[90m\]\D{%d/%m-%Y}\[\e[0m\] \[\e[90m\]\t\n\[\e[96m\]\w\[\e[0m\] \[\e[97m\]\$:\[\e[0m\] '" >> ~/.bashrc + # BTRFS + sudo snapper -c root create-config / + sudo snapper -c root set-config ALLOW_USERS=$NEW_USERNAME SYNC_ACL=yes + #sudo snapper -c home create-config /home + #sudo snapper -c home set-config ALLOW_USERS=$NEW_USERNAME SYNC_ACL=yes + #sudo snapper -c home set-config TIMELINE_CREATE=no # Remove first-login-user-setup file rm -f "$HOME"/.first-login-user-setup fi # FIRSTUSERLOGINSETUP # +# Add CEPH mount to .profile +#cat <<"CEPHMOUNTRUNSETUP" >>"$NEW_USERHOME"/.profile +#if [ -f "$HOME/.ceph-mount.sh" ]; then +# bash "$HOME/.ceph-mount.sh" +#fi +#CEPHMOUNTRUNSETUP +# # Add user-setup - cat <<"USERSETUP" >>"$NEW_USERHOME"/.user-setup # User setup if [ -f "$HOME/.user-setup" ]; then @@ -988,6 +1079,7 @@ if [ -f "$HOME/.user-setup" ]; then # See more run: gsettings list-schemas # Sound systemctl enable --user systemctl enable --user --now pipewire.socket pipewire-pulse.socket wireplumber.service + [[ "$USER" == "mara" ]] && mkdir -p $HOME/{AI,Applications,Arbejdsbordet,Backups,Crypto,Development,Docker,Down,Film,TV,KDW,Notes,Privat-Martin,Regnskab,WebWork} # Remove .user-setup file rm -f "$HOME"/.user-setup fi @@ -997,10 +1089,12 @@ USERSETUP # Run first-login-user-setup under the installation # shellcheck disable=SC2016 runuser -l "$NEW_USERNAME" -c '/usr/bin/bash $HOME/.user-setup' +[[ "$NEW_USERNAME" == "mara" ]] && addgroup --gid 985 emby && usermod -a -G emby $NEW_USERNAME # # Add / Copy the ETC Environment if [ -d /tmp/src/etc/ ]; then cp -rfu /tmp/src/etc/* /etc/ + cat /tmp/src/etc/environment | tee -a /etc/environment check_error "Copy the ETC Environment files" fi # @@ -1014,6 +1108,19 @@ fc-cache -fv # LM-Sensors config sensors-detect --auto # +# BTRFS +#snapper -c root create-config / +#snapper -c home create-config /home +#snapper -c root set-config ALLOW_USERS=$NEW_USERNAME SYNC_ACL=yes +#snapper -c home set-config ALLOW_USERS=$NEW_USERNAME SYNC_ACL=yes +#snapper -c home set-config TIMELINE_CREATE=no +# +# should be enabled by default otherwise it can be enabled here +#systemctl enable snapper-boot.timer +#systemctl enable snapper-timeline.timer +#systemctl enable snapper-cleanup.timer +# +# # Add more repos extrepo update extrepo enable docker-ce && extrepo enable docker-ce # the first one adds it to the repo list and the second one enables it @@ -1028,18 +1135,20 @@ DEBIAN_FRONTEND=noninteractive apt -y upgrade DEBIAN_FRONTEND=noninteractive apt -y autoremove DEBIAN_FRONTEND=noninteractive apt -y autopurge # -# Mokutil add Secure boot and Enroll Mok on next reboot. -#mokutil -i /var/lib/dkms/mok.pub -p mokpass -# -# Edit GRUB BOOT TIMEOUT AND SPLASH +# # Edit GRUB BOOT TIMEOUT AND SPLASH sed -i 's+GRUB_TIMEOUT=5+GRUB_TIMEOUT=1+g' /etc/default/grub sed -i '0,/"quiet"/ s/"quiet"/"quiet splash"/' /etc/default/grub +#echo "GRUB_GFXMODE=1920x1080" | tee -a /etc/default/grub +#echo "GRUB_GFXPAYLOAD_LINUX=keep" | tee -a /etc/default/grub update-grub # # List boot themes run: sudo plymouth-set-default-theme -l plymouth-set-default-theme -R spinner # +# Don't load most of the modules in the initramfs system not only what's dependent on, speeds up the boot time. +sed -i 's/MODULES=most/MODULES=dep/g' /etc/initramfs-tools/initramfs.conf +update-initramfs -u -k all +# clear #Clear the screen check_error "GRUB BOOT TIMEOUT AND SPLASH" # -#reboot # Install is done... diff --git a/pool-iso/contrib/b/b43-fwcutter/b43-fwcutter_019-14_amd64.deb b/pool-iso/contrib/b/b43-fwcutter/b43-fwcutter_019-14_amd64.deb new file mode 100644 index 0000000..9949cf2 Binary files /dev/null and b/pool-iso/contrib/b/b43-fwcutter/b43-fwcutter_019-14_amd64.deb differ diff --git a/pool-iso/contrib/b/b43-fwcutter/firmware-b43-installer_019-14_all.deb b/pool-iso/contrib/b/b43-fwcutter/firmware-b43-installer_019-14_all.deb new file mode 100644 index 0000000..8317350 Binary files /dev/null and b/pool-iso/contrib/b/b43-fwcutter/firmware-b43-installer_019-14_all.deb differ diff --git a/pool-iso/contrib/b/b43-fwcutter/firmware-b43legacy-installer_019-14_all.deb b/pool-iso/contrib/b/b43-fwcutter/firmware-b43legacy-installer_019-14_all.deb new file mode 100644 index 0000000..f43f97b Binary files /dev/null and b/pool-iso/contrib/b/b43-fwcutter/firmware-b43legacy-installer_019-14_all.deb differ diff --git a/pool-iso/main/a/acl/acl-udeb_2.3.2-2+b1_amd64.udeb b/pool-iso/main/a/acl/acl-udeb_2.3.2-2+b1_amd64.udeb new file mode 100644 index 0000000..d0bb839 Binary files /dev/null and b/pool-iso/main/a/acl/acl-udeb_2.3.2-2+b1_amd64.udeb differ diff --git a/pool-iso/main/a/acl/libacl1-udeb_2.3.2-2+b1_amd64.udeb b/pool-iso/main/a/acl/libacl1-udeb_2.3.2-2+b1_amd64.udeb new file mode 100644 index 0000000..3f8a239 Binary files /dev/null and b/pool-iso/main/a/acl/libacl1-udeb_2.3.2-2+b1_amd64.udeb differ diff --git a/pool-iso/main/a/acl/libacl1_2.3.2-2+b1_amd64.deb b/pool-iso/main/a/acl/libacl1_2.3.2-2+b1_amd64.deb new file mode 100644 index 0000000..8c6de9d Binary files /dev/null and b/pool-iso/main/a/acl/libacl1_2.3.2-2+b1_amd64.deb differ diff --git a/pool-iso/main/a/acpi-support/acpi-support-base_0.143-5.2_all.deb b/pool-iso/main/a/acpi-support/acpi-support-base_0.143-5.2_all.deb new file mode 100644 index 0000000..2e8510f Binary files /dev/null and b/pool-iso/main/a/acpi-support/acpi-support-base_0.143-5.2_all.deb differ diff --git a/pool-iso/main/a/acpi/acpi_1.8-1_amd64.deb b/pool-iso/main/a/acpi/acpi_1.8-1_amd64.deb new file mode 100644 index 0000000..84d6ca1 Binary files /dev/null and b/pool-iso/main/a/acpi/acpi_1.8-1_amd64.deb differ diff --git a/pool-iso/main/a/acpid/acpid_2.0.34-1+b1_amd64.deb b/pool-iso/main/a/acpid/acpid_2.0.34-1+b1_amd64.deb new file mode 100644 index 0000000..f77c443 Binary files /dev/null and b/pool-iso/main/a/acpid/acpid_2.0.34-1+b1_amd64.deb differ diff --git a/pool-iso/main/a/adduser/adduser_3.152_all.deb b/pool-iso/main/a/adduser/adduser_3.152_all.deb new file mode 100644 index 0000000..af9b186 Binary files /dev/null and b/pool-iso/main/a/adduser/adduser_3.152_all.deb differ diff --git a/pool-iso/main/a/alsa-lib/libasound2-data_1.2.14-1_all.deb b/pool-iso/main/a/alsa-lib/libasound2-data_1.2.14-1_all.deb new file mode 100644 index 0000000..7dc0095 Binary files /dev/null and b/pool-iso/main/a/alsa-lib/libasound2-data_1.2.14-1_all.deb differ diff --git a/pool-iso/main/a/alsa-lib/libasound2-udeb_1.2.14-1_amd64.udeb b/pool-iso/main/a/alsa-lib/libasound2-udeb_1.2.14-1_amd64.udeb new file mode 100644 index 0000000..cf45c7a Binary files /dev/null and b/pool-iso/main/a/alsa-lib/libasound2-udeb_1.2.14-1_amd64.udeb differ diff --git a/pool-iso/main/a/alsa-lib/libasound2t64_1.2.14-1_amd64.deb b/pool-iso/main/a/alsa-lib/libasound2t64_1.2.14-1_amd64.deb new file mode 100644 index 0000000..a3223a2 Binary files /dev/null and b/pool-iso/main/a/alsa-lib/libasound2t64_1.2.14-1_amd64.deb differ diff --git a/pool-iso/main/a/alsa-lib/libatopology2t64_1.2.14-1_amd64.deb b/pool-iso/main/a/alsa-lib/libatopology2t64_1.2.14-1_amd64.deb new file mode 100644 index 0000000..92ad23a Binary files /dev/null and b/pool-iso/main/a/alsa-lib/libatopology2t64_1.2.14-1_amd64.deb differ diff --git a/pool-iso/main/a/alsa-topology-conf/alsa-topology-conf_1.2.5.1-3_all.deb b/pool-iso/main/a/alsa-topology-conf/alsa-topology-conf_1.2.5.1-3_all.deb new file mode 100644 index 0000000..7d8e7b0 Binary files /dev/null and b/pool-iso/main/a/alsa-topology-conf/alsa-topology-conf_1.2.5.1-3_all.deb differ diff --git a/pool-iso/main/a/alsa-ucm-conf/alsa-ucm-conf_1.2.14-1_all.deb b/pool-iso/main/a/alsa-ucm-conf/alsa-ucm-conf_1.2.14-1_all.deb new file mode 100644 index 0000000..48ed809 Binary files /dev/null and b/pool-iso/main/a/alsa-ucm-conf/alsa-ucm-conf_1.2.14-1_all.deb differ diff --git a/pool-iso/main/a/alsa-utils/alsa-utils-udeb_1.2.14-1_amd64.udeb b/pool-iso/main/a/alsa-utils/alsa-utils-udeb_1.2.14-1_amd64.udeb new file mode 100644 index 0000000..b14c784 Binary files /dev/null and b/pool-iso/main/a/alsa-utils/alsa-utils-udeb_1.2.14-1_amd64.udeb differ diff --git a/pool-iso/main/a/alsa-utils/alsa-utils_1.2.14-1_amd64.deb b/pool-iso/main/a/alsa-utils/alsa-utils_1.2.14-1_amd64.deb new file mode 100644 index 0000000..c04315f Binary files /dev/null and b/pool-iso/main/a/alsa-utils/alsa-utils_1.2.14-1_amd64.deb differ diff --git a/pool-iso/main/a/apparmor/apparmor_4.1.0-1_amd64.deb b/pool-iso/main/a/apparmor/apparmor_4.1.0-1_amd64.deb new file mode 100644 index 0000000..0549fd7 Binary files /dev/null and b/pool-iso/main/a/apparmor/apparmor_4.1.0-1_amd64.deb differ diff --git a/pool-iso/main/a/apparmor/libapparmor1_4.1.0-1_amd64.deb b/pool-iso/main/a/apparmor/libapparmor1_4.1.0-1_amd64.deb new file mode 100644 index 0000000..f2cf5c6 Binary files /dev/null and b/pool-iso/main/a/apparmor/libapparmor1_4.1.0-1_amd64.deb differ diff --git a/pool-iso/main/a/apt-setup/apt-cdrom-setup_0.198_all.udeb b/pool-iso/main/a/apt-setup/apt-cdrom-setup_0.198_all.udeb new file mode 100644 index 0000000..ef59cb3 Binary files /dev/null and b/pool-iso/main/a/apt-setup/apt-cdrom-setup_0.198_all.udeb differ diff --git a/pool-iso/main/a/apt-setup/apt-mirror-setup_0.198_all.udeb b/pool-iso/main/a/apt-setup/apt-mirror-setup_0.198_all.udeb new file mode 100644 index 0000000..52ac397 Binary files /dev/null and b/pool-iso/main/a/apt-setup/apt-mirror-setup_0.198_all.udeb differ diff --git a/pool-iso/main/a/apt-setup/apt-setup-udeb_0.198_amd64.udeb b/pool-iso/main/a/apt-setup/apt-setup-udeb_0.198_amd64.udeb new file mode 100644 index 0000000..b82775e Binary files /dev/null and b/pool-iso/main/a/apt-setup/apt-setup-udeb_0.198_amd64.udeb differ diff --git a/pool-iso/main/a/apt/apt-transport-https_3.0.3_all.deb b/pool-iso/main/a/apt/apt-transport-https_3.0.3_all.deb new file mode 100644 index 0000000..966c0dc Binary files /dev/null and b/pool-iso/main/a/apt/apt-transport-https_3.0.3_all.deb differ diff --git a/pool-iso/main/a/apt/apt-utils_3.0.3_amd64.deb b/pool-iso/main/a/apt/apt-utils_3.0.3_amd64.deb new file mode 100644 index 0000000..4ccfaac Binary files /dev/null and b/pool-iso/main/a/apt/apt-utils_3.0.3_amd64.deb differ diff --git a/pool-iso/main/a/apt/apt_3.0.3_amd64.deb b/pool-iso/main/a/apt/apt_3.0.3_amd64.deb new file mode 100644 index 0000000..ccb5be7 Binary files /dev/null and b/pool-iso/main/a/apt/apt_3.0.3_amd64.deb differ diff --git a/pool-iso/main/a/apt/libapt-pkg7.0_3.0.3_amd64.deb b/pool-iso/main/a/apt/libapt-pkg7.0_3.0.3_amd64.deb new file mode 100644 index 0000000..c7eadd8 Binary files /dev/null and b/pool-iso/main/a/apt/libapt-pkg7.0_3.0.3_amd64.deb differ diff --git a/pool-iso/main/a/argon2/libargon2-1-udeb_0~20190702+dfsg-4+b2_amd64.udeb b/pool-iso/main/a/argon2/libargon2-1-udeb_0~20190702+dfsg-4+b2_amd64.udeb new file mode 100644 index 0000000..8c53906 Binary files /dev/null and b/pool-iso/main/a/argon2/libargon2-1-udeb_0~20190702+dfsg-4+b2_amd64.udeb differ diff --git a/pool-iso/main/a/at-spi2-core/at-spi2-core-udeb_2.56.2-1_amd64.udeb b/pool-iso/main/a/at-spi2-core/at-spi2-core-udeb_2.56.2-1_amd64.udeb new file mode 100644 index 0000000..d9a3ea5 Binary files /dev/null and b/pool-iso/main/a/at-spi2-core/at-spi2-core-udeb_2.56.2-1_amd64.udeb differ diff --git a/pool-iso/main/a/at-spi2-core/libatk-adaptor-udeb_2.56.2-1_amd64.udeb b/pool-iso/main/a/at-spi2-core/libatk-adaptor-udeb_2.56.2-1_amd64.udeb new file mode 100644 index 0000000..18a6bad Binary files /dev/null and b/pool-iso/main/a/at-spi2-core/libatk-adaptor-udeb_2.56.2-1_amd64.udeb differ diff --git a/pool-iso/main/a/at-spi2-core/libatk-bridge-2.0-0-udeb_2.56.2-1_amd64.udeb b/pool-iso/main/a/at-spi2-core/libatk-bridge-2.0-0-udeb_2.56.2-1_amd64.udeb new file mode 100644 index 0000000..9910272 Binary files /dev/null and b/pool-iso/main/a/at-spi2-core/libatk-bridge-2.0-0-udeb_2.56.2-1_amd64.udeb differ diff --git a/pool-iso/main/a/at-spi2-core/libatspi0-udeb_2.56.2-1_amd64.udeb b/pool-iso/main/a/at-spi2-core/libatspi0-udeb_2.56.2-1_amd64.udeb new file mode 100644 index 0000000..738e69e Binary files /dev/null and b/pool-iso/main/a/at-spi2-core/libatspi0-udeb_2.56.2-1_amd64.udeb differ diff --git a/pool-iso/main/a/attr/attr-udeb_2.5.2-3_amd64.udeb b/pool-iso/main/a/attr/attr-udeb_2.5.2-3_amd64.udeb new file mode 100644 index 0000000..86aec44 Binary files /dev/null and b/pool-iso/main/a/attr/attr-udeb_2.5.2-3_amd64.udeb differ diff --git a/pool-iso/main/a/attr/libattr1-udeb_2.5.2-3_amd64.udeb b/pool-iso/main/a/attr/libattr1-udeb_2.5.2-3_amd64.udeb new file mode 100644 index 0000000..aa6bdbc Binary files /dev/null and b/pool-iso/main/a/attr/libattr1-udeb_2.5.2-3_amd64.udeb differ diff --git a/pool-iso/main/a/attr/libattr1_2.5.2-3_amd64.deb b/pool-iso/main/a/attr/libattr1_2.5.2-3_amd64.deb new file mode 100644 index 0000000..1df1839 Binary files /dev/null and b/pool-iso/main/a/attr/libattr1_2.5.2-3_amd64.deb differ diff --git a/pool-iso/main/a/audit/libaudit-common_4.0.2-2_all.deb b/pool-iso/main/a/audit/libaudit-common_4.0.2-2_all.deb new file mode 100644 index 0000000..f417a39 Binary files /dev/null and b/pool-iso/main/a/audit/libaudit-common_4.0.2-2_all.deb differ diff --git a/pool-iso/main/a/audit/libaudit1_4.0.2-2+b2_amd64.deb b/pool-iso/main/a/audit/libaudit1_4.0.2-2+b2_amd64.deb new file mode 100644 index 0000000..18911e4 Binary files /dev/null and b/pool-iso/main/a/audit/libaudit1_4.0.2-2+b2_amd64.deb differ diff --git a/pool-iso/main/b/base-files/base-files_13.8+deb13u2_amd64.deb b/pool-iso/main/b/base-files/base-files_13.8+deb13u2_amd64.deb new file mode 100644 index 0000000..6fef2f6 Binary files /dev/null and b/pool-iso/main/b/base-files/base-files_13.8+deb13u2_amd64.deb differ diff --git a/pool-iso/main/b/base-installer/base-installer_1.226_all.udeb b/pool-iso/main/b/base-installer/base-installer_1.226_all.udeb new file mode 100644 index 0000000..b38b3ac Binary files /dev/null and b/pool-iso/main/b/base-installer/base-installer_1.226_all.udeb differ diff --git a/pool-iso/main/b/base-installer/bootstrap-base_1.226_amd64.udeb b/pool-iso/main/b/base-installer/bootstrap-base_1.226_amd64.udeb new file mode 100644 index 0000000..1b04123 Binary files /dev/null and b/pool-iso/main/b/base-installer/bootstrap-base_1.226_amd64.udeb differ diff --git a/pool-iso/main/b/base-passwd/base-passwd_3.6.7_amd64.deb b/pool-iso/main/b/base-passwd/base-passwd_3.6.7_amd64.deb new file mode 100644 index 0000000..2b40a4a Binary files /dev/null and b/pool-iso/main/b/base-passwd/base-passwd_3.6.7_amd64.deb differ diff --git a/pool-iso/main/b/bash-completion/bash-completion_2.16.0-7_all.deb b/pool-iso/main/b/bash-completion/bash-completion_2.16.0-7_all.deb new file mode 100644 index 0000000..1fcb8cf Binary files /dev/null and b/pool-iso/main/b/bash-completion/bash-completion_2.16.0-7_all.deb differ diff --git a/pool-iso/main/b/bash/bash_5.2.37-2+b5_amd64.deb b/pool-iso/main/b/bash/bash_5.2.37-2+b5_amd64.deb new file mode 100644 index 0000000..158dd5b Binary files /dev/null and b/pool-iso/main/b/bash/bash_5.2.37-2+b5_amd64.deb differ diff --git a/pool-iso/main/b/beep/beep-udeb_1.4.9-1.1_amd64.udeb b/pool-iso/main/b/beep/beep-udeb_1.4.9-1.1_amd64.udeb new file mode 100644 index 0000000..9973927 Binary files /dev/null and b/pool-iso/main/b/beep/beep-udeb_1.4.9-1.1_amd64.udeb differ diff --git a/pool-iso/main/b/binutils/binutils-common_2.44-3_amd64.deb b/pool-iso/main/b/binutils/binutils-common_2.44-3_amd64.deb new file mode 100644 index 0000000..94eeb2d Binary files /dev/null and b/pool-iso/main/b/binutils/binutils-common_2.44-3_amd64.deb differ diff --git a/pool-iso/main/b/binutils/binutils-x86-64-linux-gnu_2.44-3_amd64.deb b/pool-iso/main/b/binutils/binutils-x86-64-linux-gnu_2.44-3_amd64.deb new file mode 100644 index 0000000..1b1338c Binary files /dev/null and b/pool-iso/main/b/binutils/binutils-x86-64-linux-gnu_2.44-3_amd64.deb differ diff --git a/pool-iso/main/b/binutils/binutils_2.44-3_amd64.deb b/pool-iso/main/b/binutils/binutils_2.44-3_amd64.deb new file mode 100644 index 0000000..04909e9 Binary files /dev/null and b/pool-iso/main/b/binutils/binutils_2.44-3_amd64.deb differ diff --git a/pool-iso/main/b/binutils/libbinutils_2.44-3_amd64.deb b/pool-iso/main/b/binutils/libbinutils_2.44-3_amd64.deb new file mode 100644 index 0000000..d00a6b7 Binary files /dev/null and b/pool-iso/main/b/binutils/libbinutils_2.44-3_amd64.deb differ diff --git a/pool-iso/main/b/binutils/libctf-nobfd0_2.44-3_amd64.deb b/pool-iso/main/b/binutils/libctf-nobfd0_2.44-3_amd64.deb new file mode 100644 index 0000000..4efee99 Binary files /dev/null and b/pool-iso/main/b/binutils/libctf-nobfd0_2.44-3_amd64.deb differ diff --git a/pool-iso/main/b/binutils/libctf0_2.44-3_amd64.deb b/pool-iso/main/b/binutils/libctf0_2.44-3_amd64.deb new file mode 100644 index 0000000..7489e13 Binary files /dev/null and b/pool-iso/main/b/binutils/libctf0_2.44-3_amd64.deb differ diff --git a/pool-iso/main/b/binutils/libgprofng0_2.44-3_amd64.deb b/pool-iso/main/b/binutils/libgprofng0_2.44-3_amd64.deb new file mode 100644 index 0000000..a0f3167 Binary files /dev/null and b/pool-iso/main/b/binutils/libgprofng0_2.44-3_amd64.deb differ diff --git a/pool-iso/main/b/binutils/libsframe1_2.44-3_amd64.deb b/pool-iso/main/b/binutils/libsframe1_2.44-3_amd64.deb new file mode 100644 index 0000000..707f536 Binary files /dev/null and b/pool-iso/main/b/binutils/libsframe1_2.44-3_amd64.deb differ diff --git a/pool-iso/main/b/bluez/libbluetooth3_5.82-1.1_amd64.deb b/pool-iso/main/b/bluez/libbluetooth3_5.82-1.1_amd64.deb new file mode 100644 index 0000000..3178584 Binary files /dev/null and b/pool-iso/main/b/bluez/libbluetooth3_5.82-1.1_amd64.deb differ diff --git a/pool-iso/main/b/brltty/brltty_6.7-3.1+deb13u2_amd64.deb b/pool-iso/main/b/brltty/brltty_6.7-3.1+deb13u2_amd64.deb new file mode 100644 index 0000000..8763a1a Binary files /dev/null and b/pool-iso/main/b/brltty/brltty_6.7-3.1+deb13u2_amd64.deb differ diff --git a/pool-iso/main/b/brltty/libbrlapi0.8_6.7-3.1+deb13u2_amd64.deb b/pool-iso/main/b/brltty/libbrlapi0.8_6.7-3.1+deb13u2_amd64.deb new file mode 100644 index 0000000..6aee579 Binary files /dev/null and b/pool-iso/main/b/brltty/libbrlapi0.8_6.7-3.1+deb13u2_amd64.deb differ diff --git a/pool-iso/main/b/brotli/libbrotli1_1.1.0-2+b7_amd64.deb b/pool-iso/main/b/brotli/libbrotli1_1.1.0-2+b7_amd64.deb new file mode 100644 index 0000000..e154f45 Binary files /dev/null and b/pool-iso/main/b/brotli/libbrotli1_1.1.0-2+b7_amd64.deb differ diff --git a/pool-iso/main/b/bsd-mailx/bsd-mailx_8.1.2-0.20220412cvs-1.1_amd64.deb b/pool-iso/main/b/bsd-mailx/bsd-mailx_8.1.2-0.20220412cvs-1.1_amd64.deb new file mode 100644 index 0000000..cc10c60 Binary files /dev/null and b/pool-iso/main/b/bsd-mailx/bsd-mailx_8.1.2-0.20220412cvs-1.1_amd64.deb differ diff --git a/pool-iso/main/b/bterm-unifont/bterm-unifont_1.8_amd64.udeb b/pool-iso/main/b/bterm-unifont/bterm-unifont_1.8_amd64.udeb new file mode 100644 index 0000000..2e6cc92 Binary files /dev/null and b/pool-iso/main/b/bterm-unifont/bterm-unifont_1.8_amd64.udeb differ diff --git a/pool-iso/main/b/btrfs-progs/btrfs-progs-udeb_6.14-1_amd64.udeb b/pool-iso/main/b/btrfs-progs/btrfs-progs-udeb_6.14-1_amd64.udeb new file mode 100644 index 0000000..5c5d732 Binary files /dev/null and b/pool-iso/main/b/btrfs-progs/btrfs-progs-udeb_6.14-1_amd64.udeb differ diff --git a/pool-iso/main/b/btrfs-progs/btrfs-progs_6.14-1_amd64.deb b/pool-iso/main/b/btrfs-progs/btrfs-progs_6.14-1_amd64.deb new file mode 100644 index 0000000..e5809e6 Binary files /dev/null and b/pool-iso/main/b/btrfs-progs/btrfs-progs_6.14-1_amd64.deb differ diff --git a/pool-iso/main/b/busybox/busybox_1.37.0-6+b3_amd64.deb b/pool-iso/main/b/busybox/busybox_1.37.0-6+b3_amd64.deb new file mode 100644 index 0000000..2616875 Binary files /dev/null and b/pool-iso/main/b/busybox/busybox_1.37.0-6+b3_amd64.deb differ diff --git a/pool-iso/main/b/bzip2/bzip2_1.0.8-6_amd64.deb b/pool-iso/main/b/bzip2/bzip2_1.0.8-6_amd64.deb new file mode 100644 index 0000000..13412e5 Binary files /dev/null and b/pool-iso/main/b/bzip2/bzip2_1.0.8-6_amd64.deb differ diff --git a/pool-iso/main/b/bzip2/libbz2-1.0_1.0.8-6_amd64.deb b/pool-iso/main/b/bzip2/libbz2-1.0_1.0.8-6_amd64.deb new file mode 100644 index 0000000..d480ade Binary files /dev/null and b/pool-iso/main/b/bzip2/libbz2-1.0_1.0.8-6_amd64.deb differ diff --git a/pool-iso/main/c/ca-certificates/ca-certificates-udeb_20250419_all.udeb b/pool-iso/main/c/ca-certificates/ca-certificates-udeb_20250419_all.udeb new file mode 100644 index 0000000..dc31031 Binary files /dev/null and b/pool-iso/main/c/ca-certificates/ca-certificates-udeb_20250419_all.udeb differ diff --git a/pool-iso/main/c/ca-certificates/ca-certificates_20250419_all.deb b/pool-iso/main/c/ca-certificates/ca-certificates_20250419_all.deb new file mode 100644 index 0000000..c4facbf Binary files /dev/null and b/pool-iso/main/c/ca-certificates/ca-certificates_20250419_all.deb differ diff --git a/pool-iso/main/c/carl9170fw/firmware-carl9170_1.9.9-450-gad1c721+dfsg-0.1_all.deb b/pool-iso/main/c/carl9170fw/firmware-carl9170_1.9.9-450-gad1c721+dfsg-0.1_all.deb new file mode 100644 index 0000000..bb51046 Binary files /dev/null and b/pool-iso/main/c/carl9170fw/firmware-carl9170_1.9.9-450-gad1c721+dfsg-0.1_all.deb differ diff --git a/pool-iso/main/c/cdebconf-entropy/cdebconf-gtk-entropy_0.59_amd64.udeb b/pool-iso/main/c/cdebconf-entropy/cdebconf-gtk-entropy_0.59_amd64.udeb new file mode 100644 index 0000000..ac762a1 Binary files /dev/null and b/pool-iso/main/c/cdebconf-entropy/cdebconf-gtk-entropy_0.59_amd64.udeb differ diff --git a/pool-iso/main/c/cdebconf-entropy/cdebconf-newt-entropy_0.59_amd64.udeb b/pool-iso/main/c/cdebconf-entropy/cdebconf-newt-entropy_0.59_amd64.udeb new file mode 100644 index 0000000..c5bfdea Binary files /dev/null and b/pool-iso/main/c/cdebconf-entropy/cdebconf-newt-entropy_0.59_amd64.udeb differ diff --git a/pool-iso/main/c/cdebconf-entropy/cdebconf-text-entropy_0.59_amd64.udeb b/pool-iso/main/c/cdebconf-entropy/cdebconf-text-entropy_0.59_amd64.udeb new file mode 100644 index 0000000..683bdf7 Binary files /dev/null and b/pool-iso/main/c/cdebconf-entropy/cdebconf-text-entropy_0.59_amd64.udeb differ diff --git a/pool-iso/main/c/cdebconf-terminal/cdebconf-newt-terminal_0.48_amd64.udeb b/pool-iso/main/c/cdebconf-terminal/cdebconf-newt-terminal_0.48_amd64.udeb new file mode 100644 index 0000000..e03d205 Binary files /dev/null and b/pool-iso/main/c/cdebconf-terminal/cdebconf-newt-terminal_0.48_amd64.udeb differ diff --git a/pool-iso/main/c/cdebconf/libdebconfclient0_0.280_amd64.deb b/pool-iso/main/c/cdebconf/libdebconfclient0_0.280_amd64.deb new file mode 100644 index 0000000..9f68cc1 Binary files /dev/null and b/pool-iso/main/c/cdebconf/libdebconfclient0_0.280_amd64.deb differ diff --git a/pool-iso/main/c/chardet/python3-chardet_5.2.0+dfsg-2_all.deb b/pool-iso/main/c/chardet/python3-chardet_5.2.0+dfsg-2_all.deb new file mode 100644 index 0000000..899be71 Binary files /dev/null and b/pool-iso/main/c/chardet/python3-chardet_5.2.0+dfsg-2_all.deb differ diff --git a/pool-iso/main/c/choose-mirror/choose-mirror-bin_2.133_amd64.udeb b/pool-iso/main/c/choose-mirror/choose-mirror-bin_2.133_amd64.udeb new file mode 100644 index 0000000..8b3c9ce Binary files /dev/null and b/pool-iso/main/c/choose-mirror/choose-mirror-bin_2.133_amd64.udeb differ diff --git a/pool-iso/main/c/choose-mirror/choose-mirror_2.133_all.udeb b/pool-iso/main/c/choose-mirror/choose-mirror_2.133_all.udeb new file mode 100644 index 0000000..ff17f8b Binary files /dev/null and b/pool-iso/main/c/choose-mirror/choose-mirror_2.133_all.udeb differ diff --git a/pool-iso/main/c/clock-setup/clock-setup_0.166_amd64.udeb b/pool-iso/main/c/clock-setup/clock-setup_0.166_amd64.udeb new file mode 100644 index 0000000..876b0c9 Binary files /dev/null and b/pool-iso/main/c/clock-setup/clock-setup_0.166_amd64.udeb differ diff --git a/pool-iso/main/c/console-data/console-keymaps-mac_1.12-9_all.udeb b/pool-iso/main/c/console-data/console-keymaps-mac_1.12-9_all.udeb new file mode 100644 index 0000000..1289110 Binary files /dev/null and b/pool-iso/main/c/console-data/console-keymaps-mac_1.12-9_all.udeb differ diff --git a/pool-iso/main/c/console-setup/console-setup-linux_1.242~deb13u1_all.deb b/pool-iso/main/c/console-setup/console-setup-linux_1.242~deb13u1_all.deb new file mode 100644 index 0000000..6100182 Binary files /dev/null and b/pool-iso/main/c/console-setup/console-setup-linux_1.242~deb13u1_all.deb differ diff --git a/pool-iso/main/c/console-setup/console-setup_1.242~deb13u1_all.deb b/pool-iso/main/c/console-setup/console-setup_1.242~deb13u1_all.deb new file mode 100644 index 0000000..9441a26 Binary files /dev/null and b/pool-iso/main/c/console-setup/console-setup_1.242~deb13u1_all.deb differ diff --git a/pool-iso/main/c/console-setup/keyboard-configuration_1.242~deb13u1_all.deb b/pool-iso/main/c/console-setup/keyboard-configuration_1.242~deb13u1_all.deb new file mode 100644 index 0000000..fe18d12 Binary files /dev/null and b/pool-iso/main/c/console-setup/keyboard-configuration_1.242~deb13u1_all.deb differ diff --git a/pool-iso/main/c/coreutils/coreutils_9.7-3_amd64.deb b/pool-iso/main/c/coreutils/coreutils_9.7-3_amd64.deb new file mode 100644 index 0000000..dd178ef Binary files /dev/null and b/pool-iso/main/c/coreutils/coreutils_9.7-3_amd64.deb differ diff --git a/pool-iso/main/c/cpio/cpio_2.15+dfsg-2_amd64.deb b/pool-iso/main/c/cpio/cpio_2.15+dfsg-2_amd64.deb new file mode 100644 index 0000000..f6facf6 Binary files /dev/null and b/pool-iso/main/c/cpio/cpio_2.15+dfsg-2_amd64.deb differ diff --git a/pool-iso/main/c/cracklib2/libcrack2-udeb_2.9.6-5.2+b1_amd64.udeb b/pool-iso/main/c/cracklib2/libcrack2-udeb_2.9.6-5.2+b1_amd64.udeb new file mode 100644 index 0000000..5bcf9d2 Binary files /dev/null and b/pool-iso/main/c/cracklib2/libcrack2-udeb_2.9.6-5.2+b1_amd64.udeb differ diff --git a/pool-iso/main/c/cron/cron-daemon-common_3.0pl1-197_all.deb b/pool-iso/main/c/cron/cron-daemon-common_3.0pl1-197_all.deb new file mode 100644 index 0000000..686e2e0 Binary files /dev/null and b/pool-iso/main/c/cron/cron-daemon-common_3.0pl1-197_all.deb differ diff --git a/pool-iso/main/c/cron/cron_3.0pl1-197_amd64.deb b/pool-iso/main/c/cron/cron_3.0pl1-197_amd64.deb new file mode 100644 index 0000000..26da7a3 Binary files /dev/null and b/pool-iso/main/c/cron/cron_3.0pl1-197_amd64.deb differ diff --git a/pool-iso/main/c/cryptsetup/cryptsetup-bin_2.7.5-2_amd64.deb b/pool-iso/main/c/cryptsetup/cryptsetup-bin_2.7.5-2_amd64.deb new file mode 100644 index 0000000..40deae9 Binary files /dev/null and b/pool-iso/main/c/cryptsetup/cryptsetup-bin_2.7.5-2_amd64.deb differ diff --git a/pool-iso/main/c/cryptsetup/cryptsetup-initramfs_2.7.5-2_all.deb b/pool-iso/main/c/cryptsetup/cryptsetup-initramfs_2.7.5-2_all.deb new file mode 100644 index 0000000..02ab285 Binary files /dev/null and b/pool-iso/main/c/cryptsetup/cryptsetup-initramfs_2.7.5-2_all.deb differ diff --git a/pool-iso/main/c/cryptsetup/cryptsetup-udeb_2.7.5-2_amd64.udeb b/pool-iso/main/c/cryptsetup/cryptsetup-udeb_2.7.5-2_amd64.udeb new file mode 100644 index 0000000..d82e785 Binary files /dev/null and b/pool-iso/main/c/cryptsetup/cryptsetup-udeb_2.7.5-2_amd64.udeb differ diff --git a/pool-iso/main/c/cryptsetup/cryptsetup_2.7.5-2_amd64.deb b/pool-iso/main/c/cryptsetup/cryptsetup_2.7.5-2_amd64.deb new file mode 100644 index 0000000..ee03ba0 Binary files /dev/null and b/pool-iso/main/c/cryptsetup/cryptsetup_2.7.5-2_amd64.deb differ diff --git a/pool-iso/main/c/cryptsetup/libcryptsetup12-udeb_2.7.5-2_amd64.udeb b/pool-iso/main/c/cryptsetup/libcryptsetup12-udeb_2.7.5-2_amd64.udeb new file mode 100644 index 0000000..77b86cc Binary files /dev/null and b/pool-iso/main/c/cryptsetup/libcryptsetup12-udeb_2.7.5-2_amd64.udeb differ diff --git a/pool-iso/main/c/cryptsetup/libcryptsetup12_2.7.5-2_amd64.deb b/pool-iso/main/c/cryptsetup/libcryptsetup12_2.7.5-2_amd64.deb new file mode 100644 index 0000000..02bee59 Binary files /dev/null and b/pool-iso/main/c/cryptsetup/libcryptsetup12_2.7.5-2_amd64.deb differ diff --git a/pool-iso/main/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg1-9_amd64.deb b/pool-iso/main/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg1-9_amd64.deb new file mode 100644 index 0000000..270938d Binary files /dev/null and b/pool-iso/main/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg1-9_amd64.deb differ diff --git a/pool-iso/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.28+dfsg1-9_amd64.deb b/pool-iso/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.28+dfsg1-9_amd64.deb new file mode 100644 index 0000000..c8ec3d3 Binary files /dev/null and b/pool-iso/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.28+dfsg1-9_amd64.deb differ diff --git a/pool-iso/main/c/cyrus-sasl2/libsasl2-modules_2.1.28+dfsg1-9_amd64.deb b/pool-iso/main/c/cyrus-sasl2/libsasl2-modules_2.1.28+dfsg1-9_amd64.deb new file mode 100644 index 0000000..5ef9d44 Binary files /dev/null and b/pool-iso/main/c/cyrus-sasl2/libsasl2-modules_2.1.28+dfsg1-9_amd64.deb differ diff --git a/pool-iso/main/d/dash/dash_0.5.12-12_amd64.deb b/pool-iso/main/d/dash/dash_0.5.12-12_amd64.deb new file mode 100644 index 0000000..adc61a4 Binary files /dev/null and b/pool-iso/main/d/dash/dash_0.5.12-12_amd64.deb differ diff --git a/pool-iso/main/d/db5.3/libdb5.3t64_5.3.28+dfsg2-9_amd64.deb b/pool-iso/main/d/db5.3/libdb5.3t64_5.3.28+dfsg2-9_amd64.deb new file mode 100644 index 0000000..04b948a Binary files /dev/null and b/pool-iso/main/d/db5.3/libdb5.3t64_5.3.28+dfsg2-9_amd64.deb differ diff --git a/pool-iso/main/d/dbus-python/python3-dbus_1.4.0-1_amd64.deb b/pool-iso/main/d/dbus-python/python3-dbus_1.4.0-1_amd64.deb new file mode 100644 index 0000000..634c93e Binary files /dev/null and b/pool-iso/main/d/dbus-python/python3-dbus_1.4.0-1_amd64.deb differ diff --git a/pool-iso/main/d/dbus/dbus-bin_1.16.2-2_amd64.deb b/pool-iso/main/d/dbus/dbus-bin_1.16.2-2_amd64.deb new file mode 100644 index 0000000..3bbf3e7 Binary files /dev/null and b/pool-iso/main/d/dbus/dbus-bin_1.16.2-2_amd64.deb differ diff --git a/pool-iso/main/d/dbus/dbus-daemon_1.16.2-2_amd64.deb b/pool-iso/main/d/dbus/dbus-daemon_1.16.2-2_amd64.deb new file mode 100644 index 0000000..b4385ba Binary files /dev/null and b/pool-iso/main/d/dbus/dbus-daemon_1.16.2-2_amd64.deb differ diff --git a/pool-iso/main/d/dbus/dbus-session-bus-common_1.16.2-2_all.deb b/pool-iso/main/d/dbus/dbus-session-bus-common_1.16.2-2_all.deb new file mode 100644 index 0000000..ab76895 Binary files /dev/null and b/pool-iso/main/d/dbus/dbus-session-bus-common_1.16.2-2_all.deb differ diff --git a/pool-iso/main/d/dbus/dbus-system-bus-common_1.16.2-2_all.deb b/pool-iso/main/d/dbus/dbus-system-bus-common_1.16.2-2_all.deb new file mode 100644 index 0000000..e9768c4 Binary files /dev/null and b/pool-iso/main/d/dbus/dbus-system-bus-common_1.16.2-2_all.deb differ diff --git a/pool-iso/main/d/dbus/dbus-udeb_1.16.2-2_amd64.udeb b/pool-iso/main/d/dbus/dbus-udeb_1.16.2-2_amd64.udeb new file mode 100644 index 0000000..95f7acb Binary files /dev/null and b/pool-iso/main/d/dbus/dbus-udeb_1.16.2-2_amd64.udeb differ diff --git a/pool-iso/main/d/dbus/dbus-user-session_1.16.2-2_amd64.deb b/pool-iso/main/d/dbus/dbus-user-session_1.16.2-2_amd64.deb new file mode 100644 index 0000000..b407784 Binary files /dev/null and b/pool-iso/main/d/dbus/dbus-user-session_1.16.2-2_amd64.deb differ diff --git a/pool-iso/main/d/dbus/dbus_1.16.2-2_amd64.deb b/pool-iso/main/d/dbus/dbus_1.16.2-2_amd64.deb new file mode 100644 index 0000000..9654696 Binary files /dev/null and b/pool-iso/main/d/dbus/dbus_1.16.2-2_amd64.deb differ diff --git a/pool-iso/main/d/dbus/libdbus-1-3-udeb_1.16.2-2_amd64.udeb b/pool-iso/main/d/dbus/libdbus-1-3-udeb_1.16.2-2_amd64.udeb new file mode 100644 index 0000000..26168f3 Binary files /dev/null and b/pool-iso/main/d/dbus/libdbus-1-3-udeb_1.16.2-2_amd64.udeb differ diff --git a/pool-iso/main/d/dbus/libdbus-1-3_1.16.2-2_amd64.deb b/pool-iso/main/d/dbus/libdbus-1-3_1.16.2-2_amd64.deb new file mode 100644 index 0000000..48062b6 Binary files /dev/null and b/pool-iso/main/d/dbus/libdbus-1-3_1.16.2-2_amd64.deb differ diff --git a/pool-iso/main/d/debconf/debconf-i18n_1.5.91_all.deb b/pool-iso/main/d/debconf/debconf-i18n_1.5.91_all.deb new file mode 100644 index 0000000..5369b2f Binary files /dev/null and b/pool-iso/main/d/debconf/debconf-i18n_1.5.91_all.deb differ diff --git a/pool-iso/main/d/debconf/debconf_1.5.91_all.deb b/pool-iso/main/d/debconf/debconf_1.5.91_all.deb new file mode 100644 index 0000000..7fc9edf Binary files /dev/null and b/pool-iso/main/d/debconf/debconf_1.5.91_all.deb differ diff --git a/pool-iso/main/d/debian-archive-keyring/debian-archive-keyring-udeb_2025.1_all.udeb b/pool-iso/main/d/debian-archive-keyring/debian-archive-keyring-udeb_2025.1_all.udeb new file mode 100644 index 0000000..b1f4d71 Binary files /dev/null and b/pool-iso/main/d/debian-archive-keyring/debian-archive-keyring-udeb_2025.1_all.udeb differ diff --git a/pool-iso/main/d/debian-archive-keyring/debian-archive-keyring_2025.1_all.deb b/pool-iso/main/d/debian-archive-keyring/debian-archive-keyring_2025.1_all.deb new file mode 100644 index 0000000..e896336 Binary files /dev/null and b/pool-iso/main/d/debian-archive-keyring/debian-archive-keyring_2025.1_all.deb differ diff --git a/pool-iso/main/d/debian-installer-utils/di-utils-mapdevfs_1.155_amd64.udeb b/pool-iso/main/d/debian-installer-utils/di-utils-mapdevfs_1.155_amd64.udeb new file mode 100644 index 0000000..7ef8436 Binary files /dev/null and b/pool-iso/main/d/debian-installer-utils/di-utils-mapdevfs_1.155_amd64.udeb differ diff --git a/pool-iso/main/d/debianutils/debianutils_5.23.2_amd64.deb b/pool-iso/main/d/debianutils/debianutils_5.23.2_amd64.deb new file mode 100644 index 0000000..c0b4a4c Binary files /dev/null and b/pool-iso/main/d/debianutils/debianutils_5.23.2_amd64.deb differ diff --git a/pool-iso/main/d/debootstrap/debootstrap-udeb_1.0.141_all.udeb b/pool-iso/main/d/debootstrap/debootstrap-udeb_1.0.141_all.udeb new file mode 100644 index 0000000..789d281 Binary files /dev/null and b/pool-iso/main/d/debootstrap/debootstrap-udeb_1.0.141_all.udeb differ diff --git a/pool-iso/main/d/depthcharge-tools-installer/depthcharge-tools-installer_12_all.udeb b/pool-iso/main/d/depthcharge-tools-installer/depthcharge-tools-installer_12_all.udeb new file mode 100644 index 0000000..12e2ab1 Binary files /dev/null and b/pool-iso/main/d/depthcharge-tools-installer/depthcharge-tools-installer_12_all.udeb differ diff --git a/pool-iso/main/d/devio/devio-udeb_1.2-3_amd64.udeb b/pool-iso/main/d/devio/devio-udeb_1.2-3_amd64.udeb new file mode 100644 index 0000000..3348a6e Binary files /dev/null and b/pool-iso/main/d/devio/devio-udeb_1.2-3_amd64.udeb differ diff --git a/pool-iso/main/d/dh-runit/runit-helper_2.16.4_all.deb b/pool-iso/main/d/dh-runit/runit-helper_2.16.4_all.deb new file mode 100644 index 0000000..0d15a0d Binary files /dev/null and b/pool-iso/main/d/dh-runit/runit-helper_2.16.4_all.deb differ diff --git a/pool-iso/main/d/dhcpcd/dhcpcd-base_10.1.0-11+deb13u1_amd64.deb b/pool-iso/main/d/dhcpcd/dhcpcd-base_10.1.0-11+deb13u1_amd64.deb new file mode 100644 index 0000000..8257b38 Binary files /dev/null and b/pool-iso/main/d/dhcpcd/dhcpcd-base_10.1.0-11+deb13u1_amd64.deb differ diff --git a/pool-iso/main/d/diffutils/diffutils_3.10-4_amd64.deb b/pool-iso/main/d/diffutils/diffutils_3.10-4_amd64.deb new file mode 100644 index 0000000..062059c Binary files /dev/null and b/pool-iso/main/d/diffutils/diffutils_3.10-4_amd64.deb differ diff --git a/pool-iso/main/d/discover-data/discover-data_2.2013.01.13+nmu1_all.deb b/pool-iso/main/d/discover-data/discover-data_2.2013.01.13+nmu1_all.deb new file mode 100644 index 0000000..46b5305 Binary files /dev/null and b/pool-iso/main/d/discover-data/discover-data_2.2013.01.13+nmu1_all.deb differ diff --git a/pool-iso/main/d/discover/discover_2.1.2-10.1_amd64.deb b/pool-iso/main/d/discover/discover_2.1.2-10.1_amd64.deb new file mode 100644 index 0000000..a221fb9 Binary files /dev/null and b/pool-iso/main/d/discover/discover_2.1.2-10.1_amd64.deb differ diff --git a/pool-iso/main/d/discover/libdiscover2_2.1.2-10.1_amd64.deb b/pool-iso/main/d/discover/libdiscover2_2.1.2-10.1_amd64.deb new file mode 100644 index 0000000..4e6acbb Binary files /dev/null and b/pool-iso/main/d/discover/libdiscover2_2.1.2-10.1_amd64.deb differ diff --git a/pool-iso/main/d/distro-info-data/distro-info-data_0.66+deb13u1_all.deb b/pool-iso/main/d/distro-info-data/distro-info-data_0.66+deb13u1_all.deb new file mode 100644 index 0000000..21f7cee Binary files /dev/null and b/pool-iso/main/d/distro-info-data/distro-info-data_0.66+deb13u1_all.deb differ diff --git a/pool-iso/main/d/dmidecode/dmidecode-udeb_3.6-2_amd64.udeb b/pool-iso/main/d/dmidecode/dmidecode-udeb_3.6-2_amd64.udeb new file mode 100644 index 0000000..690a77d Binary files /dev/null and b/pool-iso/main/d/dmidecode/dmidecode-udeb_3.6-2_amd64.udeb differ diff --git a/pool-iso/main/d/dmidecode/dmidecode_3.6-2_amd64.deb b/pool-iso/main/d/dmidecode/dmidecode_3.6-2_amd64.deb new file mode 100644 index 0000000..7c54e3d Binary files /dev/null and b/pool-iso/main/d/dmidecode/dmidecode_3.6-2_amd64.deb differ diff --git a/pool-iso/main/d/dosfstools/dosfstools-udeb_4.2-1.2_amd64.udeb b/pool-iso/main/d/dosfstools/dosfstools-udeb_4.2-1.2_amd64.udeb new file mode 100644 index 0000000..1aec7f5 Binary files /dev/null and b/pool-iso/main/d/dosfstools/dosfstools-udeb_4.2-1.2_amd64.udeb differ diff --git a/pool-iso/main/d/dosfstools/dosfstools_4.2-1.2_amd64.deb b/pool-iso/main/d/dosfstools/dosfstools_4.2-1.2_amd64.deb new file mode 100644 index 0000000..5ad9d9f Binary files /dev/null and b/pool-iso/main/d/dosfstools/dosfstools_4.2-1.2_amd64.deb differ diff --git a/pool-iso/main/d/dpkg/dpkg_1.22.21_amd64.deb b/pool-iso/main/d/dpkg/dpkg_1.22.21_amd64.deb new file mode 100644 index 0000000..b2fb7f1 Binary files /dev/null and b/pool-iso/main/d/dpkg/dpkg_1.22.21_amd64.deb differ diff --git a/pool-iso/main/d/dracut/dracut-install_106-6_amd64.deb b/pool-iso/main/d/dracut/dracut-install_106-6_amd64.deb new file mode 100644 index 0000000..255e1db Binary files /dev/null and b/pool-iso/main/d/dracut/dracut-install_106-6_amd64.deb differ diff --git a/pool-iso/main/d/duktape/libduktape207_2.7.0-2+b2_amd64.deb b/pool-iso/main/d/duktape/libduktape207_2.7.0-2+b2_amd64.deb new file mode 100644 index 0000000..8d113a9 Binary files /dev/null and b/pool-iso/main/d/duktape/libduktape207_2.7.0-2+b2_amd64.deb differ diff --git a/pool-iso/main/d/dwarves/pahole_1.30-1_amd64.deb b/pool-iso/main/d/dwarves/pahole_1.30-1_amd64.deb new file mode 100644 index 0000000..bfc0566 Binary files /dev/null and b/pool-iso/main/d/dwarves/pahole_1.30-1_amd64.deb differ diff --git a/pool-iso/main/e/e2fsprogs/e2fsprogs-l10n_1.47.2-3_all.deb b/pool-iso/main/e/e2fsprogs/e2fsprogs-l10n_1.47.2-3_all.deb new file mode 100644 index 0000000..41204ef Binary files /dev/null and b/pool-iso/main/e/e2fsprogs/e2fsprogs-l10n_1.47.2-3_all.deb differ diff --git a/pool-iso/main/e/e2fsprogs/e2fsprogs-udeb_1.47.2-3+b3_amd64.udeb b/pool-iso/main/e/e2fsprogs/e2fsprogs-udeb_1.47.2-3+b3_amd64.udeb new file mode 100644 index 0000000..8ca0c0e Binary files /dev/null and b/pool-iso/main/e/e2fsprogs/e2fsprogs-udeb_1.47.2-3+b3_amd64.udeb differ diff --git a/pool-iso/main/e/e2fsprogs/e2fsprogs_1.47.2-3+b3_amd64.deb b/pool-iso/main/e/e2fsprogs/e2fsprogs_1.47.2-3+b3_amd64.deb new file mode 100644 index 0000000..f992462 Binary files /dev/null and b/pool-iso/main/e/e2fsprogs/e2fsprogs_1.47.2-3+b3_amd64.deb differ diff --git a/pool-iso/main/e/e2fsprogs/libcom-err2_1.47.2-3+b3_amd64.deb b/pool-iso/main/e/e2fsprogs/libcom-err2_1.47.2-3+b3_amd64.deb new file mode 100644 index 0000000..a2333ef Binary files /dev/null and b/pool-iso/main/e/e2fsprogs/libcom-err2_1.47.2-3+b3_amd64.deb differ diff --git a/pool-iso/main/e/e2fsprogs/libext2fs2t64_1.47.2-3+b3_amd64.deb b/pool-iso/main/e/e2fsprogs/libext2fs2t64_1.47.2-3+b3_amd64.deb new file mode 100644 index 0000000..96b02f9 Binary files /dev/null and b/pool-iso/main/e/e2fsprogs/libext2fs2t64_1.47.2-3+b3_amd64.deb differ diff --git a/pool-iso/main/e/e2fsprogs/libss2_1.47.2-3+b3_amd64.deb b/pool-iso/main/e/e2fsprogs/libss2_1.47.2-3+b3_amd64.deb new file mode 100644 index 0000000..9f21861 Binary files /dev/null and b/pool-iso/main/e/e2fsprogs/libss2_1.47.2-3+b3_amd64.deb differ diff --git a/pool-iso/main/e/e2fsprogs/logsave_1.47.2-3+b3_amd64.deb b/pool-iso/main/e/e2fsprogs/logsave_1.47.2-3+b3_amd64.deb new file mode 100644 index 0000000..e1f9c10 Binary files /dev/null and b/pool-iso/main/e/e2fsprogs/logsave_1.47.2-3+b3_amd64.deb differ diff --git a/pool-iso/main/e/efi-reader/efi-reader_0.16_amd64.udeb b/pool-iso/main/e/efi-reader/efi-reader_0.16_amd64.udeb new file mode 100644 index 0000000..1248a23 Binary files /dev/null and b/pool-iso/main/e/efi-reader/efi-reader_0.16_amd64.udeb differ diff --git a/pool-iso/main/e/efibootmgr/efibootmgr_18-2_amd64.deb b/pool-iso/main/e/efibootmgr/efibootmgr_18-2_amd64.deb new file mode 100644 index 0000000..0097819 Binary files /dev/null and b/pool-iso/main/e/efibootmgr/efibootmgr_18-2_amd64.deb differ diff --git a/pool-iso/main/e/efivar/libefiboot1t64_38-3.1+b1_amd64.deb b/pool-iso/main/e/efivar/libefiboot1t64_38-3.1+b1_amd64.deb new file mode 100644 index 0000000..1bc74a8 Binary files /dev/null and b/pool-iso/main/e/efivar/libefiboot1t64_38-3.1+b1_amd64.deb differ diff --git a/pool-iso/main/e/efivar/libefivar1t64_38-3.1+b1_amd64.deb b/pool-iso/main/e/efivar/libefivar1t64_38-3.1+b1_amd64.deb new file mode 100644 index 0000000..8e6dcbe Binary files /dev/null and b/pool-iso/main/e/efivar/libefivar1t64_38-3.1+b1_amd64.deb differ diff --git a/pool-iso/main/e/elfutils/libdw1t64_0.192-4_amd64.deb b/pool-iso/main/e/elfutils/libdw1t64_0.192-4_amd64.deb new file mode 100644 index 0000000..bf83099 Binary files /dev/null and b/pool-iso/main/e/elfutils/libdw1t64_0.192-4_amd64.deb differ diff --git a/pool-iso/main/e/elfutils/libelf1t64_0.192-4_amd64.deb b/pool-iso/main/e/elfutils/libelf1t64_0.192-4_amd64.deb new file mode 100644 index 0000000..038fd61 Binary files /dev/null and b/pool-iso/main/e/elfutils/libelf1t64_0.192-4_amd64.deb differ diff --git a/pool-iso/main/e/espeak-ng/espeak-ng-data-udeb_1.52.0+dfsg-5_amd64.udeb b/pool-iso/main/e/espeak-ng/espeak-ng-data-udeb_1.52.0+dfsg-5_amd64.udeb new file mode 100644 index 0000000..df08b87 Binary files /dev/null and b/pool-iso/main/e/espeak-ng/espeak-ng-data-udeb_1.52.0+dfsg-5_amd64.udeb differ diff --git a/pool-iso/main/e/espeak-ng/espeak-ng-data_1.52.0+dfsg-5_amd64.deb b/pool-iso/main/e/espeak-ng/espeak-ng-data_1.52.0+dfsg-5_amd64.deb new file mode 100644 index 0000000..076d666 Binary files /dev/null and b/pool-iso/main/e/espeak-ng/espeak-ng-data_1.52.0+dfsg-5_amd64.deb differ diff --git a/pool-iso/main/e/espeak-ng/libespeak-ng1_1.52.0+dfsg-5_amd64.deb b/pool-iso/main/e/espeak-ng/libespeak-ng1_1.52.0+dfsg-5_amd64.deb new file mode 100644 index 0000000..d69ba2b Binary files /dev/null and b/pool-iso/main/e/espeak-ng/libespeak-ng1_1.52.0+dfsg-5_amd64.deb differ diff --git a/pool-iso/main/e/espeak/espeak-data-udeb_1.48.15+dfsg-3+b2_amd64.udeb b/pool-iso/main/e/espeak/espeak-data-udeb_1.48.15+dfsg-3+b2_amd64.udeb new file mode 100644 index 0000000..493e89b Binary files /dev/null and b/pool-iso/main/e/espeak/espeak-data-udeb_1.48.15+dfsg-3+b2_amd64.udeb differ diff --git a/pool-iso/main/e/espeakup/espeakup-udeb_0.90-17_amd64.udeb b/pool-iso/main/e/espeakup/espeakup-udeb_0.90-17_amd64.udeb new file mode 100644 index 0000000..e906785 Binary files /dev/null and b/pool-iso/main/e/espeakup/espeakup-udeb_0.90-17_amd64.udeb differ diff --git a/pool-iso/main/e/espeakup/espeakup_0.90-17_amd64.deb b/pool-iso/main/e/espeakup/espeakup_0.90-17_amd64.deb new file mode 100644 index 0000000..219df81 Binary files /dev/null and b/pool-iso/main/e/espeakup/espeakup_0.90-17_amd64.deb differ diff --git a/pool-iso/main/e/exim4/exim4-base_4.98.2-1_amd64.deb b/pool-iso/main/e/exim4/exim4-base_4.98.2-1_amd64.deb new file mode 100644 index 0000000..b93b1d4 Binary files /dev/null and b/pool-iso/main/e/exim4/exim4-base_4.98.2-1_amd64.deb differ diff --git a/pool-iso/main/e/exim4/exim4-config_4.98.2-1_all.deb b/pool-iso/main/e/exim4/exim4-config_4.98.2-1_all.deb new file mode 100644 index 0000000..1a3b5b6 Binary files /dev/null and b/pool-iso/main/e/exim4/exim4-config_4.98.2-1_all.deb differ diff --git a/pool-iso/main/e/exim4/exim4-daemon-light_4.98.2-1_amd64.deb b/pool-iso/main/e/exim4/exim4-daemon-light_4.98.2-1_amd64.deb new file mode 100644 index 0000000..f33987a Binary files /dev/null and b/pool-iso/main/e/exim4/exim4-daemon-light_4.98.2-1_amd64.deb differ diff --git a/pool-iso/main/e/expat/libexpat1_2.7.1-2_amd64.deb b/pool-iso/main/e/expat/libexpat1_2.7.1-2_amd64.deb new file mode 100644 index 0000000..c935051 Binary files /dev/null and b/pool-iso/main/e/expat/libexpat1_2.7.1-2_amd64.deb differ diff --git a/pool-iso/main/f/f2fs-tools/f2fs-tools-udeb_1.16.0-1.1+b1_amd64.udeb b/pool-iso/main/f/f2fs-tools/f2fs-tools-udeb_1.16.0-1.1+b1_amd64.udeb new file mode 100644 index 0000000..cfdfc5e Binary files /dev/null and b/pool-iso/main/f/f2fs-tools/f2fs-tools-udeb_1.16.0-1.1+b1_amd64.udeb differ diff --git a/pool-iso/main/f/fftw3/libfftw3-single3_3.3.10-2+b1_amd64.deb b/pool-iso/main/f/fftw3/libfftw3-single3_3.3.10-2+b1_amd64.deb new file mode 100644 index 0000000..4ac3014 Binary files /dev/null and b/pool-iso/main/f/fftw3/libfftw3-single3_3.3.10-2+b1_amd64.deb differ diff --git a/pool-iso/main/f/file/file_5.46-5_amd64.deb b/pool-iso/main/f/file/file_5.46-5_amd64.deb new file mode 100644 index 0000000..52a63e5 Binary files /dev/null and b/pool-iso/main/f/file/file_5.46-5_amd64.deb differ diff --git a/pool-iso/main/f/file/libmagic-mgc_5.46-5_amd64.deb b/pool-iso/main/f/file/libmagic-mgc_5.46-5_amd64.deb new file mode 100644 index 0000000..101ec29 Binary files /dev/null and b/pool-iso/main/f/file/libmagic-mgc_5.46-5_amd64.deb differ diff --git a/pool-iso/main/f/file/libmagic1t64_5.46-5_amd64.deb b/pool-iso/main/f/file/libmagic1t64_5.46-5_amd64.deb new file mode 100644 index 0000000..f3b6d46 Binary files /dev/null and b/pool-iso/main/f/file/libmagic1t64_5.46-5_amd64.deb differ diff --git a/pool-iso/main/f/findutils/findutils_4.10.0-3_amd64.deb b/pool-iso/main/f/findutils/findutils_4.10.0-3_amd64.deb new file mode 100644 index 0000000..7656e61 Binary files /dev/null and b/pool-iso/main/f/findutils/findutils_4.10.0-3_amd64.deb differ diff --git a/pool-iso/main/f/finish-install/finish-install_2.124_all.udeb b/pool-iso/main/f/finish-install/finish-install_2.124_all.udeb new file mode 100644 index 0000000..79e7c19 Binary files /dev/null and b/pool-iso/main/f/finish-install/finish-install_2.124_all.udeb differ diff --git a/pool-iso/main/f/firmware-free/firmware-linux-free_20241210-2_all.deb b/pool-iso/main/f/firmware-free/firmware-linux-free_20241210-2_all.deb new file mode 100644 index 0000000..c2a5ce0 Binary files /dev/null and b/pool-iso/main/f/firmware-free/firmware-linux-free_20241210-2_all.deb differ diff --git a/pool-iso/main/f/flac/libflac14_1.5.0+ds-2_amd64.deb b/pool-iso/main/f/flac/libflac14_1.5.0+ds-2_amd64.deb new file mode 100644 index 0000000..b1574a8 Binary files /dev/null and b/pool-iso/main/f/flac/libflac14_1.5.0+ds-2_amd64.deb differ diff --git a/pool-iso/main/f/freetype/libfreetype6_2.13.3+dfsg-1_amd64.deb b/pool-iso/main/f/freetype/libfreetype6_2.13.3+dfsg-1_amd64.deb new file mode 100644 index 0000000..cba4504 Binary files /dev/null and b/pool-iso/main/f/freetype/libfreetype6_2.13.3+dfsg-1_amd64.deb differ diff --git a/pool-iso/main/f/fribidi/libfribidi0_1.0.16-1_amd64.deb b/pool-iso/main/f/fribidi/libfribidi0_1.0.16-1_amd64.deb new file mode 100644 index 0000000..0d819f7 Binary files /dev/null and b/pool-iso/main/f/fribidi/libfribidi0_1.0.16-1_amd64.deb differ diff --git a/pool-iso/main/f/fuse3/fuse3-udeb_3.17.2-3_amd64.udeb b/pool-iso/main/f/fuse3/fuse3-udeb_3.17.2-3_amd64.udeb new file mode 100644 index 0000000..fa93ad5 Binary files /dev/null and b/pool-iso/main/f/fuse3/fuse3-udeb_3.17.2-3_amd64.udeb differ diff --git a/pool-iso/main/f/fuse3/libfuse3-4-udeb_3.17.2-3_amd64.udeb b/pool-iso/main/f/fuse3/libfuse3-4-udeb_3.17.2-3_amd64.udeb new file mode 100644 index 0000000..b784996 Binary files /dev/null and b/pool-iso/main/f/fuse3/libfuse3-4-udeb_3.17.2-3_amd64.udeb differ diff --git a/pool-iso/main/f/fuse3/libfuse3-4_3.17.2-3_amd64.deb b/pool-iso/main/f/fuse3/libfuse3-4_3.17.2-3_amd64.deb new file mode 100644 index 0000000..14bb160 Binary files /dev/null and b/pool-iso/main/f/fuse3/libfuse3-4_3.17.2-3_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/cpp-14-x86-64-linux-gnu_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/cpp-14-x86-64-linux-gnu_14.2.0-19_amd64.deb new file mode 100644 index 0000000..3a7ed7a Binary files /dev/null and b/pool-iso/main/g/gcc-14/cpp-14-x86-64-linux-gnu_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/cpp-14_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/cpp-14_14.2.0-19_amd64.deb new file mode 100644 index 0000000..2ec8c74 Binary files /dev/null and b/pool-iso/main/g/gcc-14/cpp-14_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/gcc-14-base_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/gcc-14-base_14.2.0-19_amd64.deb new file mode 100644 index 0000000..7353a25 Binary files /dev/null and b/pool-iso/main/g/gcc-14/gcc-14-base_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/gcc-14-x86-64-linux-gnu_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/gcc-14-x86-64-linux-gnu_14.2.0-19_amd64.deb new file mode 100644 index 0000000..7f2f518 Binary files /dev/null and b/pool-iso/main/g/gcc-14/gcc-14-x86-64-linux-gnu_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/gcc-14_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/gcc-14_14.2.0-19_amd64.deb new file mode 100644 index 0000000..211b2cb Binary files /dev/null and b/pool-iso/main/g/gcc-14/gcc-14_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libasan8_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libasan8_14.2.0-19_amd64.deb new file mode 100644 index 0000000..fc00fc5 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libasan8_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libatomic1_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libatomic1_14.2.0-19_amd64.deb new file mode 100644 index 0000000..d1f5e93 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libatomic1_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libcc1-0_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libcc1-0_14.2.0-19_amd64.deb new file mode 100644 index 0000000..fd05e8d Binary files /dev/null and b/pool-iso/main/g/gcc-14/libcc1-0_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libgcc-14-dev_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libgcc-14-dev_14.2.0-19_amd64.deb new file mode 100644 index 0000000..7aea9d7 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libgcc-14-dev_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libgcc-s1_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libgcc-s1_14.2.0-19_amd64.deb new file mode 100644 index 0000000..f0d0374 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libgcc-s1_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libgomp1_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libgomp1_14.2.0-19_amd64.deb new file mode 100644 index 0000000..afaeee0 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libgomp1_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libhwasan0_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libhwasan0_14.2.0-19_amd64.deb new file mode 100644 index 0000000..2f408e3 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libhwasan0_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libitm1_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libitm1_14.2.0-19_amd64.deb new file mode 100644 index 0000000..9bd0f62 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libitm1_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/liblsan0_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/liblsan0_14.2.0-19_amd64.deb new file mode 100644 index 0000000..8570609 Binary files /dev/null and b/pool-iso/main/g/gcc-14/liblsan0_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libquadmath0_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libquadmath0_14.2.0-19_amd64.deb new file mode 100644 index 0000000..e331414 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libquadmath0_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libstdc++6_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libstdc++6_14.2.0-19_amd64.deb new file mode 100644 index 0000000..bd56a40 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libstdc++6_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libtsan2_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libtsan2_14.2.0-19_amd64.deb new file mode 100644 index 0000000..a65ad48 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libtsan2_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gcc-14/libubsan1_14.2.0-19_amd64.deb b/pool-iso/main/g/gcc-14/libubsan1_14.2.0-19_amd64.deb new file mode 100644 index 0000000..058cf51 Binary files /dev/null and b/pool-iso/main/g/gcc-14/libubsan1_14.2.0-19_amd64.deb differ diff --git a/pool-iso/main/g/gdbm/libgdbm-compat4t64_1.24-2_amd64.deb b/pool-iso/main/g/gdbm/libgdbm-compat4t64_1.24-2_amd64.deb new file mode 100644 index 0000000..ec3310f Binary files /dev/null and b/pool-iso/main/g/gdbm/libgdbm-compat4t64_1.24-2_amd64.deb differ diff --git a/pool-iso/main/g/gdbm/libgdbm6t64_1.24-2_amd64.deb b/pool-iso/main/g/gdbm/libgdbm6t64_1.24-2_amd64.deb new file mode 100644 index 0000000..50e5872 Binary files /dev/null and b/pool-iso/main/g/gdbm/libgdbm6t64_1.24-2_amd64.deb differ diff --git a/pool-iso/main/g/gdk-pixbuf/libgdk-pixbuf-2.0-0-udeb_2.42.12+dfsg-4_amd64.udeb b/pool-iso/main/g/gdk-pixbuf/libgdk-pixbuf-2.0-0-udeb_2.42.12+dfsg-4_amd64.udeb new file mode 100644 index 0000000..9aaf82f Binary files /dev/null and b/pool-iso/main/g/gdk-pixbuf/libgdk-pixbuf-2.0-0-udeb_2.42.12+dfsg-4_amd64.udeb differ diff --git a/pool-iso/main/g/gdk-pixbuf/libgdk-pixbuf2.0-0-udeb_2.42.12+dfsg-4_amd64.udeb b/pool-iso/main/g/gdk-pixbuf/libgdk-pixbuf2.0-0-udeb_2.42.12+dfsg-4_amd64.udeb new file mode 100644 index 0000000..24ce5ea Binary files /dev/null and b/pool-iso/main/g/gdk-pixbuf/libgdk-pixbuf2.0-0-udeb_2.42.12+dfsg-4_amd64.udeb differ diff --git a/pool-iso/main/g/gettext/gettext-base_0.23.1-2_amd64.deb b/pool-iso/main/g/gettext/gettext-base_0.23.1-2_amd64.deb new file mode 100644 index 0000000..b89df72 Binary files /dev/null and b/pool-iso/main/g/gettext/gettext-base_0.23.1-2_amd64.deb differ diff --git a/pool-iso/main/g/glib2.0/gir1.2-glib-2.0_2.84.4-3~deb13u1_amd64.deb b/pool-iso/main/g/glib2.0/gir1.2-glib-2.0_2.84.4-3~deb13u1_amd64.deb new file mode 100644 index 0000000..189b189 Binary files /dev/null and b/pool-iso/main/g/glib2.0/gir1.2-glib-2.0_2.84.4-3~deb13u1_amd64.deb differ diff --git a/pool-iso/main/g/glib2.0/libglib2.0-0t64_2.84.4-3~deb13u1_amd64.deb b/pool-iso/main/g/glib2.0/libglib2.0-0t64_2.84.4-3~deb13u1_amd64.deb new file mode 100644 index 0000000..5c79653 Binary files /dev/null and b/pool-iso/main/g/glib2.0/libglib2.0-0t64_2.84.4-3~deb13u1_amd64.deb differ diff --git a/pool-iso/main/g/glib2.0/libglib2.0-data_2.84.4-3~deb13u1_all.deb b/pool-iso/main/g/glib2.0/libglib2.0-data_2.84.4-3~deb13u1_all.deb new file mode 100644 index 0000000..fb93fea Binary files /dev/null and b/pool-iso/main/g/glib2.0/libglib2.0-data_2.84.4-3~deb13u1_all.deb differ diff --git a/pool-iso/main/g/glibc/libc-bin_2.41-12_amd64.deb b/pool-iso/main/g/glibc/libc-bin_2.41-12_amd64.deb new file mode 100644 index 0000000..3974da3 Binary files /dev/null and b/pool-iso/main/g/glibc/libc-bin_2.41-12_amd64.deb differ diff --git a/pool-iso/main/g/glibc/libc-dev-bin_2.41-12_amd64.deb b/pool-iso/main/g/glibc/libc-dev-bin_2.41-12_amd64.deb new file mode 100644 index 0000000..0b947da Binary files /dev/null and b/pool-iso/main/g/glibc/libc-dev-bin_2.41-12_amd64.deb differ diff --git a/pool-iso/main/g/glibc/libc-l10n_2.41-12_all.deb b/pool-iso/main/g/glibc/libc-l10n_2.41-12_all.deb new file mode 100644 index 0000000..7ca55a8 Binary files /dev/null and b/pool-iso/main/g/glibc/libc-l10n_2.41-12_all.deb differ diff --git a/pool-iso/main/g/glibc/libc6-dev_2.41-12_amd64.deb b/pool-iso/main/g/glibc/libc6-dev_2.41-12_amd64.deb new file mode 100644 index 0000000..71d0895 Binary files /dev/null and b/pool-iso/main/g/glibc/libc6-dev_2.41-12_amd64.deb differ diff --git a/pool-iso/main/g/glibc/libc6-udeb_2.41-12_amd64.udeb b/pool-iso/main/g/glibc/libc6-udeb_2.41-12_amd64.udeb new file mode 100644 index 0000000..d58a9aa Binary files /dev/null and b/pool-iso/main/g/glibc/libc6-udeb_2.41-12_amd64.udeb differ diff --git a/pool-iso/main/g/glibc/libc6_2.41-12_amd64.deb b/pool-iso/main/g/glibc/libc6_2.41-12_amd64.deb new file mode 100644 index 0000000..5872ef0 Binary files /dev/null and b/pool-iso/main/g/glibc/libc6_2.41-12_amd64.deb differ diff --git a/pool-iso/main/g/glibc/locales_2.41-12_all.deb b/pool-iso/main/g/glibc/locales_2.41-12_all.deb new file mode 100644 index 0000000..970658a Binary files /dev/null and b/pool-iso/main/g/glibc/locales_2.41-12_all.deb differ diff --git a/pool-iso/main/g/gmp/libgmp10_6.3.0+dfsg-3_amd64.deb b/pool-iso/main/g/gmp/libgmp10_6.3.0+dfsg-3_amd64.deb new file mode 100644 index 0000000..de01978 Binary files /dev/null and b/pool-iso/main/g/gmp/libgmp10_6.3.0+dfsg-3_amd64.deb differ diff --git a/pool-iso/main/g/gnupg2/dirmngr_2.4.7-21+b3_amd64.deb b/pool-iso/main/g/gnupg2/dirmngr_2.4.7-21+b3_amd64.deb new file mode 100644 index 0000000..5dedce3 Binary files /dev/null and b/pool-iso/main/g/gnupg2/dirmngr_2.4.7-21+b3_amd64.deb differ diff --git a/pool-iso/main/g/gnupg2/gnupg-l10n_2.4.7-21_all.deb b/pool-iso/main/g/gnupg2/gnupg-l10n_2.4.7-21_all.deb new file mode 100644 index 0000000..5a2621e Binary files /dev/null and b/pool-iso/main/g/gnupg2/gnupg-l10n_2.4.7-21_all.deb differ diff --git a/pool-iso/main/g/gnupg2/gnupg-utils_2.4.7-21+b3_amd64.deb b/pool-iso/main/g/gnupg2/gnupg-utils_2.4.7-21+b3_amd64.deb new file mode 100644 index 0000000..23a1c38 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gnupg-utils_2.4.7-21+b3_amd64.deb differ diff --git a/pool-iso/main/g/gnupg2/gnupg_2.4.7-21_all.deb b/pool-iso/main/g/gnupg2/gnupg_2.4.7-21_all.deb new file mode 100644 index 0000000..b5b26a5 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gnupg_2.4.7-21_all.deb differ diff --git a/pool-iso/main/g/gnupg2/gpg-agent_2.4.7-21+b3_amd64.deb b/pool-iso/main/g/gnupg2/gpg-agent_2.4.7-21+b3_amd64.deb new file mode 100644 index 0000000..6f92615 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gpg-agent_2.4.7-21+b3_amd64.deb differ diff --git a/pool-iso/main/g/gnupg2/gpg-wks-client_2.4.7-21+b3_amd64.deb b/pool-iso/main/g/gnupg2/gpg-wks-client_2.4.7-21+b3_amd64.deb new file mode 100644 index 0000000..dd56c78 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gpg-wks-client_2.4.7-21+b3_amd64.deb differ diff --git a/pool-iso/main/g/gnupg2/gpg_2.4.7-21+b3_amd64.deb b/pool-iso/main/g/gnupg2/gpg_2.4.7-21+b3_amd64.deb new file mode 100644 index 0000000..a100e66 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gpg_2.4.7-21+b3_amd64.deb differ diff --git a/pool-iso/main/g/gnupg2/gpgconf_2.4.7-21+b3_amd64.deb b/pool-iso/main/g/gnupg2/gpgconf_2.4.7-21+b3_amd64.deb new file mode 100644 index 0000000..d216313 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gpgconf_2.4.7-21+b3_amd64.deb differ diff --git a/pool-iso/main/g/gnupg2/gpgsm_2.4.7-21+b3_amd64.deb b/pool-iso/main/g/gnupg2/gpgsm_2.4.7-21+b3_amd64.deb new file mode 100644 index 0000000..24b2368 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gpgsm_2.4.7-21+b3_amd64.deb differ diff --git a/pool-iso/main/g/gnupg2/gpgv-udeb_2.4.7-21+b3_amd64.udeb b/pool-iso/main/g/gnupg2/gpgv-udeb_2.4.7-21+b3_amd64.udeb new file mode 100644 index 0000000..f266a88 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gpgv-udeb_2.4.7-21+b3_amd64.udeb differ diff --git a/pool-iso/main/g/gnupg2/gpgv_2.4.7-21+b3_amd64.deb b/pool-iso/main/g/gnupg2/gpgv_2.4.7-21+b3_amd64.deb new file mode 100644 index 0000000..9a41765 Binary files /dev/null and b/pool-iso/main/g/gnupg2/gpgv_2.4.7-21+b3_amd64.deb differ diff --git a/pool-iso/main/g/gnutls28/libgnutls-dane0t64_3.8.9-3_amd64.deb b/pool-iso/main/g/gnutls28/libgnutls-dane0t64_3.8.9-3_amd64.deb new file mode 100644 index 0000000..3c3760f Binary files /dev/null and b/pool-iso/main/g/gnutls28/libgnutls-dane0t64_3.8.9-3_amd64.deb differ diff --git a/pool-iso/main/g/gnutls28/libgnutls30t64_3.8.9-3_amd64.deb b/pool-iso/main/g/gnutls28/libgnutls30t64_3.8.9-3_amd64.deb new file mode 100644 index 0000000..287d0f0 Binary files /dev/null and b/pool-iso/main/g/gnutls28/libgnutls30t64_3.8.9-3_amd64.deb differ diff --git a/pool-iso/main/g/gobject-introspection/gir1.2-girepository-2.0_1.84.0-1_amd64.deb b/pool-iso/main/g/gobject-introspection/gir1.2-girepository-2.0_1.84.0-1_amd64.deb new file mode 100644 index 0000000..a57628e Binary files /dev/null and b/pool-iso/main/g/gobject-introspection/gir1.2-girepository-2.0_1.84.0-1_amd64.deb differ diff --git a/pool-iso/main/g/gobject-introspection/libgirepository-1.0-1_1.84.0-1_amd64.deb b/pool-iso/main/g/gobject-introspection/libgirepository-1.0-1_1.84.0-1_amd64.deb new file mode 100644 index 0000000..7f40a13 Binary files /dev/null and b/pool-iso/main/g/gobject-introspection/libgirepository-1.0-1_1.84.0-1_amd64.deb differ diff --git a/pool-iso/main/g/gpm/libgpm2_1.20.7-11+b2_amd64.deb b/pool-iso/main/g/gpm/libgpm2_1.20.7-11+b2_amd64.deb new file mode 100644 index 0000000..4a26ec3 Binary files /dev/null and b/pool-iso/main/g/gpm/libgpm2_1.20.7-11+b2_amd64.deb differ diff --git a/pool-iso/main/g/grep/grep_3.11-4_amd64.deb b/pool-iso/main/g/grep/grep_3.11-4_amd64.deb new file mode 100644 index 0000000..b0d543a Binary files /dev/null and b/pool-iso/main/g/grep/grep_3.11-4_amd64.deb differ diff --git a/pool-iso/main/g/grub-efi-amd64-signed/grub-efi-amd64-signed_1+2.12+9_amd64.deb b/pool-iso/main/g/grub-efi-amd64-signed/grub-efi-amd64-signed_1+2.12+9_amd64.deb new file mode 100644 index 0000000..b9bdac7 Binary files /dev/null and b/pool-iso/main/g/grub-efi-amd64-signed/grub-efi-amd64-signed_1+2.12+9_amd64.deb differ diff --git a/pool-iso/main/g/grub-installer/grub-installer_1.212_amd64.udeb b/pool-iso/main/g/grub-installer/grub-installer_1.212_amd64.udeb new file mode 100644 index 0000000..018ef87 Binary files /dev/null and b/pool-iso/main/g/grub-installer/grub-installer_1.212_amd64.udeb differ diff --git a/pool-iso/main/g/grub2/grub-common_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-common_2.12-9_amd64.deb new file mode 100644 index 0000000..1aa1e95 Binary files /dev/null and b/pool-iso/main/g/grub2/grub-common_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-efi-amd64-bin_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-efi-amd64-bin_2.12-9_amd64.deb new file mode 100644 index 0000000..38995b4 Binary files /dev/null and b/pool-iso/main/g/grub2/grub-efi-amd64-bin_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-efi-amd64-unsigned_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-efi-amd64-unsigned_2.12-9_amd64.deb new file mode 100644 index 0000000..a02f749 Binary files /dev/null and b/pool-iso/main/g/grub2/grub-efi-amd64-unsigned_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-efi-amd64_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-efi-amd64_2.12-9_amd64.deb new file mode 100644 index 0000000..9e1c9e8 Binary files /dev/null and b/pool-iso/main/g/grub2/grub-efi-amd64_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-efi-ia32-bin_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-efi-ia32-bin_2.12-9_amd64.deb new file mode 100644 index 0000000..462901c Binary files /dev/null and b/pool-iso/main/g/grub2/grub-efi-ia32-bin_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-efi-ia32-unsigned_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-efi-ia32-unsigned_2.12-9_amd64.deb new file mode 100644 index 0000000..3710f60 Binary files /dev/null and b/pool-iso/main/g/grub2/grub-efi-ia32-unsigned_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-efi-ia32_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-efi-ia32_2.12-9_amd64.deb new file mode 100644 index 0000000..407a686 Binary files /dev/null and b/pool-iso/main/g/grub2/grub-efi-ia32_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-efi_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-efi_2.12-9_amd64.deb new file mode 100644 index 0000000..b1f566b Binary files /dev/null and b/pool-iso/main/g/grub2/grub-efi_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-mount-udeb_2.12-9_amd64.udeb b/pool-iso/main/g/grub2/grub-mount-udeb_2.12-9_amd64.udeb new file mode 100644 index 0000000..6ee8c9e Binary files /dev/null and b/pool-iso/main/g/grub2/grub-mount-udeb_2.12-9_amd64.udeb differ diff --git a/pool-iso/main/g/grub2/grub-pc-bin_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-pc-bin_2.12-9_amd64.deb new file mode 100644 index 0000000..312baf5 Binary files /dev/null and b/pool-iso/main/g/grub2/grub-pc-bin_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub-pc_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub-pc_2.12-9_amd64.deb new file mode 100644 index 0000000..d3d0f19 Binary files /dev/null and b/pool-iso/main/g/grub2/grub-pc_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/grub2/grub2-common_2.12-9_amd64.deb b/pool-iso/main/g/grub2/grub2-common_2.12-9_amd64.deb new file mode 100644 index 0000000..e4d51e1 Binary files /dev/null and b/pool-iso/main/g/grub2/grub2-common_2.12-9_amd64.deb differ diff --git a/pool-iso/main/g/gtk+2.0/libgail18-udeb_2.24.33-7_amd64.udeb b/pool-iso/main/g/gtk+2.0/libgail18-udeb_2.24.33-7_amd64.udeb new file mode 100644 index 0000000..9d31f4d Binary files /dev/null and b/pool-iso/main/g/gtk+2.0/libgail18-udeb_2.24.33-7_amd64.udeb differ diff --git a/pool-iso/main/g/gzip/gzip_1.13-1_amd64.deb b/pool-iso/main/g/gzip/gzip_1.13-1_amd64.deb new file mode 100644 index 0000000..f043e8e Binary files /dev/null and b/pool-iso/main/g/gzip/gzip_1.13-1_amd64.deb differ diff --git a/pool-iso/main/h/harfbuzz/libharfbuzz0-udeb_10.2.0-1+b1_amd64.udeb b/pool-iso/main/h/harfbuzz/libharfbuzz0-udeb_10.2.0-1+b1_amd64.udeb new file mode 100644 index 0000000..308a774 Binary files /dev/null and b/pool-iso/main/h/harfbuzz/libharfbuzz0-udeb_10.2.0-1+b1_amd64.udeb differ diff --git a/pool-iso/main/h/haveged/haveged-udeb_1.9.19-12_amd64.udeb b/pool-iso/main/h/haveged/haveged-udeb_1.9.19-12_amd64.udeb new file mode 100644 index 0000000..2c176c7 Binary files /dev/null and b/pool-iso/main/h/haveged/haveged-udeb_1.9.19-12_amd64.udeb differ diff --git a/pool-iso/main/h/hostname/hostname_3.25_amd64.deb b/pool-iso/main/h/hostname/hostname_3.25_amd64.deb new file mode 100644 index 0000000..70babb0 Binary files /dev/null and b/pool-iso/main/h/hostname/hostname_3.25_amd64.deb differ diff --git a/pool-iso/main/h/hw-detect/disk-detect_1.171_amd64.udeb b/pool-iso/main/h/hw-detect/disk-detect_1.171_amd64.udeb new file mode 100644 index 0000000..f9201fa Binary files /dev/null and b/pool-iso/main/h/hw-detect/disk-detect_1.171_amd64.udeb differ diff --git a/pool-iso/main/h/hw-detect/driver-injection-disk-detect_1.171_all.udeb b/pool-iso/main/h/hw-detect/driver-injection-disk-detect_1.171_all.udeb new file mode 100644 index 0000000..8950aec Binary files /dev/null and b/pool-iso/main/h/hw-detect/driver-injection-disk-detect_1.171_all.udeb differ diff --git a/pool-iso/main/h/hw-detect/ethdetect_1.171_all.udeb b/pool-iso/main/h/hw-detect/ethdetect_1.171_all.udeb new file mode 100644 index 0000000..ef1408d Binary files /dev/null and b/pool-iso/main/h/hw-detect/ethdetect_1.171_all.udeb differ diff --git a/pool-iso/main/i/icu/libicu76_76.1-4_amd64.deb b/pool-iso/main/i/icu/libicu76_76.1-4_amd64.deb new file mode 100644 index 0000000..8d24a6b Binary files /dev/null and b/pool-iso/main/i/icu/libicu76_76.1-4_amd64.deb differ diff --git a/pool-iso/main/i/ifupdown/ifupdown_0.8.44_amd64.deb b/pool-iso/main/i/ifupdown/ifupdown_0.8.44_amd64.deb new file mode 100644 index 0000000..c6e6d2e Binary files /dev/null and b/pool-iso/main/i/ifupdown/ifupdown_0.8.44_amd64.deb differ diff --git a/pool-iso/main/i/init-system-helpers/init-system-helpers_1.69~deb13u1_all.deb b/pool-iso/main/i/init-system-helpers/init-system-helpers_1.69~deb13u1_all.deb new file mode 100644 index 0000000..6776521 Binary files /dev/null and b/pool-iso/main/i/init-system-helpers/init-system-helpers_1.69~deb13u1_all.deb differ diff --git a/pool-iso/main/i/init-system-helpers/init_1.69~deb13u1_amd64.deb b/pool-iso/main/i/init-system-helpers/init_1.69~deb13u1_amd64.deb new file mode 100644 index 0000000..ede8c53 Binary files /dev/null and b/pool-iso/main/i/init-system-helpers/init_1.69~deb13u1_amd64.deb differ diff --git a/pool-iso/main/i/initramfs-tools/initramfs-tools-bin_0.148.3_amd64.deb b/pool-iso/main/i/initramfs-tools/initramfs-tools-bin_0.148.3_amd64.deb new file mode 100644 index 0000000..434fdea Binary files /dev/null and b/pool-iso/main/i/initramfs-tools/initramfs-tools-bin_0.148.3_amd64.deb differ diff --git a/pool-iso/main/i/initramfs-tools/initramfs-tools-core_0.148.3_all.deb b/pool-iso/main/i/initramfs-tools/initramfs-tools-core_0.148.3_all.deb new file mode 100644 index 0000000..5f8f884 Binary files /dev/null and b/pool-iso/main/i/initramfs-tools/initramfs-tools-core_0.148.3_all.deb differ diff --git a/pool-iso/main/i/initramfs-tools/initramfs-tools_0.148.3_all.deb b/pool-iso/main/i/initramfs-tools/initramfs-tools_0.148.3_all.deb new file mode 100644 index 0000000..750a69f Binary files /dev/null and b/pool-iso/main/i/initramfs-tools/initramfs-tools_0.148.3_all.deb differ diff --git a/pool-iso/main/i/installation-report/installation-report_2.97_all.deb b/pool-iso/main/i/installation-report/installation-report_2.97_all.deb new file mode 100644 index 0000000..ebae145 Binary files /dev/null and b/pool-iso/main/i/installation-report/installation-report_2.97_all.deb differ diff --git a/pool-iso/main/i/installation-report/save-logs_2.97_all.udeb b/pool-iso/main/i/installation-report/save-logs_2.97_all.udeb new file mode 100644 index 0000000..a37df15 Binary files /dev/null and b/pool-iso/main/i/installation-report/save-logs_2.97_all.udeb differ diff --git a/pool-iso/main/i/iproute2/iproute2_6.15.0-1_amd64.deb b/pool-iso/main/i/iproute2/iproute2_6.15.0-1_amd64.deb new file mode 100644 index 0000000..23cbc90 Binary files /dev/null and b/pool-iso/main/i/iproute2/iproute2_6.15.0-1_amd64.deb differ diff --git a/pool-iso/main/i/iptables/libxtables12_1.8.11-2_amd64.deb b/pool-iso/main/i/iptables/libxtables12_1.8.11-2_amd64.deb new file mode 100644 index 0000000..6fa2063 Binary files /dev/null and b/pool-iso/main/i/iptables/libxtables12_1.8.11-2_amd64.deb differ diff --git a/pool-iso/main/i/iputils/iputils-ping_20240905-3_amd64.deb b/pool-iso/main/i/iputils/iputils-ping_20240905-3_amd64.deb new file mode 100644 index 0000000..d717832 Binary files /dev/null and b/pool-iso/main/i/iputils/iputils-ping_20240905-3_amd64.deb differ diff --git a/pool-iso/main/i/isc-dhcp/isc-dhcp-client-udeb_4.4.3-P1-8_amd64.udeb b/pool-iso/main/i/isc-dhcp/isc-dhcp-client-udeb_4.4.3-P1-8_amd64.udeb new file mode 100644 index 0000000..96a3e21 Binary files /dev/null and b/pool-iso/main/i/isc-dhcp/isc-dhcp-client-udeb_4.4.3-P1-8_amd64.udeb differ diff --git a/pool-iso/main/i/isl/libisl23_0.27-1_amd64.deb b/pool-iso/main/i/isl/libisl23_0.27-1_amd64.deb new file mode 100644 index 0000000..3d661eb Binary files /dev/null and b/pool-iso/main/i/isl/libisl23_0.27-1_amd64.deb differ diff --git a/pool-iso/main/i/iso-codes/iso-codes_4.18.0-1_all.deb b/pool-iso/main/i/iso-codes/iso-codes_4.18.0-1_all.deb new file mode 100644 index 0000000..ba71fcf Binary files /dev/null and b/pool-iso/main/i/iso-codes/iso-codes_4.18.0-1_all.deb differ diff --git a/pool-iso/main/i/iucode-tool/iucode-tool_2.3.1-3_amd64.deb b/pool-iso/main/i/iucode-tool/iucode-tool_2.3.1-3_amd64.deb new file mode 100644 index 0000000..ec6f5fd Binary files /dev/null and b/pool-iso/main/i/iucode-tool/iucode-tool_2.3.1-3_amd64.deb differ diff --git a/pool-iso/main/j/jansson/libjansson4_2.14-2+b3_amd64.deb b/pool-iso/main/j/jansson/libjansson4_2.14-2+b3_amd64.deb new file mode 100644 index 0000000..16405e3 Binary files /dev/null and b/pool-iso/main/j/jansson/libjansson4_2.14-2+b3_amd64.deb differ diff --git a/pool-iso/main/j/jfsutils/jfsutils-udeb_1.1.15-6_amd64.udeb b/pool-iso/main/j/jfsutils/jfsutils-udeb_1.1.15-6_amd64.udeb new file mode 100644 index 0000000..c69d7de Binary files /dev/null and b/pool-iso/main/j/jfsutils/jfsutils-udeb_1.1.15-6_amd64.udeb differ diff --git a/pool-iso/main/j/jfsutils/jfsutils_1.1.15-6_amd64.deb b/pool-iso/main/j/jfsutils/jfsutils_1.1.15-6_amd64.deb new file mode 100644 index 0000000..fb654e6 Binary files /dev/null and b/pool-iso/main/j/jfsutils/jfsutils_1.1.15-6_amd64.deb differ diff --git a/pool-iso/main/j/json-c/libjson-c5-udeb_0.18+ds-1_amd64.udeb b/pool-iso/main/j/json-c/libjson-c5-udeb_0.18+ds-1_amd64.udeb new file mode 100644 index 0000000..f99f9a0 Binary files /dev/null and b/pool-iso/main/j/json-c/libjson-c5-udeb_0.18+ds-1_amd64.udeb differ diff --git a/pool-iso/main/j/json-c/libjson-c5_0.18+ds-1_amd64.deb b/pool-iso/main/j/json-c/libjson-c5_0.18+ds-1_amd64.deb new file mode 100644 index 0000000..f951cc6 Binary files /dev/null and b/pool-iso/main/j/json-c/libjson-c5_0.18+ds-1_amd64.deb differ diff --git a/pool-iso/main/k/kbd/kbd_2.7.1-2_amd64.deb b/pool-iso/main/k/kbd/kbd_2.7.1-2_amd64.deb new file mode 100644 index 0000000..97dd1eb Binary files /dev/null and b/pool-iso/main/k/kbd/kbd_2.7.1-2_amd64.deb differ diff --git a/pool-iso/main/k/kexec-tools/kexec-tools-udeb_2.0.29-2+b2_amd64.udeb b/pool-iso/main/k/kexec-tools/kexec-tools-udeb_2.0.29-2+b2_amd64.udeb new file mode 100644 index 0000000..cf2f67a Binary files /dev/null and b/pool-iso/main/k/kexec-tools/kexec-tools-udeb_2.0.29-2+b2_amd64.udeb differ diff --git a/pool-iso/main/k/keyutils/libkeyutils1_1.6.3-6_amd64.deb b/pool-iso/main/k/keyutils/libkeyutils1_1.6.3-6_amd64.deb new file mode 100644 index 0000000..4de6793 Binary files /dev/null and b/pool-iso/main/k/keyutils/libkeyutils1_1.6.3-6_amd64.deb differ diff --git a/pool-iso/main/k/kickseed/initrd-kickseed_0.63_all.udeb b/pool-iso/main/k/kickseed/initrd-kickseed_0.63_all.udeb new file mode 100644 index 0000000..4ee649d Binary files /dev/null and b/pool-iso/main/k/kickseed/initrd-kickseed_0.63_all.udeb differ diff --git a/pool-iso/main/k/kickseed/kickseed-common_0.63_all.udeb b/pool-iso/main/k/kickseed/kickseed-common_0.63_all.udeb new file mode 100644 index 0000000..c5ebb39 Binary files /dev/null and b/pool-iso/main/k/kickseed/kickseed-common_0.63_all.udeb differ diff --git a/pool-iso/main/k/klibc/klibc-utils_2.0.14-1_amd64.deb b/pool-iso/main/k/klibc/klibc-utils_2.0.14-1_amd64.deb new file mode 100644 index 0000000..a5ac260 Binary files /dev/null and b/pool-iso/main/k/klibc/klibc-utils_2.0.14-1_amd64.deb differ diff --git a/pool-iso/main/k/klibc/libklibc_2.0.14-1_amd64.deb b/pool-iso/main/k/klibc/libklibc_2.0.14-1_amd64.deb new file mode 100644 index 0000000..8373d21 Binary files /dev/null and b/pool-iso/main/k/klibc/libklibc_2.0.14-1_amd64.deb differ diff --git a/pool-iso/main/k/kmod/kmod-udeb_34.2-2_amd64.udeb b/pool-iso/main/k/kmod/kmod-udeb_34.2-2_amd64.udeb new file mode 100644 index 0000000..d3b597f Binary files /dev/null and b/pool-iso/main/k/kmod/kmod-udeb_34.2-2_amd64.udeb differ diff --git a/pool-iso/main/k/kmod/kmod_34.2-2_amd64.deb b/pool-iso/main/k/kmod/kmod_34.2-2_amd64.deb new file mode 100644 index 0000000..3ae32a1 Binary files /dev/null and b/pool-iso/main/k/kmod/kmod_34.2-2_amd64.deb differ diff --git a/pool-iso/main/k/kmod/libkmod2-udeb_34.2-2_amd64.udeb b/pool-iso/main/k/kmod/libkmod2-udeb_34.2-2_amd64.udeb new file mode 100644 index 0000000..7c29a3b Binary files /dev/null and b/pool-iso/main/k/kmod/libkmod2-udeb_34.2-2_amd64.udeb differ diff --git a/pool-iso/main/k/kmod/libkmod2_34.2-2_amd64.deb b/pool-iso/main/k/kmod/libkmod2_34.2-2_amd64.deb new file mode 100644 index 0000000..49d8b07 Binary files /dev/null and b/pool-iso/main/k/kmod/libkmod2_34.2-2_amd64.deb differ diff --git a/pool-iso/main/k/krb5/krb5-locales_1.21.3-5_all.deb b/pool-iso/main/k/krb5/krb5-locales_1.21.3-5_all.deb new file mode 100644 index 0000000..a0157cc Binary files /dev/null and b/pool-iso/main/k/krb5/krb5-locales_1.21.3-5_all.deb differ diff --git a/pool-iso/main/k/krb5/libgssapi-krb5-2_1.21.3-5_amd64.deb b/pool-iso/main/k/krb5/libgssapi-krb5-2_1.21.3-5_amd64.deb new file mode 100644 index 0000000..39923e4 Binary files /dev/null and b/pool-iso/main/k/krb5/libgssapi-krb5-2_1.21.3-5_amd64.deb differ diff --git a/pool-iso/main/k/krb5/libk5crypto3_1.21.3-5_amd64.deb b/pool-iso/main/k/krb5/libk5crypto3_1.21.3-5_amd64.deb new file mode 100644 index 0000000..f2a68c4 Binary files /dev/null and b/pool-iso/main/k/krb5/libk5crypto3_1.21.3-5_amd64.deb differ diff --git a/pool-iso/main/k/krb5/libkrb5-3_1.21.3-5_amd64.deb b/pool-iso/main/k/krb5/libkrb5-3_1.21.3-5_amd64.deb new file mode 100644 index 0000000..d3f3129 Binary files /dev/null and b/pool-iso/main/k/krb5/libkrb5-3_1.21.3-5_amd64.deb differ diff --git a/pool-iso/main/k/krb5/libkrb5support0_1.21.3-5_amd64.deb b/pool-iso/main/k/krb5/libkrb5support0_1.21.3-5_amd64.deb new file mode 100644 index 0000000..d2cd3db Binary files /dev/null and b/pool-iso/main/k/krb5/libkrb5support0_1.21.3-5_amd64.deb differ diff --git a/pool-iso/main/l/lame/libmp3lame0_3.100-6+b3_amd64.deb b/pool-iso/main/l/lame/libmp3lame0_3.100-6+b3_amd64.deb new file mode 100644 index 0000000..4c4edd1 Binary files /dev/null and b/pool-iso/main/l/lame/libmp3lame0_3.100-6+b3_amd64.deb differ diff --git a/pool-iso/main/l/laptop-detect/laptop-detect_0.16+nmu1_all.deb b/pool-iso/main/l/laptop-detect/laptop-detect_0.16+nmu1_all.deb new file mode 100644 index 0000000..3e9b4af Binary files /dev/null and b/pool-iso/main/l/laptop-detect/laptop-detect_0.16+nmu1_all.deb differ diff --git a/pool-iso/main/l/less/less_668-1_amd64.deb b/pool-iso/main/l/less/less_668-1_amd64.deb new file mode 100644 index 0000000..cfa2a1b Binary files /dev/null and b/pool-iso/main/l/less/less_668-1_amd64.deb differ diff --git a/pool-iso/main/l/linux-base/linux-base_4.12_all.deb b/pool-iso/main/l/linux-base/linux-base_4.12_all.deb new file mode 100644 index 0000000..f6d7fc8 Binary files /dev/null and b/pool-iso/main/l/linux-base/linux-base_4.12_all.deb differ diff --git a/pool-iso/main/l/linux-base/linux-sysctl-defaults_4.12_all.deb b/pool-iso/main/l/linux-base/linux-sysctl-defaults_4.12_all.deb new file mode 100644 index 0000000..456a3fd Binary files /dev/null and b/pool-iso/main/l/linux-base/linux-sysctl-defaults_4.12_all.deb differ diff --git a/pool-iso/main/l/linux-signed-amd64/btrfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/btrfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..35ea168 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/btrfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/btrfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/btrfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..e063d47 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/btrfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/crypto-dm-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/crypto-dm-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..07aa5d0 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/crypto-dm-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/crypto-dm-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/crypto-dm-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..d6d94de Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/crypto-dm-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/crypto-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/crypto-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..4a2420b Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/crypto-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/crypto-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/crypto-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..b15ffbc Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/crypto-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/drm-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/drm-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..4fc9dc9 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/drm-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/drm-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/drm-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..50d97b3 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/drm-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/ext4-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/ext4-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..f767a28 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/ext4-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/ext4-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/ext4-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..d61a80c Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/ext4-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/f2fs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/f2fs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..81c7562 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/f2fs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/f2fs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/f2fs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..77aac13 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/f2fs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/firewire-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/firewire-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..a3c8d72 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/firewire-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/firewire-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/firewire-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..088a8e3 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/firewire-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/jfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/jfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..f5912b0 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/jfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/jfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/jfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..cf86e16 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/jfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/linux-headers-amd64_6.12.57-1_amd64.deb b/pool-iso/main/l/linux-signed-amd64/linux-headers-amd64_6.12.57-1_amd64.deb new file mode 100644 index 0000000..cb49e32 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/linux-headers-amd64_6.12.57-1_amd64.deb differ diff --git a/pool-iso/main/l/linux-signed-amd64/linux-image-6.12.57+deb13-amd64_6.12.57-1_amd64.deb b/pool-iso/main/l/linux-signed-amd64/linux-image-6.12.57+deb13-amd64_6.12.57-1_amd64.deb new file mode 100644 index 0000000..2a89195 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/linux-image-6.12.57+deb13-amd64_6.12.57-1_amd64.deb differ diff --git a/pool-iso/main/l/linux-signed-amd64/linux-image-amd64_6.12.57-1_amd64.deb b/pool-iso/main/l/linux-signed-amd64/linux-image-amd64_6.12.57-1_amd64.deb new file mode 100644 index 0000000..223970f Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/linux-image-amd64_6.12.57-1_amd64.deb differ diff --git a/pool-iso/main/l/linux-signed-amd64/loop-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/loop-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..d1150b8 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/loop-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/loop-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/loop-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..63c5679 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/loop-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/md-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/md-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..359d8c5 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/md-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/md-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/md-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..72f885e Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/md-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/mmc-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/mmc-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..dd6f662 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/mmc-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/mmc-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/mmc-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..e73f513 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/mmc-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/mtd-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/mtd-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..e0d8762 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/mtd-core-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/mtd-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/mtd-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..5095669 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/mtd-core-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/multipath-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/multipath-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..6f27881 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/multipath-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/multipath-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/multipath-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..eec32ac Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/multipath-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nbd-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nbd-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..ee11228 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nbd-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nbd-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nbd-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..c44d015 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nbd-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..e5e8775 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..14eb2a6 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-pcmcia-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-pcmcia-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..7db34d4 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-pcmcia-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-pcmcia-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-pcmcia-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..bf8a3ca Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-pcmcia-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-shared-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-shared-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..6d6a0d1 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-shared-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-shared-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-shared-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..6f52c03 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-shared-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-usb-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-usb-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..3a594df Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-usb-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-usb-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-usb-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..fa35a74 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-usb-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-wireless-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-wireless-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..563735e Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-wireless-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/nic-wireless-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/nic-wireless-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..28f2cb7 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/nic-wireless-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/pata-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/pata-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..b132ab6 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/pata-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/pata-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/pata-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..72d392c Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/pata-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/pcmcia-storage-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/pcmcia-storage-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..a6184d9 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/pcmcia-storage-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/pcmcia-storage-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/pcmcia-storage-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..34d6e9e Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/pcmcia-storage-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/ppp-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/ppp-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..7a1b560 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/ppp-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/ppp-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/ppp-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..193a5be Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/ppp-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/rfkill-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/rfkill-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..4f1b5dc Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/rfkill-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/rfkill-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/rfkill-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..8ecb5bf Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/rfkill-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/scsi-nic-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/scsi-nic-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..9682f52 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/scsi-nic-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/scsi-nic-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/scsi-nic-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..ae71cf4 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/scsi-nic-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/sound-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/sound-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..d69a2cf Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/sound-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/sound-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/sound-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..50f9474 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/sound-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/squashfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/squashfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..5f214c5 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/squashfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/squashfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/squashfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..654c2f2 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/squashfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/udf-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/udf-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..f4e8d59 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/udf-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/udf-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/udf-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..c3efc13 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/udf-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/uinput-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/uinput-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..e52c95f Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/uinput-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/uinput-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/uinput-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..82a9869 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/uinput-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/xfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/xfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb new file mode 100644 index 0000000..2476ea7 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/xfs-modules-6.12.43+deb13-amd64-di_6.12.43-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux-signed-amd64/xfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb b/pool-iso/main/l/linux-signed-amd64/xfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb new file mode 100644 index 0000000..09e3775 Binary files /dev/null and b/pool-iso/main/l/linux-signed-amd64/xfs-modules-6.12.57+deb13-amd64-di_6.12.57-1_amd64.udeb differ diff --git a/pool-iso/main/l/linux/linux-headers-6.12.57+deb13-amd64_6.12.57-1_amd64.deb b/pool-iso/main/l/linux/linux-headers-6.12.57+deb13-amd64_6.12.57-1_amd64.deb new file mode 100644 index 0000000..2ecc9e1 Binary files /dev/null and b/pool-iso/main/l/linux/linux-headers-6.12.57+deb13-amd64_6.12.57-1_amd64.deb differ diff --git a/pool-iso/main/l/linux/linux-headers-6.12.57+deb13-common_6.12.57-1_all.deb b/pool-iso/main/l/linux/linux-headers-6.12.57+deb13-common_6.12.57-1_all.deb new file mode 100644 index 0000000..47627e9 Binary files /dev/null and b/pool-iso/main/l/linux/linux-headers-6.12.57+deb13-common_6.12.57-1_all.deb differ diff --git a/pool-iso/main/l/linux/linux-kbuild-6.12.57+deb13_6.12.57-1_amd64.deb b/pool-iso/main/l/linux/linux-kbuild-6.12.57+deb13_6.12.57-1_amd64.deb new file mode 100644 index 0000000..05f2957 Binary files /dev/null and b/pool-iso/main/l/linux/linux-kbuild-6.12.57+deb13_6.12.57-1_amd64.deb differ diff --git a/pool-iso/main/l/linux/linux-libc-dev_6.12.57-1_all.deb b/pool-iso/main/l/linux/linux-libc-dev_6.12.57-1_all.deb new file mode 100644 index 0000000..cdef363 Binary files /dev/null and b/pool-iso/main/l/linux/linux-libc-dev_6.12.57-1_all.deb differ diff --git a/pool-iso/main/l/logrotate/logrotate_3.22.0-1_amd64.deb b/pool-iso/main/l/logrotate/logrotate_3.22.0-1_amd64.deb new file mode 100644 index 0000000..03399dd Binary files /dev/null and b/pool-iso/main/l/logrotate/logrotate_3.22.0-1_amd64.deb differ diff --git a/pool-iso/main/l/lowmem/lowmem_1.52_all.udeb b/pool-iso/main/l/lowmem/lowmem_1.52_all.udeb new file mode 100644 index 0000000..ccaf3fc Binary files /dev/null and b/pool-iso/main/l/lowmem/lowmem_1.52_all.udeb differ diff --git a/pool-iso/main/l/lsb-release-minimal/lsb-release_12.1-1_all.deb b/pool-iso/main/l/lsb-release-minimal/lsb-release_12.1-1_all.deb new file mode 100644 index 0000000..c3c28a1 Binary files /dev/null and b/pool-iso/main/l/lsb-release-minimal/lsb-release_12.1-1_all.deb differ diff --git a/pool-iso/main/l/lvm2/dmeventd_1.02.205-2_amd64.deb b/pool-iso/main/l/lvm2/dmeventd_1.02.205-2_amd64.deb new file mode 100644 index 0000000..8380d5f Binary files /dev/null and b/pool-iso/main/l/lvm2/dmeventd_1.02.205-2_amd64.deb differ diff --git a/pool-iso/main/l/lvm2/dmsetup-udeb_1.02.205-2_amd64.udeb b/pool-iso/main/l/lvm2/dmsetup-udeb_1.02.205-2_amd64.udeb new file mode 100644 index 0000000..89f08cb Binary files /dev/null and b/pool-iso/main/l/lvm2/dmsetup-udeb_1.02.205-2_amd64.udeb differ diff --git a/pool-iso/main/l/lvm2/dmsetup_1.02.205-2_amd64.deb b/pool-iso/main/l/lvm2/dmsetup_1.02.205-2_amd64.deb new file mode 100644 index 0000000..a12b315 Binary files /dev/null and b/pool-iso/main/l/lvm2/dmsetup_1.02.205-2_amd64.deb differ diff --git a/pool-iso/main/l/lvm2/libdevmapper-event1.02.1_1.02.205-2_amd64.deb b/pool-iso/main/l/lvm2/libdevmapper-event1.02.1_1.02.205-2_amd64.deb new file mode 100644 index 0000000..aaa2061 Binary files /dev/null and b/pool-iso/main/l/lvm2/libdevmapper-event1.02.1_1.02.205-2_amd64.deb differ diff --git a/pool-iso/main/l/lvm2/libdevmapper1.02.1-udeb_1.02.205-2_amd64.udeb b/pool-iso/main/l/lvm2/libdevmapper1.02.1-udeb_1.02.205-2_amd64.udeb new file mode 100644 index 0000000..a0a7e62 Binary files /dev/null and b/pool-iso/main/l/lvm2/libdevmapper1.02.1-udeb_1.02.205-2_amd64.udeb differ diff --git a/pool-iso/main/l/lvm2/libdevmapper1.02.1_1.02.205-2_amd64.deb b/pool-iso/main/l/lvm2/libdevmapper1.02.1_1.02.205-2_amd64.deb new file mode 100644 index 0000000..e885b0e Binary files /dev/null and b/pool-iso/main/l/lvm2/libdevmapper1.02.1_1.02.205-2_amd64.deb differ diff --git a/pool-iso/main/l/lvm2/liblvm2cmd2.03_2.03.31-2_amd64.deb b/pool-iso/main/l/lvm2/liblvm2cmd2.03_2.03.31-2_amd64.deb new file mode 100644 index 0000000..e3f7299 Binary files /dev/null and b/pool-iso/main/l/lvm2/liblvm2cmd2.03_2.03.31-2_amd64.deb differ diff --git a/pool-iso/main/l/lvm2/lvm2-udeb_2.03.31-2_amd64.udeb b/pool-iso/main/l/lvm2/lvm2-udeb_2.03.31-2_amd64.udeb new file mode 100644 index 0000000..d65b738 Binary files /dev/null and b/pool-iso/main/l/lvm2/lvm2-udeb_2.03.31-2_amd64.udeb differ diff --git a/pool-iso/main/l/lvm2/lvm2_2.03.31-2_amd64.deb b/pool-iso/main/l/lvm2/lvm2_2.03.31-2_amd64.deb new file mode 100644 index 0000000..3ecf77a Binary files /dev/null and b/pool-iso/main/l/lvm2/lvm2_2.03.31-2_amd64.deb differ diff --git a/pool-iso/main/l/lvmcfg/lvmcfg-utils_1.71_all.udeb b/pool-iso/main/l/lvmcfg/lvmcfg-utils_1.71_all.udeb new file mode 100644 index 0000000..be1a729 Binary files /dev/null and b/pool-iso/main/l/lvmcfg/lvmcfg-utils_1.71_all.udeb differ diff --git a/pool-iso/main/l/lz4/liblz4-1_1.10.0-4_amd64.deb b/pool-iso/main/l/lz4/liblz4-1_1.10.0-4_amd64.deb new file mode 100644 index 0000000..48391bb Binary files /dev/null and b/pool-iso/main/l/lz4/liblz4-1_1.10.0-4_amd64.deb differ diff --git a/pool-iso/main/l/lzo2/liblzo2-2-udeb_2.10-3+b1_amd64.udeb b/pool-iso/main/l/lzo2/liblzo2-2-udeb_2.10-3+b1_amd64.udeb new file mode 100644 index 0000000..c3a7f3b Binary files /dev/null and b/pool-iso/main/l/lzo2/liblzo2-2-udeb_2.10-3+b1_amd64.udeb differ diff --git a/pool-iso/main/l/lzo2/liblzo2-2_2.10-3+b1_amd64.deb b/pool-iso/main/l/lzo2/liblzo2-2_2.10-3+b1_amd64.deb new file mode 100644 index 0000000..1fe743c Binary files /dev/null and b/pool-iso/main/l/lzo2/liblzo2-2_2.10-3+b1_amd64.deb differ diff --git a/pool-iso/main/liba/libaio/libaio1-udeb_0.3.113-8+b1_amd64.udeb b/pool-iso/main/liba/libaio/libaio1-udeb_0.3.113-8+b1_amd64.udeb new file mode 100644 index 0000000..c48fce5 Binary files /dev/null and b/pool-iso/main/liba/libaio/libaio1-udeb_0.3.113-8+b1_amd64.udeb differ diff --git a/pool-iso/main/liba/libaio/libaio1t64_0.3.113-8+b1_amd64.deb b/pool-iso/main/liba/libaio/libaio1t64_0.3.113-8+b1_amd64.deb new file mode 100644 index 0000000..778c626 Binary files /dev/null and b/pool-iso/main/liba/libaio/libaio1t64_0.3.113-8+b1_amd64.deb differ diff --git a/pool-iso/main/liba/libassuan/libassuan9_3.0.2-2_amd64.deb b/pool-iso/main/liba/libassuan/libassuan9_3.0.2-2_amd64.deb new file mode 100644 index 0000000..2c31219 Binary files /dev/null and b/pool-iso/main/liba/libassuan/libassuan9_3.0.2-2_amd64.deb differ diff --git a/pool-iso/main/liba/libasyncns/libasyncns0_0.8-6+b5_amd64.deb b/pool-iso/main/liba/libasyncns/libasyncns0_0.8-6+b5_amd64.deb new file mode 100644 index 0000000..c39e05e Binary files /dev/null and b/pool-iso/main/liba/libasyncns/libasyncns0_0.8-6+b5_amd64.deb differ diff --git a/pool-iso/main/libb/libbpf/libbpf1_1.5.0-3_amd64.deb b/pool-iso/main/libb/libbpf/libbpf1_1.5.0-3_amd64.deb new file mode 100644 index 0000000..243132b Binary files /dev/null and b/pool-iso/main/libb/libbpf/libbpf1_1.5.0-3_amd64.deb differ diff --git a/pool-iso/main/libb/libbsd/libbsd0-udeb_0.12.2-2_amd64.udeb b/pool-iso/main/libb/libbsd/libbsd0-udeb_0.12.2-2_amd64.udeb new file mode 100644 index 0000000..6a92459 Binary files /dev/null and b/pool-iso/main/libb/libbsd/libbsd0-udeb_0.12.2-2_amd64.udeb differ diff --git a/pool-iso/main/libb/libbsd/libbsd0_0.12.2-2_amd64.deb b/pool-iso/main/libb/libbsd/libbsd0_0.12.2-2_amd64.deb new file mode 100644 index 0000000..db48fa9 Binary files /dev/null and b/pool-iso/main/libb/libbsd/libbsd0_0.12.2-2_amd64.deb differ diff --git a/pool-iso/main/libc/libcap-ng/libcap-ng0_0.8.5-4+b1_amd64.deb b/pool-iso/main/libc/libcap-ng/libcap-ng0_0.8.5-4+b1_amd64.deb new file mode 100644 index 0000000..ac90b7d Binary files /dev/null and b/pool-iso/main/libc/libcap-ng/libcap-ng0_0.8.5-4+b1_amd64.deb differ diff --git a/pool-iso/main/libc/libcap2/libcap2-bin_2.75-10+b1_amd64.deb b/pool-iso/main/libc/libcap2/libcap2-bin_2.75-10+b1_amd64.deb new file mode 100644 index 0000000..1983e35 Binary files /dev/null and b/pool-iso/main/libc/libcap2/libcap2-bin_2.75-10+b1_amd64.deb differ diff --git a/pool-iso/main/libc/libcap2/libcap2-udeb_2.75-10+b1_amd64.udeb b/pool-iso/main/libc/libcap2/libcap2-udeb_2.75-10+b1_amd64.udeb new file mode 100644 index 0000000..1d483a5 Binary files /dev/null and b/pool-iso/main/libc/libcap2/libcap2-udeb_2.75-10+b1_amd64.udeb differ diff --git a/pool-iso/main/libc/libcap2/libcap2_2.75-10+b1_amd64.deb b/pool-iso/main/libc/libcap2/libcap2_2.75-10+b1_amd64.deb new file mode 100644 index 0000000..d2968e4 Binary files /dev/null and b/pool-iso/main/libc/libcap2/libcap2_2.75-10+b1_amd64.deb differ diff --git a/pool-iso/main/libc/libcap2/libpam-cap_2.75-10+b1_amd64.deb b/pool-iso/main/libc/libcap2/libpam-cap_2.75-10+b1_amd64.deb new file mode 100644 index 0000000..4536629 Binary files /dev/null and b/pool-iso/main/libc/libcap2/libpam-cap_2.75-10+b1_amd64.deb differ diff --git a/pool-iso/main/libc/libcbor/libcbor0.10_0.10.2-2_amd64.deb b/pool-iso/main/libc/libcbor/libcbor0.10_0.10.2-2_amd64.deb new file mode 100644 index 0000000..acc7165 Binary files /dev/null and b/pool-iso/main/libc/libcbor/libcbor0.10_0.10.2-2_amd64.deb differ diff --git a/pool-iso/main/libd/libdatrie/libdatrie1-udeb_0.2.13-3+b1_amd64.udeb b/pool-iso/main/libd/libdatrie/libdatrie1-udeb_0.2.13-3+b1_amd64.udeb new file mode 100644 index 0000000..2562b48 Binary files /dev/null and b/pool-iso/main/libd/libdatrie/libdatrie1-udeb_0.2.13-3+b1_amd64.udeb differ diff --git a/pool-iso/main/libe/libeatmydata/eatmydata-udeb_131-2_all.udeb b/pool-iso/main/libe/libeatmydata/eatmydata-udeb_131-2_all.udeb new file mode 100644 index 0000000..e805a44 Binary files /dev/null and b/pool-iso/main/libe/libeatmydata/eatmydata-udeb_131-2_all.udeb differ diff --git a/pool-iso/main/libe/libedit/libedit2_3.1-20250104-1_amd64.deb b/pool-iso/main/libe/libedit/libedit2_3.1-20250104-1_amd64.deb new file mode 100644 index 0000000..e26ed27 Binary files /dev/null and b/pool-iso/main/libe/libedit/libedit2_3.1-20250104-1_amd64.deb differ diff --git a/pool-iso/main/libe/libepoxy/libepoxy0-udeb_1.5.10-2_amd64.udeb b/pool-iso/main/libe/libepoxy/libepoxy0-udeb_1.5.10-2_amd64.udeb new file mode 100644 index 0000000..f5a1801 Binary files /dev/null and b/pool-iso/main/libe/libepoxy/libepoxy0-udeb_1.5.10-2_amd64.udeb differ diff --git a/pool-iso/main/libe/libevdev/libevdev2-udeb_1.13.4+dfsg-1_amd64.udeb b/pool-iso/main/libe/libevdev/libevdev2-udeb_1.13.4+dfsg-1_amd64.udeb new file mode 100644 index 0000000..99074c7 Binary files /dev/null and b/pool-iso/main/libe/libevdev/libevdev2-udeb_1.13.4+dfsg-1_amd64.udeb differ diff --git a/pool-iso/main/libe/libevent/libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb b/pool-iso/main/libe/libevent/libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb new file mode 100644 index 0000000..d2e5585 Binary files /dev/null and b/pool-iso/main/libe/libevent/libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb differ diff --git a/pool-iso/main/libf/libfakekey/libfakekey0-udeb_0.3+git20170516-3_amd64.udeb b/pool-iso/main/libf/libfakekey/libfakekey0-udeb_0.3+git20170516-3_amd64.udeb new file mode 100644 index 0000000..f37cea4 Binary files /dev/null and b/pool-iso/main/libf/libfakekey/libfakekey0-udeb_0.3+git20170516-3_amd64.udeb differ diff --git a/pool-iso/main/libf/libffi/libffi8-udeb_3.4.8-2_amd64.udeb b/pool-iso/main/libf/libffi/libffi8-udeb_3.4.8-2_amd64.udeb new file mode 100644 index 0000000..e639032 Binary files /dev/null and b/pool-iso/main/libf/libffi/libffi8-udeb_3.4.8-2_amd64.udeb differ diff --git a/pool-iso/main/libf/libffi/libffi8_3.4.8-2_amd64.deb b/pool-iso/main/libf/libffi/libffi8_3.4.8-2_amd64.deb new file mode 100644 index 0000000..cd6b02a Binary files /dev/null and b/pool-iso/main/libf/libffi/libffi8_3.4.8-2_amd64.deb differ diff --git a/pool-iso/main/libf/libfido2/libfido2-1_1.15.0-1+b1_amd64.deb b/pool-iso/main/libf/libfido2/libfido2-1_1.15.0-1+b1_amd64.deb new file mode 100644 index 0000000..a0bcb9b Binary files /dev/null and b/pool-iso/main/libf/libfido2/libfido2-1_1.15.0-1+b1_amd64.deb differ diff --git a/pool-iso/main/libf/libfile-fcntllock-perl/libfile-fcntllock-perl_0.22-4+b4_amd64.deb b/pool-iso/main/libf/libfile-fcntllock-perl/libfile-fcntllock-perl_0.22-4+b4_amd64.deb new file mode 100644 index 0000000..c4690e6 Binary files /dev/null and b/pool-iso/main/libf/libfile-fcntllock-perl/libfile-fcntllock-perl_0.22-4+b4_amd64.deb differ diff --git a/pool-iso/main/libg/libgcrypt20/libgcrypt20-udeb_1.11.0-7_amd64.udeb b/pool-iso/main/libg/libgcrypt20/libgcrypt20-udeb_1.11.0-7_amd64.udeb new file mode 100644 index 0000000..93edd81 Binary files /dev/null and b/pool-iso/main/libg/libgcrypt20/libgcrypt20-udeb_1.11.0-7_amd64.udeb differ diff --git a/pool-iso/main/libg/libgcrypt20/libgcrypt20_1.11.0-7_amd64.deb b/pool-iso/main/libg/libgcrypt20/libgcrypt20_1.11.0-7_amd64.deb new file mode 100644 index 0000000..7b4dfef Binary files /dev/null and b/pool-iso/main/libg/libgcrypt20/libgcrypt20_1.11.0-7_amd64.deb differ diff --git a/pool-iso/main/libg/libgpg-error/libgpg-error-l10n_1.51-4_all.deb b/pool-iso/main/libg/libgpg-error/libgpg-error-l10n_1.51-4_all.deb new file mode 100644 index 0000000..b8585dd Binary files /dev/null and b/pool-iso/main/libg/libgpg-error/libgpg-error-l10n_1.51-4_all.deb differ diff --git a/pool-iso/main/libg/libgpg-error/libgpg-error0-udeb_1.51-4_amd64.udeb b/pool-iso/main/libg/libgpg-error/libgpg-error0-udeb_1.51-4_amd64.udeb new file mode 100644 index 0000000..567357a Binary files /dev/null and b/pool-iso/main/libg/libgpg-error/libgpg-error0-udeb_1.51-4_amd64.udeb differ diff --git a/pool-iso/main/libg/libgpg-error/libgpg-error0_1.51-4_amd64.deb b/pool-iso/main/libg/libgpg-error/libgpg-error0_1.51-4_amd64.deb new file mode 100644 index 0000000..97c333a Binary files /dev/null and b/pool-iso/main/libg/libgpg-error/libgpg-error0_1.51-4_amd64.deb differ diff --git a/pool-iso/main/libi/libidn/libidn12_1.43-1_amd64.deb b/pool-iso/main/libi/libidn/libidn12_1.43-1_amd64.deb new file mode 100644 index 0000000..a3afded Binary files /dev/null and b/pool-iso/main/libi/libidn/libidn12_1.43-1_amd64.deb differ diff --git a/pool-iso/main/libi/libidn2/libidn2-0_2.3.8-2_amd64.deb b/pool-iso/main/libi/libidn2/libidn2-0_2.3.8-2_amd64.deb new file mode 100644 index 0000000..ebb1a18 Binary files /dev/null and b/pool-iso/main/libi/libidn2/libidn2-0_2.3.8-2_amd64.deb differ diff --git a/pool-iso/main/libi/libinih/libinih1-udeb_59-1_amd64.udeb b/pool-iso/main/libi/libinih/libinih1-udeb_59-1_amd64.udeb new file mode 100644 index 0000000..65724f5 Binary files /dev/null and b/pool-iso/main/libi/libinih/libinih1-udeb_59-1_amd64.udeb differ diff --git a/pool-iso/main/libi/libinih/libinih1_59-1_amd64.deb b/pool-iso/main/libi/libinih/libinih1_59-1_amd64.deb new file mode 100644 index 0000000..9b320ba Binary files /dev/null and b/pool-iso/main/libi/libinih/libinih1_59-1_amd64.deb differ diff --git a/pool-iso/main/libi/libinput/libinput10-udeb_1.28.1-1_amd64.udeb b/pool-iso/main/libi/libinput/libinput10-udeb_1.28.1-1_amd64.udeb new file mode 100644 index 0000000..552d826 Binary files /dev/null and b/pool-iso/main/libi/libinput/libinput10-udeb_1.28.1-1_amd64.udeb differ diff --git a/pool-iso/main/libk/libksba/libksba8_1.6.7-2+b1_amd64.deb b/pool-iso/main/libk/libksba/libksba8_1.6.7-2+b1_amd64.deb new file mode 100644 index 0000000..85460df Binary files /dev/null and b/pool-iso/main/libk/libksba/libksba8_1.6.7-2+b1_amd64.deb differ diff --git a/pool-iso/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-7+b1_amd64.deb b/pool-iso/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-7+b1_amd64.deb new file mode 100644 index 0000000..c46f099 Binary files /dev/null and b/pool-iso/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-7+b1_amd64.deb differ diff --git a/pool-iso/main/libl/liblockfile/liblockfile-bin_1.17-2_amd64.deb b/pool-iso/main/libl/liblockfile/liblockfile-bin_1.17-2_amd64.deb new file mode 100644 index 0000000..55370f7 Binary files /dev/null and b/pool-iso/main/libl/liblockfile/liblockfile-bin_1.17-2_amd64.deb differ diff --git a/pool-iso/main/libl/liblockfile/liblockfile1_1.17-2_amd64.deb b/pool-iso/main/libl/liblockfile/liblockfile1_1.17-2_amd64.deb new file mode 100644 index 0000000..6dd1809 Binary files /dev/null and b/pool-iso/main/libl/liblockfile/liblockfile1_1.17-2_amd64.deb differ diff --git a/pool-iso/main/libl/liblouis/liblouis-data_3.33.0-1_all.deb b/pool-iso/main/libl/liblouis/liblouis-data_3.33.0-1_all.deb new file mode 100644 index 0000000..041711a Binary files /dev/null and b/pool-iso/main/libl/liblouis/liblouis-data_3.33.0-1_all.deb differ diff --git a/pool-iso/main/libl/liblouis/liblouis20_3.33.0-1_amd64.deb b/pool-iso/main/libl/liblouis/liblouis20_3.33.0-1_amd64.deb new file mode 100644 index 0000000..0207e46 Binary files /dev/null and b/pool-iso/main/libl/liblouis/liblouis20_3.33.0-1_amd64.deb differ diff --git a/pool-iso/main/libm/libmd/libmd0-udeb_1.1.0-2+b1_amd64.udeb b/pool-iso/main/libm/libmd/libmd0-udeb_1.1.0-2+b1_amd64.udeb new file mode 100644 index 0000000..5ff4cd5 Binary files /dev/null and b/pool-iso/main/libm/libmd/libmd0-udeb_1.1.0-2+b1_amd64.udeb differ diff --git a/pool-iso/main/libm/libmd/libmd0_1.1.0-2+b1_amd64.deb b/pool-iso/main/libm/libmd/libmd0_1.1.0-2+b1_amd64.deb new file mode 100644 index 0000000..d6ac299 Binary files /dev/null and b/pool-iso/main/libm/libmd/libmd0_1.1.0-2+b1_amd64.deb differ diff --git a/pool-iso/main/libm/libmnl/libmnl0_1.0.5-3_amd64.deb b/pool-iso/main/libm/libmnl/libmnl0_1.0.5-3_amd64.deb new file mode 100644 index 0000000..d2535ee Binary files /dev/null and b/pool-iso/main/libm/libmnl/libmnl0_1.0.5-3_amd64.deb differ diff --git a/pool-iso/main/libn/libnftnl/libnftnl11_1.2.9-1_amd64.deb b/pool-iso/main/libn/libnftnl/libnftnl11_1.2.9-1_amd64.deb new file mode 100644 index 0000000..e8a8e68 Binary files /dev/null and b/pool-iso/main/libn/libnftnl/libnftnl11_1.2.9-1_amd64.deb differ diff --git a/pool-iso/main/libn/libnl3/libnl-3-200-udeb_3.7.0-2_amd64.udeb b/pool-iso/main/libn/libnl3/libnl-3-200-udeb_3.7.0-2_amd64.udeb new file mode 100644 index 0000000..2f0005a Binary files /dev/null and b/pool-iso/main/libn/libnl3/libnl-3-200-udeb_3.7.0-2_amd64.udeb differ diff --git a/pool-iso/main/libn/libnl3/libnl-3-200_3.7.0-2_amd64.deb b/pool-iso/main/libn/libnl3/libnl-3-200_3.7.0-2_amd64.deb new file mode 100644 index 0000000..ca0b6e8 Binary files /dev/null and b/pool-iso/main/libn/libnl3/libnl-3-200_3.7.0-2_amd64.deb differ diff --git a/pool-iso/main/libn/libnl3/libnl-genl-3-200-udeb_3.7.0-2_amd64.udeb b/pool-iso/main/libn/libnl3/libnl-genl-3-200-udeb_3.7.0-2_amd64.udeb new file mode 100644 index 0000000..209ce85 Binary files /dev/null and b/pool-iso/main/libn/libnl3/libnl-genl-3-200-udeb_3.7.0-2_amd64.udeb differ diff --git a/pool-iso/main/libn/libnl3/libnl-genl-3-200_3.7.0-2_amd64.deb b/pool-iso/main/libn/libnl3/libnl-genl-3-200_3.7.0-2_amd64.deb new file mode 100644 index 0000000..eb8ad76 Binary files /dev/null and b/pool-iso/main/libn/libnl3/libnl-genl-3-200_3.7.0-2_amd64.deb differ diff --git a/pool-iso/main/libn/libnl3/libnl-route-3-200_3.7.0-2_amd64.deb b/pool-iso/main/libn/libnl3/libnl-route-3-200_3.7.0-2_amd64.deb new file mode 100644 index 0000000..f801b85 Binary files /dev/null and b/pool-iso/main/libn/libnl3/libnl-route-3-200_3.7.0-2_amd64.deb differ diff --git a/pool-iso/main/libn/libnsl/libnsl2_1.3.0-3+b3_amd64.deb b/pool-iso/main/libn/libnsl/libnsl2_1.3.0-3+b3_amd64.deb new file mode 100644 index 0000000..bef8041 Binary files /dev/null and b/pool-iso/main/libn/libnsl/libnsl2_1.3.0-3+b3_amd64.deb differ diff --git a/pool-iso/main/libo/libogg/libogg0_1.3.5-3+b2_amd64.deb b/pool-iso/main/libo/libogg/libogg0_1.3.5-3+b2_amd64.deb new file mode 100644 index 0000000..9524f9e Binary files /dev/null and b/pool-iso/main/libo/libogg/libogg0_1.3.5-3+b2_amd64.deb differ diff --git a/pool-iso/main/libp/libpcap/libpcap0.8t64_1.10.5-2_amd64.deb b/pool-iso/main/libp/libpcap/libpcap0.8t64_1.10.5-2_amd64.deb new file mode 100644 index 0000000..dbfe44f Binary files /dev/null and b/pool-iso/main/libp/libpcap/libpcap0.8t64_1.10.5-2_amd64.deb differ diff --git a/pool-iso/main/libp/libpng1.6/libpng16-16t64_1.6.48-1_amd64.deb b/pool-iso/main/libp/libpng1.6/libpng16-16t64_1.6.48-1_amd64.deb new file mode 100644 index 0000000..053c60e Binary files /dev/null and b/pool-iso/main/libp/libpng1.6/libpng16-16t64_1.6.48-1_amd64.deb differ diff --git a/pool-iso/main/libp/libpsl/libpsl5t64_0.21.2-1.1+b1_amd64.deb b/pool-iso/main/libp/libpsl/libpsl5t64_0.21.2-1.1+b1_amd64.deb new file mode 100644 index 0000000..8476466 Binary files /dev/null and b/pool-iso/main/libp/libpsl/libpsl5t64_0.21.2-1.1+b1_amd64.deb differ diff --git a/pool-iso/main/libs/libsamplerate/libsamplerate0_0.2.2-4+b2_amd64.deb b/pool-iso/main/libs/libsamplerate/libsamplerate0_0.2.2-4+b2_amd64.deb new file mode 100644 index 0000000..5dce760 Binary files /dev/null and b/pool-iso/main/libs/libsamplerate/libsamplerate0_0.2.2-4+b2_amd64.deb differ diff --git a/pool-iso/main/libs/libseccomp/libseccomp2_2.6.0-2_amd64.deb b/pool-iso/main/libs/libseccomp/libseccomp2_2.6.0-2_amd64.deb new file mode 100644 index 0000000..a9c7815 Binary files /dev/null and b/pool-iso/main/libs/libseccomp/libseccomp2_2.6.0-2_amd64.deb differ diff --git a/pool-iso/main/libs/libselinux/libselinux1-udeb_3.8.1-1_amd64.udeb b/pool-iso/main/libs/libselinux/libselinux1-udeb_3.8.1-1_amd64.udeb new file mode 100644 index 0000000..11f55f0 Binary files /dev/null and b/pool-iso/main/libs/libselinux/libselinux1-udeb_3.8.1-1_amd64.udeb differ diff --git a/pool-iso/main/libs/libselinux/libselinux1_3.8.1-1_amd64.deb b/pool-iso/main/libs/libselinux/libselinux1_3.8.1-1_amd64.deb new file mode 100644 index 0000000..18b86ea Binary files /dev/null and b/pool-iso/main/libs/libselinux/libselinux1_3.8.1-1_amd64.deb differ diff --git a/pool-iso/main/libs/libsemanage/libsemanage-common_3.8.1-1_all.deb b/pool-iso/main/libs/libsemanage/libsemanage-common_3.8.1-1_all.deb new file mode 100644 index 0000000..9a5c379 Binary files /dev/null and b/pool-iso/main/libs/libsemanage/libsemanage-common_3.8.1-1_all.deb differ diff --git a/pool-iso/main/libs/libsemanage/libsemanage2_3.8.1-1_amd64.deb b/pool-iso/main/libs/libsemanage/libsemanage2_3.8.1-1_amd64.deb new file mode 100644 index 0000000..a95086a Binary files /dev/null and b/pool-iso/main/libs/libsemanage/libsemanage2_3.8.1-1_amd64.deb differ diff --git a/pool-iso/main/libs/libsepol/libsepol2_3.8.1-1_amd64.deb b/pool-iso/main/libs/libsepol/libsepol2_3.8.1-1_amd64.deb new file mode 100644 index 0000000..476d0de Binary files /dev/null and b/pool-iso/main/libs/libsepol/libsepol2_3.8.1-1_amd64.deb differ diff --git a/pool-iso/main/libs/libsndfile/libsndfile1_1.2.2-2+b1_amd64.deb b/pool-iso/main/libs/libsndfile/libsndfile1_1.2.2-2+b1_amd64.deb new file mode 100644 index 0000000..794c15e Binary files /dev/null and b/pool-iso/main/libs/libsndfile/libsndfile1_1.2.2-2+b1_amd64.deb differ diff --git a/pool-iso/main/libs/libsodium/libsodium23_1.0.18-1+b2_amd64.deb b/pool-iso/main/libs/libsodium/libsodium23_1.0.18-1+b2_amd64.deb new file mode 100644 index 0000000..372c367 Binary files /dev/null and b/pool-iso/main/libs/libsodium/libsodium23_1.0.18-1+b2_amd64.deb differ diff --git a/pool-iso/main/libt/libtasn1-6/libtasn1-6_4.20.0-2_amd64.deb b/pool-iso/main/libt/libtasn1-6/libtasn1-6_4.20.0-2_amd64.deb new file mode 100644 index 0000000..7b9d7f6 Binary files /dev/null and b/pool-iso/main/libt/libtasn1-6/libtasn1-6_4.20.0-2_amd64.deb differ diff --git a/pool-iso/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11+b4_amd64.deb b/pool-iso/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11+b4_amd64.deb new file mode 100644 index 0000000..d65bb96 Binary files /dev/null and b/pool-iso/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11+b4_amd64.deb differ diff --git a/pool-iso/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8+b4_amd64.deb b/pool-iso/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8+b4_amd64.deb new file mode 100644 index 0000000..47727a5 Binary files /dev/null and b/pool-iso/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8+b4_amd64.deb differ diff --git a/pool-iso/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb b/pool-iso/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb new file mode 100644 index 0000000..22ff9cb Binary files /dev/null and b/pool-iso/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10_all.deb differ diff --git a/pool-iso/main/libt/libtextwrap/libtextwrap1-udeb_0.1-17+b1_amd64.udeb b/pool-iso/main/libt/libtextwrap/libtextwrap1-udeb_0.1-17+b1_amd64.udeb new file mode 100644 index 0000000..8c036c5 Binary files /dev/null and b/pool-iso/main/libt/libtextwrap/libtextwrap1-udeb_0.1-17+b1_amd64.udeb differ diff --git a/pool-iso/main/libt/libthai/libthai-data-udeb_0.1.29-2_all.udeb b/pool-iso/main/libt/libthai/libthai-data-udeb_0.1.29-2_all.udeb new file mode 100644 index 0000000..c488b20 Binary files /dev/null and b/pool-iso/main/libt/libthai/libthai-data-udeb_0.1.29-2_all.udeb differ diff --git a/pool-iso/main/libt/libthai/libthai0-udeb_0.1.29-2+b1_amd64.udeb b/pool-iso/main/libt/libthai/libthai0-udeb_0.1.29-2+b1_amd64.udeb new file mode 100644 index 0000000..bcb2903 Binary files /dev/null and b/pool-iso/main/libt/libthai/libthai0-udeb_0.1.29-2+b1_amd64.udeb differ diff --git a/pool-iso/main/libt/libtirpc/libtirpc-common_1.3.6+ds-1_all.deb b/pool-iso/main/libt/libtirpc/libtirpc-common_1.3.6+ds-1_all.deb new file mode 100644 index 0000000..1666dcd Binary files /dev/null and b/pool-iso/main/libt/libtirpc/libtirpc-common_1.3.6+ds-1_all.deb differ diff --git a/pool-iso/main/libt/libtirpc/libtirpc3-udeb_1.3.6+ds-1_amd64.udeb b/pool-iso/main/libt/libtirpc/libtirpc3-udeb_1.3.6+ds-1_amd64.udeb new file mode 100644 index 0000000..78d1ef1 Binary files /dev/null and b/pool-iso/main/libt/libtirpc/libtirpc3-udeb_1.3.6+ds-1_amd64.udeb differ diff --git a/pool-iso/main/libt/libtirpc/libtirpc3t64_1.3.6+ds-1_amd64.deb b/pool-iso/main/libt/libtirpc/libtirpc3t64_1.3.6+ds-1_amd64.deb new file mode 100644 index 0000000..5335139 Binary files /dev/null and b/pool-iso/main/libt/libtirpc/libtirpc3t64_1.3.6+ds-1_amd64.deb differ diff --git a/pool-iso/main/libu/libunistring/libunistring5_1.3-2_amd64.deb b/pool-iso/main/libu/libunistring/libunistring5_1.3-2_amd64.deb new file mode 100644 index 0000000..113c2bb Binary files /dev/null and b/pool-iso/main/libu/libunistring/libunistring5_1.3-2_amd64.deb differ diff --git a/pool-iso/main/libu/liburcu/liburcu8-udeb_0.15.2-2_amd64.udeb b/pool-iso/main/libu/liburcu/liburcu8-udeb_0.15.2-2_amd64.udeb new file mode 100644 index 0000000..ac22383 Binary files /dev/null and b/pool-iso/main/libu/liburcu/liburcu8-udeb_0.15.2-2_amd64.udeb differ diff --git a/pool-iso/main/libu/liburcu/liburcu8t64_0.15.2-2_amd64.deb b/pool-iso/main/libu/liburcu/liburcu8t64_0.15.2-2_amd64.deb new file mode 100644 index 0000000..9f96f8a Binary files /dev/null and b/pool-iso/main/libu/liburcu/liburcu8t64_0.15.2-2_amd64.deb differ diff --git a/pool-iso/main/libu/libusb-1.0/libusb-1.0-0-udeb_1.0.28-1_amd64.udeb b/pool-iso/main/libu/libusb-1.0/libusb-1.0-0-udeb_1.0.28-1_amd64.udeb new file mode 100644 index 0000000..6f1675d Binary files /dev/null and b/pool-iso/main/libu/libusb-1.0/libusb-1.0-0-udeb_1.0.28-1_amd64.udeb differ diff --git a/pool-iso/main/libu/libusb-1.0/libusb-1.0-0_1.0.28-1_amd64.deb b/pool-iso/main/libu/libusb-1.0/libusb-1.0-0_1.0.28-1_amd64.deb new file mode 100644 index 0000000..0b6ac33 Binary files /dev/null and b/pool-iso/main/libu/libusb-1.0/libusb-1.0-0_1.0.28-1_amd64.deb differ diff --git a/pool-iso/main/libv/libvorbis/libvorbis0a_1.3.7-3_amd64.deb b/pool-iso/main/libv/libvorbis/libvorbis0a_1.3.7-3_amd64.deb new file mode 100644 index 0000000..185b5d2 Binary files /dev/null and b/pool-iso/main/libv/libvorbis/libvorbis0a_1.3.7-3_amd64.deb differ diff --git a/pool-iso/main/libv/libvorbis/libvorbisenc2_1.3.7-3_amd64.deb b/pool-iso/main/libv/libvorbis/libvorbisenc2_1.3.7-3_amd64.deb new file mode 100644 index 0000000..9b825bf Binary files /dev/null and b/pool-iso/main/libv/libvorbis/libvorbisenc2_1.3.7-3_amd64.deb differ diff --git a/pool-iso/main/libx/libx11/libx11-6_1.8.12-1_amd64.deb b/pool-iso/main/libx/libx11/libx11-6_1.8.12-1_amd64.deb new file mode 100644 index 0000000..aaed13d Binary files /dev/null and b/pool-iso/main/libx/libx11/libx11-6_1.8.12-1_amd64.deb differ diff --git a/pool-iso/main/libx/libx11/libx11-data_1.8.12-1_all.deb b/pool-iso/main/libx/libx11/libx11-data_1.8.12-1_all.deb new file mode 100644 index 0000000..1add3d5 Binary files /dev/null and b/pool-iso/main/libx/libx11/libx11-data_1.8.12-1_all.deb differ diff --git a/pool-iso/main/libx/libx11/libx11-xcb1_1.8.12-1_amd64.deb b/pool-iso/main/libx/libx11/libx11-xcb1_1.8.12-1_amd64.deb new file mode 100644 index 0000000..ee02664 Binary files /dev/null and b/pool-iso/main/libx/libx11/libx11-xcb1_1.8.12-1_amd64.deb differ diff --git a/pool-iso/main/libx/libxau/libxau6_1.0.11-1_amd64.deb b/pool-iso/main/libx/libxau/libxau6_1.0.11-1_amd64.deb new file mode 100644 index 0000000..5bd33d4 Binary files /dev/null and b/pool-iso/main/libx/libxau/libxau6_1.0.11-1_amd64.deb differ diff --git a/pool-iso/main/libx/libxcb/libxcb1_1.17.0-2+b1_amd64.deb b/pool-iso/main/libx/libxcb/libxcb1_1.17.0-2+b1_amd64.deb new file mode 100644 index 0000000..18f691f Binary files /dev/null and b/pool-iso/main/libx/libxcb/libxcb1_1.17.0-2+b1_amd64.deb differ diff --git a/pool-iso/main/libx/libxcrypt/libcrypt-dev_4.4.38-1_amd64.deb b/pool-iso/main/libx/libxcrypt/libcrypt-dev_4.4.38-1_amd64.deb new file mode 100644 index 0000000..df3fbc5 Binary files /dev/null and b/pool-iso/main/libx/libxcrypt/libcrypt-dev_4.4.38-1_amd64.deb differ diff --git a/pool-iso/main/libx/libxcrypt/libcrypt1-udeb_4.4.38-1_amd64.udeb b/pool-iso/main/libx/libxcrypt/libcrypt1-udeb_4.4.38-1_amd64.udeb new file mode 100644 index 0000000..6a9b849 Binary files /dev/null and b/pool-iso/main/libx/libxcrypt/libcrypt1-udeb_4.4.38-1_amd64.udeb differ diff --git a/pool-iso/main/libx/libxcrypt/libcrypt1_4.4.38-1_amd64.deb b/pool-iso/main/libx/libxcrypt/libcrypt1_4.4.38-1_amd64.deb new file mode 100644 index 0000000..2829faa Binary files /dev/null and b/pool-iso/main/libx/libxcrypt/libcrypt1_4.4.38-1_amd64.deb differ diff --git a/pool-iso/main/libx/libxcvt/libxcvt0-udeb_0.1.3-1_amd64.udeb b/pool-iso/main/libx/libxcvt/libxcvt0-udeb_0.1.3-1_amd64.udeb new file mode 100644 index 0000000..9642baa Binary files /dev/null and b/pool-iso/main/libx/libxcvt/libxcvt0-udeb_0.1.3-1_amd64.udeb differ diff --git a/pool-iso/main/libx/libxdmcp/libxdmcp6_1.1.5-1_amd64.deb b/pool-iso/main/libx/libxdmcp/libxdmcp6_1.1.5-1_amd64.deb new file mode 100644 index 0000000..a0e7f2c Binary files /dev/null and b/pool-iso/main/libx/libxdmcp/libxdmcp6_1.1.5-1_amd64.deb differ diff --git a/pool-iso/main/libx/libxext/libxext6_1.3.4-1+b3_amd64.deb b/pool-iso/main/libx/libxext/libxext6_1.3.4-1+b3_amd64.deb new file mode 100644 index 0000000..89705dd Binary files /dev/null and b/pool-iso/main/libx/libxext/libxext6_1.3.4-1+b3_amd64.deb differ diff --git a/pool-iso/main/libx/libxfont/libxfont2-udeb_2.0.6-1+b3_amd64.udeb b/pool-iso/main/libx/libxfont/libxfont2-udeb_2.0.6-1+b3_amd64.udeb new file mode 100644 index 0000000..d61811d Binary files /dev/null and b/pool-iso/main/libx/libxfont/libxfont2-udeb_2.0.6-1+b3_amd64.udeb differ diff --git a/pool-iso/main/libx/libxkbcommon/libxkbcommon0-udeb_1.7.0-2_amd64.udeb b/pool-iso/main/libx/libxkbcommon/libxkbcommon0-udeb_1.7.0-2_amd64.udeb new file mode 100644 index 0000000..39363c5 Binary files /dev/null and b/pool-iso/main/libx/libxkbcommon/libxkbcommon0-udeb_1.7.0-2_amd64.udeb differ diff --git a/pool-iso/main/libx/libxml2/libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb b/pool-iso/main/libx/libxml2/libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb new file mode 100644 index 0000000..15b3e0f Binary files /dev/null and b/pool-iso/main/libx/libxml2/libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb differ diff --git a/pool-iso/main/libx/libxmu/libxmuu1_1.1.3-3+b4_amd64.deb b/pool-iso/main/libx/libxmu/libxmuu1_1.1.3-3+b4_amd64.deb new file mode 100644 index 0000000..e3424ef Binary files /dev/null and b/pool-iso/main/libx/libxmu/libxmuu1_1.1.3-3+b4_amd64.deb differ diff --git a/pool-iso/main/libx/libxrandr/libxrandr2-udeb_1.5.4-1+b3_amd64.udeb b/pool-iso/main/libx/libxrandr/libxrandr2-udeb_1.5.4-1+b3_amd64.udeb new file mode 100644 index 0000000..0920f2d Binary files /dev/null and b/pool-iso/main/libx/libxrandr/libxrandr2-udeb_1.5.4-1+b3_amd64.udeb differ diff --git a/pool-iso/main/libx/libxshmfence/libxshmfence1-udeb_1.3.3-1_amd64.udeb b/pool-iso/main/libx/libxshmfence/libxshmfence1-udeb_1.3.3-1_amd64.udeb new file mode 100644 index 0000000..118cd90 Binary files /dev/null and b/pool-iso/main/libx/libxshmfence/libxshmfence1-udeb_1.3.3-1_amd64.udeb differ diff --git a/pool-iso/main/libx/libxtst/libxtst6-udeb_1.2.5-1_amd64.udeb b/pool-iso/main/libx/libxtst/libxtst6-udeb_1.2.5-1_amd64.udeb new file mode 100644 index 0000000..859d592 Binary files /dev/null and b/pool-iso/main/libx/libxtst/libxtst6-udeb_1.2.5-1_amd64.udeb differ diff --git a/pool-iso/main/libz/libzstd/libzstd1-udeb_1.5.7+dfsg-1_amd64.udeb b/pool-iso/main/libz/libzstd/libzstd1-udeb_1.5.7+dfsg-1_amd64.udeb new file mode 100644 index 0000000..06b1fec Binary files /dev/null and b/pool-iso/main/libz/libzstd/libzstd1-udeb_1.5.7+dfsg-1_amd64.udeb differ diff --git a/pool-iso/main/libz/libzstd/libzstd1_1.5.7+dfsg-1_amd64.deb b/pool-iso/main/libz/libzstd/libzstd1_1.5.7+dfsg-1_amd64.deb new file mode 100644 index 0000000..914da4d Binary files /dev/null and b/pool-iso/main/libz/libzstd/libzstd1_1.5.7+dfsg-1_amd64.deb differ diff --git a/pool-iso/main/libz/libzstd/zstd_1.5.7+dfsg-1_amd64.deb b/pool-iso/main/libz/libzstd/zstd_1.5.7+dfsg-1_amd64.deb new file mode 100644 index 0000000..d867e49 Binary files /dev/null and b/pool-iso/main/libz/libzstd/zstd_1.5.7+dfsg-1_amd64.deb differ diff --git a/pool-iso/main/m/manpages/manpages-dev_6.9.1-1_all.deb b/pool-iso/main/m/manpages/manpages-dev_6.9.1-1_all.deb new file mode 100644 index 0000000..375aa42 Binary files /dev/null and b/pool-iso/main/m/manpages/manpages-dev_6.9.1-1_all.deb differ diff --git a/pool-iso/main/m/manpages/manpages_6.9.1-1_all.deb b/pool-iso/main/m/manpages/manpages_6.9.1-1_all.deb new file mode 100644 index 0000000..d5cbd4e Binary files /dev/null and b/pool-iso/main/m/manpages/manpages_6.9.1-1_all.deb differ diff --git a/pool-iso/main/m/matchbox-keyboard/matchbox-keyboard-udeb_0.2+git20160713-1.1+b1_amd64.udeb b/pool-iso/main/m/matchbox-keyboard/matchbox-keyboard-udeb_0.2+git20160713-1.1+b1_amd64.udeb new file mode 100644 index 0000000..51b9f73 Binary files /dev/null and b/pool-iso/main/m/matchbox-keyboard/matchbox-keyboard-udeb_0.2+git20160713-1.1+b1_amd64.udeb differ diff --git a/pool-iso/main/m/matchbox-window-manager/matchbox-window-manager-udeb_1.2.2+git20200512-2_amd64.udeb b/pool-iso/main/m/matchbox-window-manager/matchbox-window-manager-udeb_1.2.2+git20200512-2_amd64.udeb new file mode 100644 index 0000000..b7c7e4b Binary files /dev/null and b/pool-iso/main/m/matchbox-window-manager/matchbox-window-manager-udeb_1.2.2+git20200512-2_amd64.udeb differ diff --git a/pool-iso/main/m/mawk/mawk_1.3.4.20250131-1_amd64.deb b/pool-iso/main/m/mawk/mawk_1.3.4.20250131-1_amd64.deb new file mode 100644 index 0000000..1b7c1f4 Binary files /dev/null and b/pool-iso/main/m/mawk/mawk_1.3.4.20250131-1_amd64.deb differ diff --git a/pool-iso/main/m/mbr/mbr-udeb_1.2.2_amd64.udeb b/pool-iso/main/m/mbr/mbr-udeb_1.2.2_amd64.udeb new file mode 100644 index 0000000..57873a7 Binary files /dev/null and b/pool-iso/main/m/mbr/mbr-udeb_1.2.2_amd64.udeb differ diff --git a/pool-iso/main/m/mdadm/mdadm-udeb_4.4-11_amd64.udeb b/pool-iso/main/m/mdadm/mdadm-udeb_4.4-11_amd64.udeb new file mode 100644 index 0000000..cd44e21 Binary files /dev/null and b/pool-iso/main/m/mdadm/mdadm-udeb_4.4-11_amd64.udeb differ diff --git a/pool-iso/main/m/mdadm/mdadm_4.4-11_amd64.deb b/pool-iso/main/m/mdadm/mdadm_4.4-11_amd64.deb new file mode 100644 index 0000000..f1f437f Binary files /dev/null and b/pool-iso/main/m/mdadm/mdadm_4.4-11_amd64.deb differ diff --git a/pool-iso/main/m/mdcfg/mdcfg-utils_1.84_all.udeb b/pool-iso/main/m/mdcfg/mdcfg-utils_1.84_all.udeb new file mode 100644 index 0000000..572aafd Binary files /dev/null and b/pool-iso/main/m/mdcfg/mdcfg-utils_1.84_all.udeb differ diff --git a/pool-iso/main/m/media-retriever/load-media_1.62_all.udeb b/pool-iso/main/m/media-retriever/load-media_1.62_all.udeb new file mode 100644 index 0000000..5dd7612 Binary files /dev/null and b/pool-iso/main/m/media-retriever/load-media_1.62_all.udeb differ diff --git a/pool-iso/main/m/media-retriever/media-retriever_1.62_all.udeb b/pool-iso/main/m/media-retriever/media-retriever_1.62_all.udeb new file mode 100644 index 0000000..7f92c8b Binary files /dev/null and b/pool-iso/main/m/media-retriever/media-retriever_1.62_all.udeb differ diff --git a/pool-iso/main/m/media-types/media-types_13.0.0_all.deb b/pool-iso/main/m/media-types/media-types_13.0.0_all.deb new file mode 100644 index 0000000..6f40bce Binary files /dev/null and b/pool-iso/main/m/media-types/media-types_13.0.0_all.deb differ diff --git a/pool-iso/main/m/mokutil/mokutil_0.7.2-1_amd64.deb b/pool-iso/main/m/mokutil/mokutil_0.7.2-1_amd64.deb new file mode 100644 index 0000000..66df955 Binary files /dev/null and b/pool-iso/main/m/mokutil/mokutil_0.7.2-1_amd64.deb differ diff --git a/pool-iso/main/m/mountmedia/mountmedia_0.27_all.udeb b/pool-iso/main/m/mountmedia/mountmedia_0.27_all.udeb new file mode 100644 index 0000000..b92a430 Binary files /dev/null and b/pool-iso/main/m/mountmedia/mountmedia_0.27_all.udeb differ diff --git a/pool-iso/main/m/mpclib3/libmpc3_1.3.1-1+b3_amd64.deb b/pool-iso/main/m/mpclib3/libmpc3_1.3.1-1+b3_amd64.deb new file mode 100644 index 0000000..3628969 Binary files /dev/null and b/pool-iso/main/m/mpclib3/libmpc3_1.3.1-1+b3_amd64.deb differ diff --git a/pool-iso/main/m/mpfr4/libmpfr6_4.2.2-1_amd64.deb b/pool-iso/main/m/mpfr4/libmpfr6_4.2.2-1_amd64.deb new file mode 100644 index 0000000..53c3b3d Binary files /dev/null and b/pool-iso/main/m/mpfr4/libmpfr6_4.2.2-1_amd64.deb differ diff --git a/pool-iso/main/m/mpg123/libmpg123-0t64_1.32.10-1_amd64.deb b/pool-iso/main/m/mpg123/libmpg123-0t64_1.32.10-1_amd64.deb new file mode 100644 index 0000000..07d8a71 Binary files /dev/null and b/pool-iso/main/m/mpg123/libmpg123-0t64_1.32.10-1_amd64.deb differ diff --git a/pool-iso/main/m/mtdev/libmtdev1-udeb_1.1.7-1_amd64.udeb b/pool-iso/main/m/mtdev/libmtdev1-udeb_1.1.7-1_amd64.udeb new file mode 100644 index 0000000..42179ab Binary files /dev/null and b/pool-iso/main/m/mtdev/libmtdev1-udeb_1.1.7-1_amd64.udeb differ diff --git a/pool-iso/main/m/multipath-tools/kpartx-udeb_0.11.1-2_amd64.udeb b/pool-iso/main/m/multipath-tools/kpartx-udeb_0.11.1-2_amd64.udeb new file mode 100644 index 0000000..302bdd0 Binary files /dev/null and b/pool-iso/main/m/multipath-tools/kpartx-udeb_0.11.1-2_amd64.udeb differ diff --git a/pool-iso/main/m/multipath-tools/kpartx_0.11.1-2_amd64.deb b/pool-iso/main/m/multipath-tools/kpartx_0.11.1-2_amd64.deb new file mode 100644 index 0000000..160278e Binary files /dev/null and b/pool-iso/main/m/multipath-tools/kpartx_0.11.1-2_amd64.deb differ diff --git a/pool-iso/main/m/multipath-tools/multipath-tools-boot_0.11.1-2_all.deb b/pool-iso/main/m/multipath-tools/multipath-tools-boot_0.11.1-2_all.deb new file mode 100644 index 0000000..7559ec7 Binary files /dev/null and b/pool-iso/main/m/multipath-tools/multipath-tools-boot_0.11.1-2_all.deb differ diff --git a/pool-iso/main/m/multipath-tools/multipath-tools_0.11.1-2_amd64.deb b/pool-iso/main/m/multipath-tools/multipath-tools_0.11.1-2_amd64.deb new file mode 100644 index 0000000..992b3c9 Binary files /dev/null and b/pool-iso/main/m/multipath-tools/multipath-tools_0.11.1-2_amd64.deb differ diff --git a/pool-iso/main/m/multipath-tools/multipath-udeb_0.11.1-2_amd64.udeb b/pool-iso/main/m/multipath-tools/multipath-udeb_0.11.1-2_amd64.udeb new file mode 100644 index 0000000..0290501 Binary files /dev/null and b/pool-iso/main/m/multipath-tools/multipath-udeb_0.11.1-2_amd64.udeb differ diff --git a/pool-iso/main/n/nano/nano_8.4-1_amd64.deb b/pool-iso/main/n/nano/nano_8.4-1_amd64.deb new file mode 100644 index 0000000..ee643ca Binary files /dev/null and b/pool-iso/main/n/nano/nano_8.4-1_amd64.deb differ diff --git a/pool-iso/main/n/ncurses/libncursesw6-udeb_6.5+20250216-2_amd64.udeb b/pool-iso/main/n/ncurses/libncursesw6-udeb_6.5+20250216-2_amd64.udeb new file mode 100644 index 0000000..7dc1684 Binary files /dev/null and b/pool-iso/main/n/ncurses/libncursesw6-udeb_6.5+20250216-2_amd64.udeb differ diff --git a/pool-iso/main/n/ncurses/libncursesw6_6.5+20250216-2_amd64.deb b/pool-iso/main/n/ncurses/libncursesw6_6.5+20250216-2_amd64.deb new file mode 100644 index 0000000..cd924a3 Binary files /dev/null and b/pool-iso/main/n/ncurses/libncursesw6_6.5+20250216-2_amd64.deb differ diff --git a/pool-iso/main/n/ncurses/libtinfo6-udeb_6.5+20250216-2_amd64.udeb b/pool-iso/main/n/ncurses/libtinfo6-udeb_6.5+20250216-2_amd64.udeb new file mode 100644 index 0000000..aabf2da Binary files /dev/null and b/pool-iso/main/n/ncurses/libtinfo6-udeb_6.5+20250216-2_amd64.udeb differ diff --git a/pool-iso/main/n/ncurses/libtinfo6_6.5+20250216-2_amd64.deb b/pool-iso/main/n/ncurses/libtinfo6_6.5+20250216-2_amd64.deb new file mode 100644 index 0000000..59fc309 Binary files /dev/null and b/pool-iso/main/n/ncurses/libtinfo6_6.5+20250216-2_amd64.deb differ diff --git a/pool-iso/main/n/ncurses/ncurses-base_6.5+20250216-2_all.deb b/pool-iso/main/n/ncurses/ncurses-base_6.5+20250216-2_all.deb new file mode 100644 index 0000000..62bf431 Binary files /dev/null and b/pool-iso/main/n/ncurses/ncurses-base_6.5+20250216-2_all.deb differ diff --git a/pool-iso/main/n/ncurses/ncurses-bin_6.5+20250216-2_amd64.deb b/pool-iso/main/n/ncurses/ncurses-bin_6.5+20250216-2_amd64.deb new file mode 100644 index 0000000..f9cde1d Binary files /dev/null and b/pool-iso/main/n/ncurses/ncurses-bin_6.5+20250216-2_amd64.deb differ diff --git a/pool-iso/main/n/ncurses/ncurses-term_6.5+20250216-2_all.deb b/pool-iso/main/n/ncurses/ncurses-term_6.5+20250216-2_all.deb new file mode 100644 index 0000000..61cd2d4 Binary files /dev/null and b/pool-iso/main/n/ncurses/ncurses-term_6.5+20250216-2_all.deb differ diff --git a/pool-iso/main/n/ndisc6/ndisc6-udeb_1.0.7-1_amd64.udeb b/pool-iso/main/n/ndisc6/ndisc6-udeb_1.0.7-1_amd64.udeb new file mode 100644 index 0000000..13a2985 Binary files /dev/null and b/pool-iso/main/n/ndisc6/ndisc6-udeb_1.0.7-1_amd64.udeb differ diff --git a/pool-iso/main/n/ndisc6/rdnssd-udeb_1.0.7-1_amd64.udeb b/pool-iso/main/n/ndisc6/rdnssd-udeb_1.0.7-1_amd64.udeb new file mode 100644 index 0000000..07acfc0 Binary files /dev/null and b/pool-iso/main/n/ndisc6/rdnssd-udeb_1.0.7-1_amd64.udeb differ diff --git a/pool-iso/main/n/ndisc6/rdnssd_1.0.7-1_amd64.deb b/pool-iso/main/n/ndisc6/rdnssd_1.0.7-1_amd64.deb new file mode 100644 index 0000000..ae98290 Binary files /dev/null and b/pool-iso/main/n/ndisc6/rdnssd_1.0.7-1_amd64.deb differ diff --git a/pool-iso/main/n/net-retriever/net-retriever_1.61_all.udeb b/pool-iso/main/n/net-retriever/net-retriever_1.61_all.udeb new file mode 100644 index 0000000..a475c84 Binary files /dev/null and b/pool-iso/main/n/net-retriever/net-retriever_1.61_all.udeb differ diff --git a/pool-iso/main/n/netbase/netbase_6.5_all.deb b/pool-iso/main/n/netbase/netbase_6.5_all.deb new file mode 100644 index 0000000..f9218f6 Binary files /dev/null and b/pool-iso/main/n/netbase/netbase_6.5_all.deb differ diff --git a/pool-iso/main/n/netcfg/netcfg_1.197_amd64.udeb b/pool-iso/main/n/netcfg/netcfg_1.197_amd64.udeb new file mode 100644 index 0000000..72c617a Binary files /dev/null and b/pool-iso/main/n/netcfg/netcfg_1.197_amd64.udeb differ diff --git a/pool-iso/main/n/nettle/libhogweed6t64_3.10.1-1_amd64.deb b/pool-iso/main/n/nettle/libhogweed6t64_3.10.1-1_amd64.deb new file mode 100644 index 0000000..78be5a2 Binary files /dev/null and b/pool-iso/main/n/nettle/libhogweed6t64_3.10.1-1_amd64.deb differ diff --git a/pool-iso/main/n/nettle/libnettle8t64_3.10.1-1_amd64.deb b/pool-iso/main/n/nettle/libnettle8t64_3.10.1-1_amd64.deb new file mode 100644 index 0000000..6aaee3a Binary files /dev/null and b/pool-iso/main/n/nettle/libnettle8t64_3.10.1-1_amd64.deb differ diff --git a/pool-iso/main/n/network-console/network-console_1.100_amd64.udeb b/pool-iso/main/n/network-console/network-console_1.100_amd64.udeb new file mode 100644 index 0000000..db30207 Binary files /dev/null and b/pool-iso/main/n/network-console/network-console_1.100_amd64.udeb differ diff --git a/pool-iso/main/n/newt/libnewt0.52-udeb_0.52.25-1_amd64.udeb b/pool-iso/main/n/newt/libnewt0.52-udeb_0.52.25-1_amd64.udeb new file mode 100644 index 0000000..e1bd9bc Binary files /dev/null and b/pool-iso/main/n/newt/libnewt0.52-udeb_0.52.25-1_amd64.udeb differ diff --git a/pool-iso/main/n/newt/libnewt0.52_0.52.25-1_amd64.deb b/pool-iso/main/n/newt/libnewt0.52_0.52.25-1_amd64.deb new file mode 100644 index 0000000..77a6d00 Binary files /dev/null and b/pool-iso/main/n/newt/libnewt0.52_0.52.25-1_amd64.deb differ diff --git a/pool-iso/main/n/newt/whiptail_0.52.25-1_amd64.deb b/pool-iso/main/n/newt/whiptail_0.52.25-1_amd64.deb new file mode 100644 index 0000000..6c7bed9 Binary files /dev/null and b/pool-iso/main/n/newt/whiptail_0.52.25-1_amd64.deb differ diff --git a/pool-iso/main/n/nftables/libnftables1_1.1.3-1_amd64.deb b/pool-iso/main/n/nftables/libnftables1_1.1.3-1_amd64.deb new file mode 100644 index 0000000..3447f17 Binary files /dev/null and b/pool-iso/main/n/nftables/libnftables1_1.1.3-1_amd64.deb differ diff --git a/pool-iso/main/n/nftables/nftables_1.1.3-1_amd64.deb b/pool-iso/main/n/nftables/nftables_1.1.3-1_amd64.deb new file mode 100644 index 0000000..921e8d3 Binary files /dev/null and b/pool-iso/main/n/nftables/nftables_1.1.3-1_amd64.deb differ diff --git a/pool-iso/main/n/nobootloader/nobootloader_1.73_all.udeb b/pool-iso/main/n/nobootloader/nobootloader_1.73_all.udeb new file mode 100644 index 0000000..f8601b0 Binary files /dev/null and b/pool-iso/main/n/nobootloader/nobootloader_1.73_all.udeb differ diff --git a/pool-iso/main/n/npth/libnpth0t64_1.8-3_amd64.deb b/pool-iso/main/n/npth/libnpth0t64_1.8-3_amd64.deb new file mode 100644 index 0000000..49f8e9f Binary files /dev/null and b/pool-iso/main/n/npth/libnpth0t64_1.8-3_amd64.deb differ diff --git a/pool-iso/main/n/ntfs-3g/ntfs-3g-udeb_2022.10.3-5_amd64.udeb b/pool-iso/main/n/ntfs-3g/ntfs-3g-udeb_2022.10.3-5_amd64.udeb new file mode 100644 index 0000000..19fd963 Binary files /dev/null and b/pool-iso/main/n/ntfs-3g/ntfs-3g-udeb_2022.10.3-5_amd64.udeb differ diff --git a/pool-iso/main/o/oldsys-preseed/oldsys-preseed_3.23_amd64.udeb b/pool-iso/main/o/oldsys-preseed/oldsys-preseed_3.23_amd64.udeb new file mode 100644 index 0000000..eb68c7b Binary files /dev/null and b/pool-iso/main/o/oldsys-preseed/oldsys-preseed_3.23_amd64.udeb differ diff --git a/pool-iso/main/o/open-ath9k-htc-firmware/firmware-ath9k-htc_1.4.0-110-ge888634+dfsg1-0.1_all.deb b/pool-iso/main/o/open-ath9k-htc-firmware/firmware-ath9k-htc_1.4.0-110-ge888634+dfsg1-0.1_all.deb new file mode 100644 index 0000000..fd4c582 Binary files /dev/null and b/pool-iso/main/o/open-ath9k-htc-firmware/firmware-ath9k-htc_1.4.0-110-ge888634+dfsg1-0.1_all.deb differ diff --git a/pool-iso/main/o/open-iscsi/libopeniscsiusr_2.1.11-1+deb13u1_amd64.deb b/pool-iso/main/o/open-iscsi/libopeniscsiusr_2.1.11-1+deb13u1_amd64.deb new file mode 100644 index 0000000..7be9a8e Binary files /dev/null and b/pool-iso/main/o/open-iscsi/libopeniscsiusr_2.1.11-1+deb13u1_amd64.deb differ diff --git a/pool-iso/main/o/open-iscsi/open-iscsi-udeb_2.1.11-1+deb13u1_amd64.udeb b/pool-iso/main/o/open-iscsi/open-iscsi-udeb_2.1.11-1+deb13u1_amd64.udeb new file mode 100644 index 0000000..da267f5 Binary files /dev/null and b/pool-iso/main/o/open-iscsi/open-iscsi-udeb_2.1.11-1+deb13u1_amd64.udeb differ diff --git a/pool-iso/main/o/open-iscsi/open-iscsi_2.1.11-1+deb13u1_amd64.deb b/pool-iso/main/o/open-iscsi/open-iscsi_2.1.11-1+deb13u1_amd64.deb new file mode 100644 index 0000000..70657a0 Binary files /dev/null and b/pool-iso/main/o/open-iscsi/open-iscsi_2.1.11-1+deb13u1_amd64.deb differ diff --git a/pool-iso/main/o/open-isns/libisns-udeb_0.101-1+b1_amd64.udeb b/pool-iso/main/o/open-isns/libisns-udeb_0.101-1+b1_amd64.udeb new file mode 100644 index 0000000..a5b4565 Binary files /dev/null and b/pool-iso/main/o/open-isns/libisns-udeb_0.101-1+b1_amd64.udeb differ diff --git a/pool-iso/main/o/open-isns/libisns0t64_0.101-1+b1_amd64.deb b/pool-iso/main/o/open-isns/libisns0t64_0.101-1+b1_amd64.deb new file mode 100644 index 0000000..f7b58dd Binary files /dev/null and b/pool-iso/main/o/open-isns/libisns0t64_0.101-1+b1_amd64.deb differ diff --git a/pool-iso/main/o/openldap/libldap-common_2.6.10+dfsg-1_all.deb b/pool-iso/main/o/openldap/libldap-common_2.6.10+dfsg-1_all.deb new file mode 100644 index 0000000..340305e Binary files /dev/null and b/pool-iso/main/o/openldap/libldap-common_2.6.10+dfsg-1_all.deb differ diff --git a/pool-iso/main/o/openldap/libldap2_2.6.10+dfsg-1_amd64.deb b/pool-iso/main/o/openldap/libldap2_2.6.10+dfsg-1_amd64.deb new file mode 100644 index 0000000..fd8132f Binary files /dev/null and b/pool-iso/main/o/openldap/libldap2_2.6.10+dfsg-1_amd64.deb differ diff --git a/pool-iso/main/o/openssh/openssh-client-udeb_10.0p1-7_amd64.udeb b/pool-iso/main/o/openssh/openssh-client-udeb_10.0p1-7_amd64.udeb new file mode 100644 index 0000000..c6c9541 Binary files /dev/null and b/pool-iso/main/o/openssh/openssh-client-udeb_10.0p1-7_amd64.udeb differ diff --git a/pool-iso/main/o/openssh/openssh-client_10.0p1-7_amd64.deb b/pool-iso/main/o/openssh/openssh-client_10.0p1-7_amd64.deb new file mode 100644 index 0000000..f6c732c Binary files /dev/null and b/pool-iso/main/o/openssh/openssh-client_10.0p1-7_amd64.deb differ diff --git a/pool-iso/main/o/openssh/openssh-server-udeb_10.0p1-7_amd64.udeb b/pool-iso/main/o/openssh/openssh-server-udeb_10.0p1-7_amd64.udeb new file mode 100644 index 0000000..0746acb Binary files /dev/null and b/pool-iso/main/o/openssh/openssh-server-udeb_10.0p1-7_amd64.udeb differ diff --git a/pool-iso/main/o/openssh/openssh-server_10.0p1-7_amd64.deb b/pool-iso/main/o/openssh/openssh-server_10.0p1-7_amd64.deb new file mode 100644 index 0000000..4d2954d Binary files /dev/null and b/pool-iso/main/o/openssh/openssh-server_10.0p1-7_amd64.deb differ diff --git a/pool-iso/main/o/openssh/openssh-sftp-server_10.0p1-7_amd64.deb b/pool-iso/main/o/openssh/openssh-sftp-server_10.0p1-7_amd64.deb new file mode 100644 index 0000000..8f8b510 Binary files /dev/null and b/pool-iso/main/o/openssh/openssh-sftp-server_10.0p1-7_amd64.deb differ diff --git a/pool-iso/main/o/openssl/libssl3t64_3.5.4-1~deb13u1_amd64.deb b/pool-iso/main/o/openssl/libssl3t64_3.5.4-1~deb13u1_amd64.deb new file mode 100644 index 0000000..fa54733 Binary files /dev/null and b/pool-iso/main/o/openssl/libssl3t64_3.5.4-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/o/openssl/openssl-provider-legacy_3.5.4-1~deb13u1_amd64.deb b/pool-iso/main/o/openssl/openssl-provider-legacy_3.5.4-1~deb13u1_amd64.deb new file mode 100644 index 0000000..c29f1ad Binary files /dev/null and b/pool-iso/main/o/openssl/openssl-provider-legacy_3.5.4-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/o/openssl/openssl_3.5.4-1~deb13u1_amd64.deb b/pool-iso/main/o/openssl/openssl_3.5.4-1~deb13u1_amd64.deb new file mode 100644 index 0000000..762d613 Binary files /dev/null and b/pool-iso/main/o/openssl/openssl_3.5.4-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/o/opus/libopus0_1.5.2-2_amd64.deb b/pool-iso/main/o/opus/libopus0_1.5.2-2_amd64.deb new file mode 100644 index 0000000..47c1f34 Binary files /dev/null and b/pool-iso/main/o/opus/libopus0_1.5.2-2_amd64.deb differ diff --git a/pool-iso/main/o/os-prober/os-prober-udeb_1.83_amd64.udeb b/pool-iso/main/o/os-prober/os-prober-udeb_1.83_amd64.udeb new file mode 100644 index 0000000..3af4540 Binary files /dev/null and b/pool-iso/main/o/os-prober/os-prober-udeb_1.83_amd64.udeb differ diff --git a/pool-iso/main/o/os-prober/os-prober_1.83_amd64.deb b/pool-iso/main/o/os-prober/os-prober_1.83_amd64.deb new file mode 100644 index 0000000..a0f5ccb Binary files /dev/null and b/pool-iso/main/o/os-prober/os-prober_1.83_amd64.deb differ diff --git a/pool-iso/main/p/p11-kit/libp11-kit0_0.25.5-3_amd64.deb b/pool-iso/main/p/p11-kit/libp11-kit0_0.25.5-3_amd64.deb new file mode 100644 index 0000000..82588a6 Binary files /dev/null and b/pool-iso/main/p/p11-kit/libp11-kit0_0.25.5-3_amd64.deb differ diff --git a/pool-iso/main/p/pam/libpam-modules-bin_1.7.0-5_amd64.deb b/pool-iso/main/p/pam/libpam-modules-bin_1.7.0-5_amd64.deb new file mode 100644 index 0000000..8022f01 Binary files /dev/null and b/pool-iso/main/p/pam/libpam-modules-bin_1.7.0-5_amd64.deb differ diff --git a/pool-iso/main/p/pam/libpam-modules_1.7.0-5_amd64.deb b/pool-iso/main/p/pam/libpam-modules_1.7.0-5_amd64.deb new file mode 100644 index 0000000..f102025 Binary files /dev/null and b/pool-iso/main/p/pam/libpam-modules_1.7.0-5_amd64.deb differ diff --git a/pool-iso/main/p/pam/libpam-runtime_1.7.0-5_all.deb b/pool-iso/main/p/pam/libpam-runtime_1.7.0-5_all.deb new file mode 100644 index 0000000..0aee27a Binary files /dev/null and b/pool-iso/main/p/pam/libpam-runtime_1.7.0-5_all.deb differ diff --git a/pool-iso/main/p/pam/libpam0g_1.7.0-5_amd64.deb b/pool-iso/main/p/pam/libpam0g_1.7.0-5_amd64.deb new file mode 100644 index 0000000..54ae575 Binary files /dev/null and b/pool-iso/main/p/pam/libpam0g_1.7.0-5_amd64.deb differ diff --git a/pool-iso/main/p/partconf/partconf-find-partitions_1.52_amd64.udeb b/pool-iso/main/p/partconf/partconf-find-partitions_1.52_amd64.udeb new file mode 100644 index 0000000..dd9d442 Binary files /dev/null and b/pool-iso/main/p/partconf/partconf-find-partitions_1.52_amd64.udeb differ diff --git a/pool-iso/main/p/parted/libparted-fs-resize0-udeb_3.6-5_amd64.udeb b/pool-iso/main/p/parted/libparted-fs-resize0-udeb_3.6-5_amd64.udeb new file mode 100644 index 0000000..f332364 Binary files /dev/null and b/pool-iso/main/p/parted/libparted-fs-resize0-udeb_3.6-5_amd64.udeb differ diff --git a/pool-iso/main/p/parted/libparted2-udeb_3.6-5_amd64.udeb b/pool-iso/main/p/parted/libparted2-udeb_3.6-5_amd64.udeb new file mode 100644 index 0000000..189b099 Binary files /dev/null and b/pool-iso/main/p/parted/libparted2-udeb_3.6-5_amd64.udeb differ diff --git a/pool-iso/main/p/parted/parted-udeb_3.6-5_amd64.udeb b/pool-iso/main/p/parted/parted-udeb_3.6-5_amd64.udeb new file mode 100644 index 0000000..f822d2e Binary files /dev/null and b/pool-iso/main/p/parted/parted-udeb_3.6-5_amd64.udeb differ diff --git a/pool-iso/main/p/partman-auto-crypto/partman-auto-crypto_38_all.udeb b/pool-iso/main/p/partman-auto-crypto/partman-auto-crypto_38_all.udeb new file mode 100644 index 0000000..cec8817 Binary files /dev/null and b/pool-iso/main/p/partman-auto-crypto/partman-auto-crypto_38_all.udeb differ diff --git a/pool-iso/main/p/partman-auto-lvm/partman-auto-lvm_103_all.udeb b/pool-iso/main/p/partman-auto-lvm/partman-auto-lvm_103_all.udeb new file mode 100644 index 0000000..e9c9ba8 Binary files /dev/null and b/pool-iso/main/p/partman-auto-lvm/partman-auto-lvm_103_all.udeb differ diff --git a/pool-iso/main/p/partman-auto-raid/partman-auto-raid_55_all.udeb b/pool-iso/main/p/partman-auto-raid/partman-auto-raid_55_all.udeb new file mode 100644 index 0000000..4645453 Binary files /dev/null and b/pool-iso/main/p/partman-auto-raid/partman-auto-raid_55_all.udeb differ diff --git a/pool-iso/main/p/partman-auto/partman-auto_177_amd64.udeb b/pool-iso/main/p/partman-auto/partman-auto_177_amd64.udeb new file mode 100644 index 0000000..88401de Binary files /dev/null and b/pool-iso/main/p/partman-auto/partman-auto_177_amd64.udeb differ diff --git a/pool-iso/main/p/partman-base/partman-base_237_amd64.udeb b/pool-iso/main/p/partman-base/partman-base_237_amd64.udeb new file mode 100644 index 0000000..c119249 Binary files /dev/null and b/pool-iso/main/p/partman-base/partman-base_237_amd64.udeb differ diff --git a/pool-iso/main/p/partman-base/partman-utils_237_amd64.udeb b/pool-iso/main/p/partman-base/partman-utils_237_amd64.udeb new file mode 100644 index 0000000..a69e23f Binary files /dev/null and b/pool-iso/main/p/partman-base/partman-utils_237_amd64.udeb differ diff --git a/pool-iso/main/p/partman-basicfilesystems/partman-basicfilesystems_174_amd64.udeb b/pool-iso/main/p/partman-basicfilesystems/partman-basicfilesystems_174_amd64.udeb new file mode 100644 index 0000000..9e1c5c9 Binary files /dev/null and b/pool-iso/main/p/partman-basicfilesystems/partman-basicfilesystems_174_amd64.udeb differ diff --git a/pool-iso/main/p/partman-basicmethods/partman-basicmethods_80_all.udeb b/pool-iso/main/p/partman-basicmethods/partman-basicmethods_80_all.udeb new file mode 100644 index 0000000..ac55a56 Binary files /dev/null and b/pool-iso/main/p/partman-basicmethods/partman-basicmethods_80_all.udeb differ diff --git a/pool-iso/main/p/partman-btrfs/partman-btrfs_64_all.udeb b/pool-iso/main/p/partman-btrfs/partman-btrfs_64_all.udeb new file mode 100644 index 0000000..3ea94ff Binary files /dev/null and b/pool-iso/main/p/partman-btrfs/partman-btrfs_64_all.udeb differ diff --git a/pool-iso/main/p/partman-cros/partman-cros_13_all.udeb b/pool-iso/main/p/partman-cros/partman-cros_13_all.udeb new file mode 100644 index 0000000..6d0ce62 Binary files /dev/null and b/pool-iso/main/p/partman-cros/partman-cros_13_all.udeb differ diff --git a/pool-iso/main/p/partman-crypto/partman-crypto-dm_134_all.udeb b/pool-iso/main/p/partman-crypto/partman-crypto-dm_134_all.udeb new file mode 100644 index 0000000..0a5f2c8 Binary files /dev/null and b/pool-iso/main/p/partman-crypto/partman-crypto-dm_134_all.udeb differ diff --git a/pool-iso/main/p/partman-crypto/partman-crypto_134_amd64.udeb b/pool-iso/main/p/partman-crypto/partman-crypto_134_amd64.udeb new file mode 100644 index 0000000..b91b8b3 Binary files /dev/null and b/pool-iso/main/p/partman-crypto/partman-crypto_134_amd64.udeb differ diff --git a/pool-iso/main/p/partman-efi/partman-efi_110_amd64.udeb b/pool-iso/main/p/partman-efi/partman-efi_110_amd64.udeb new file mode 100644 index 0000000..07cf87c Binary files /dev/null and b/pool-iso/main/p/partman-efi/partman-efi_110_amd64.udeb differ diff --git a/pool-iso/main/p/partman-ext3/partman-ext3_119_all.udeb b/pool-iso/main/p/partman-ext3/partman-ext3_119_all.udeb new file mode 100644 index 0000000..ddf0fb6 Binary files /dev/null and b/pool-iso/main/p/partman-ext3/partman-ext3_119_all.udeb differ diff --git a/pool-iso/main/p/partman-iscsi/partman-iscsi_83_all.udeb b/pool-iso/main/p/partman-iscsi/partman-iscsi_83_all.udeb new file mode 100644 index 0000000..f0077f4 Binary files /dev/null and b/pool-iso/main/p/partman-iscsi/partman-iscsi_83_all.udeb differ diff --git a/pool-iso/main/p/partman-jfs/partman-jfs_65_all.udeb b/pool-iso/main/p/partman-jfs/partman-jfs_65_all.udeb new file mode 100644 index 0000000..5f334bd Binary files /dev/null and b/pool-iso/main/p/partman-jfs/partman-jfs_65_all.udeb differ diff --git a/pool-iso/main/p/partman-lvm/partman-lvm_156_all.udeb b/pool-iso/main/p/partman-lvm/partman-lvm_156_all.udeb new file mode 100644 index 0000000..fc6b6b4 Binary files /dev/null and b/pool-iso/main/p/partman-lvm/partman-lvm_156_all.udeb differ diff --git a/pool-iso/main/p/partman-md/partman-md_114_all.udeb b/pool-iso/main/p/partman-md/partman-md_114_all.udeb new file mode 100644 index 0000000..271b3d5 Binary files /dev/null and b/pool-iso/main/p/partman-md/partman-md_114_all.udeb differ diff --git a/pool-iso/main/p/partman-multipath/partman-multipath_8_all.udeb b/pool-iso/main/p/partman-multipath/partman-multipath_8_all.udeb new file mode 100644 index 0000000..7bada6b Binary files /dev/null and b/pool-iso/main/p/partman-multipath/partman-multipath_8_all.udeb differ diff --git a/pool-iso/main/p/partman-nbd/partman-nbd_0.77_all.udeb b/pool-iso/main/p/partman-nbd/partman-nbd_0.77_all.udeb new file mode 100644 index 0000000..eb5860f Binary files /dev/null and b/pool-iso/main/p/partman-nbd/partman-nbd_0.77_all.udeb differ diff --git a/pool-iso/main/p/partman-partitioning/partman-partitioning_159_amd64.udeb b/pool-iso/main/p/partman-partitioning/partman-partitioning_159_amd64.udeb new file mode 100644 index 0000000..d21695b Binary files /dev/null and b/pool-iso/main/p/partman-partitioning/partman-partitioning_159_amd64.udeb differ diff --git a/pool-iso/main/p/partman-target/partman-target_133_all.udeb b/pool-iso/main/p/partman-target/partman-target_133_all.udeb new file mode 100644 index 0000000..6dd5f94 Binary files /dev/null and b/pool-iso/main/p/partman-target/partman-target_133_all.udeb differ diff --git a/pool-iso/main/p/partman-xfs/partman-xfs_72_all.udeb b/pool-iso/main/p/partman-xfs/partman-xfs_72_all.udeb new file mode 100644 index 0000000..864425f Binary files /dev/null and b/pool-iso/main/p/partman-xfs/partman-xfs_72_all.udeb differ diff --git a/pool-iso/main/p/pcaudiolib/libpcaudio0_1.3-1_amd64.deb b/pool-iso/main/p/pcaudiolib/libpcaudio0_1.3-1_amd64.deb new file mode 100644 index 0000000..b856964 Binary files /dev/null and b/pool-iso/main/p/pcaudiolib/libpcaudio0_1.3-1_amd64.deb differ diff --git a/pool-iso/main/p/pci.ids/pci.ids_0.0~2025.06.09-1_all.deb b/pool-iso/main/p/pci.ids/pci.ids_0.0~2025.06.09-1_all.deb new file mode 100644 index 0000000..f7356e0 Binary files /dev/null and b/pool-iso/main/p/pci.ids/pci.ids_0.0~2025.06.09-1_all.deb differ diff --git a/pool-iso/main/p/pciutils/libpci3-udeb_3.13.0-2_amd64.udeb b/pool-iso/main/p/pciutils/libpci3-udeb_3.13.0-2_amd64.udeb new file mode 100644 index 0000000..db98a0d Binary files /dev/null and b/pool-iso/main/p/pciutils/libpci3-udeb_3.13.0-2_amd64.udeb differ diff --git a/pool-iso/main/p/pciutils/libpci3_3.13.0-2_amd64.deb b/pool-iso/main/p/pciutils/libpci3_3.13.0-2_amd64.deb new file mode 100644 index 0000000..0c49785 Binary files /dev/null and b/pool-iso/main/p/pciutils/libpci3_3.13.0-2_amd64.deb differ diff --git a/pool-iso/main/p/pciutils/pciutils-udeb_3.13.0-2_amd64.udeb b/pool-iso/main/p/pciutils/pciutils-udeb_3.13.0-2_amd64.udeb new file mode 100644 index 0000000..d6920ed Binary files /dev/null and b/pool-iso/main/p/pciutils/pciutils-udeb_3.13.0-2_amd64.udeb differ diff --git a/pool-iso/main/p/pciutils/pciutils_3.13.0-2_amd64.deb b/pool-iso/main/p/pciutils/pciutils_3.13.0-2_amd64.deb new file mode 100644 index 0000000..ad656f0 Binary files /dev/null and b/pool-iso/main/p/pciutils/pciutils_3.13.0-2_amd64.deb differ diff --git a/pool-iso/main/p/pcmciautils/pcmciautils-udeb_018-18_amd64.udeb b/pool-iso/main/p/pcmciautils/pcmciautils-udeb_018-18_amd64.udeb new file mode 100644 index 0000000..3ff1a0c Binary files /dev/null and b/pool-iso/main/p/pcmciautils/pcmciautils-udeb_018-18_amd64.udeb differ diff --git a/pool-iso/main/p/pcmciautils/pcmciautils_018-18_amd64.deb b/pool-iso/main/p/pcmciautils/pcmciautils_018-18_amd64.deb new file mode 100644 index 0000000..dd6b256 Binary files /dev/null and b/pool-iso/main/p/pcmciautils/pcmciautils_018-18_amd64.deb differ diff --git a/pool-iso/main/p/pcre2/libpcre2-32-0_10.46-1~deb13u1_amd64.deb b/pool-iso/main/p/pcre2/libpcre2-32-0_10.46-1~deb13u1_amd64.deb new file mode 100644 index 0000000..c1faffd Binary files /dev/null and b/pool-iso/main/p/pcre2/libpcre2-32-0_10.46-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/p/pcre2/libpcre2-8-0-udeb_10.46-1~deb13u1_amd64.udeb b/pool-iso/main/p/pcre2/libpcre2-8-0-udeb_10.46-1~deb13u1_amd64.udeb new file mode 100644 index 0000000..11495f6 Binary files /dev/null and b/pool-iso/main/p/pcre2/libpcre2-8-0-udeb_10.46-1~deb13u1_amd64.udeb differ diff --git a/pool-iso/main/p/pcre2/libpcre2-8-0_10.46-1~deb13u1_amd64.deb b/pool-iso/main/p/pcre2/libpcre2-8-0_10.46-1~deb13u1_amd64.deb new file mode 100644 index 0000000..0c21c1e Binary files /dev/null and b/pool-iso/main/p/pcre2/libpcre2-8-0_10.46-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/p/pcsc-lite/libpcsclite1_2.3.3-1_amd64.deb b/pool-iso/main/p/pcsc-lite/libpcsclite1_2.3.3-1_amd64.deb new file mode 100644 index 0000000..5eb5a7c Binary files /dev/null and b/pool-iso/main/p/pcsc-lite/libpcsclite1_2.3.3-1_amd64.deb differ diff --git a/pool-iso/main/p/perl/libperl5.40_5.40.1-6_amd64.deb b/pool-iso/main/p/perl/libperl5.40_5.40.1-6_amd64.deb new file mode 100644 index 0000000..62d9324 Binary files /dev/null and b/pool-iso/main/p/perl/libperl5.40_5.40.1-6_amd64.deb differ diff --git a/pool-iso/main/p/perl/perl-base_5.40.1-6_amd64.deb b/pool-iso/main/p/perl/perl-base_5.40.1-6_amd64.deb new file mode 100644 index 0000000..be58176 Binary files /dev/null and b/pool-iso/main/p/perl/perl-base_5.40.1-6_amd64.deb differ diff --git a/pool-iso/main/p/perl/perl-modules-5.40_5.40.1-6_all.deb b/pool-iso/main/p/perl/perl-modules-5.40_5.40.1-6_all.deb new file mode 100644 index 0000000..e989dd0 Binary files /dev/null and b/pool-iso/main/p/perl/perl-modules-5.40_5.40.1-6_all.deb differ diff --git a/pool-iso/main/p/perl/perl_5.40.1-6_amd64.deb b/pool-iso/main/p/perl/perl_5.40.1-6_amd64.deb new file mode 100644 index 0000000..315412f Binary files /dev/null and b/pool-iso/main/p/perl/perl_5.40.1-6_amd64.deb differ diff --git a/pool-iso/main/p/pinentry/pinentry-curses_1.3.1-2_amd64.deb b/pool-iso/main/p/pinentry/pinentry-curses_1.3.1-2_amd64.deb new file mode 100644 index 0000000..7d5ac84 Binary files /dev/null and b/pool-iso/main/p/pinentry/pinentry-curses_1.3.1-2_amd64.deb differ diff --git a/pool-iso/main/p/pkgsel/pkgsel_0.85_all.udeb b/pool-iso/main/p/pkgsel/pkgsel_0.85_all.udeb new file mode 100644 index 0000000..54f95dd Binary files /dev/null and b/pool-iso/main/p/pkgsel/pkgsel_0.85_all.udeb differ diff --git a/pool-iso/main/p/policykit-1/libpolkit-agent-1-0_126-2_amd64.deb b/pool-iso/main/p/policykit-1/libpolkit-agent-1-0_126-2_amd64.deb new file mode 100644 index 0000000..5fa8566 Binary files /dev/null and b/pool-iso/main/p/policykit-1/libpolkit-agent-1-0_126-2_amd64.deb differ diff --git a/pool-iso/main/p/policykit-1/libpolkit-gobject-1-0_126-2_amd64.deb b/pool-iso/main/p/policykit-1/libpolkit-gobject-1-0_126-2_amd64.deb new file mode 100644 index 0000000..a31670f Binary files /dev/null and b/pool-iso/main/p/policykit-1/libpolkit-gobject-1-0_126-2_amd64.deb differ diff --git a/pool-iso/main/p/policykit-1/polkitd_126-2_amd64.deb b/pool-iso/main/p/policykit-1/polkitd_126-2_amd64.deb new file mode 100644 index 0000000..7ec578b Binary files /dev/null and b/pool-iso/main/p/policykit-1/polkitd_126-2_amd64.deb differ diff --git a/pool-iso/main/p/popt/libpopt0-udeb_1.19+dfsg-2_amd64.udeb b/pool-iso/main/p/popt/libpopt0-udeb_1.19+dfsg-2_amd64.udeb new file mode 100644 index 0000000..03e14cb Binary files /dev/null and b/pool-iso/main/p/popt/libpopt0-udeb_1.19+dfsg-2_amd64.udeb differ diff --git a/pool-iso/main/p/popt/libpopt0_1.19+dfsg-2_amd64.deb b/pool-iso/main/p/popt/libpopt0_1.19+dfsg-2_amd64.deb new file mode 100644 index 0000000..66480f8 Binary files /dev/null and b/pool-iso/main/p/popt/libpopt0_1.19+dfsg-2_amd64.deb differ diff --git a/pool-iso/main/p/popularity-contest/popularity-contest_1.78_all.deb b/pool-iso/main/p/popularity-contest/popularity-contest_1.78_all.deb new file mode 100644 index 0000000..5d10140 Binary files /dev/null and b/pool-iso/main/p/popularity-contest/popularity-contest_1.78_all.deb differ diff --git a/pool-iso/main/p/ppp/ppp-udeb_2.5.2-1+1_amd64.udeb b/pool-iso/main/p/ppp/ppp-udeb_2.5.2-1+1_amd64.udeb new file mode 100644 index 0000000..0b4bf87 Binary files /dev/null and b/pool-iso/main/p/ppp/ppp-udeb_2.5.2-1+1_amd64.udeb differ diff --git a/pool-iso/main/p/ppp/ppp_2.5.2-1+1_amd64.deb b/pool-iso/main/p/ppp/ppp_2.5.2-1+1_amd64.deb new file mode 100644 index 0000000..4985f46 Binary files /dev/null and b/pool-iso/main/p/ppp/ppp_2.5.2-1+1_amd64.deb differ diff --git a/pool-iso/main/p/pppoeconf/pppoeconf_1.22_all.deb b/pool-iso/main/p/pppoeconf/pppoeconf_1.22_all.deb new file mode 100644 index 0000000..6a80f08 Binary files /dev/null and b/pool-iso/main/p/pppoeconf/pppoeconf_1.22_all.deb differ diff --git a/pool-iso/main/p/pptp-linux/pptp-linux_1.10.0-2_amd64.deb b/pool-iso/main/p/pptp-linux/pptp-linux_1.10.0-2_amd64.deb new file mode 100644 index 0000000..6577ef9 Binary files /dev/null and b/pool-iso/main/p/pptp-linux/pptp-linux_1.10.0-2_amd64.deb differ diff --git a/pool-iso/main/p/preseed/network-preseed_1.125_all.udeb b/pool-iso/main/p/preseed/network-preseed_1.125_all.udeb new file mode 100644 index 0000000..f8c6385 Binary files /dev/null and b/pool-iso/main/p/preseed/network-preseed_1.125_all.udeb differ diff --git a/pool-iso/main/p/procps/libproc2-0_4.0.4-9_amd64.deb b/pool-iso/main/p/procps/libproc2-0_4.0.4-9_amd64.deb new file mode 100644 index 0000000..8952297 Binary files /dev/null and b/pool-iso/main/p/procps/libproc2-0_4.0.4-9_amd64.deb differ diff --git a/pool-iso/main/p/procps/procps_4.0.4-9_amd64.deb b/pool-iso/main/p/procps/procps_4.0.4-9_amd64.deb new file mode 100644 index 0000000..e62a270 Binary files /dev/null and b/pool-iso/main/p/procps/procps_4.0.4-9_amd64.deb differ diff --git a/pool-iso/main/p/protection-domain-mapper/protection-domain-mapper-udeb_1.0-7_amd64.udeb b/pool-iso/main/p/protection-domain-mapper/protection-domain-mapper-udeb_1.0-7_amd64.udeb new file mode 100644 index 0000000..f067120 Binary files /dev/null and b/pool-iso/main/p/protection-domain-mapper/protection-domain-mapper-udeb_1.0-7_amd64.udeb differ diff --git a/pool-iso/main/p/psmisc/psmisc_23.7-2_amd64.deb b/pool-iso/main/p/psmisc/psmisc_23.7-2_amd64.deb new file mode 100644 index 0000000..aea184b Binary files /dev/null and b/pool-iso/main/p/psmisc/psmisc_23.7-2_amd64.deb differ diff --git a/pool-iso/main/p/publicsuffix/publicsuffix_20250328.1952-0.1_all.deb b/pool-iso/main/p/publicsuffix/publicsuffix_20250328.1952-0.1_all.deb new file mode 100644 index 0000000..d4eacaa Binary files /dev/null and b/pool-iso/main/p/publicsuffix/publicsuffix_20250328.1952-0.1_all.deb differ diff --git a/pool-iso/main/p/pulseaudio/libpulse0_17.0+dfsg1-2+b1_amd64.deb b/pool-iso/main/p/pulseaudio/libpulse0_17.0+dfsg1-2+b1_amd64.deb new file mode 100644 index 0000000..8bfd3cc Binary files /dev/null and b/pool-iso/main/p/pulseaudio/libpulse0_17.0+dfsg1-2+b1_amd64.deb differ diff --git a/pool-iso/main/p/pygobject/python3-gi_3.50.0-4+b1_amd64.deb b/pool-iso/main/p/pygobject/python3-gi_3.50.0-4+b1_amd64.deb new file mode 100644 index 0000000..7f696b3 Binary files /dev/null and b/pool-iso/main/p/pygobject/python3-gi_3.50.0-4+b1_amd64.deb differ diff --git a/pool-iso/main/p/python-apt/python-apt-common_3.0.0_all.deb b/pool-iso/main/p/python-apt/python-apt-common_3.0.0_all.deb new file mode 100644 index 0000000..b1e069b Binary files /dev/null and b/pool-iso/main/p/python-apt/python-apt-common_3.0.0_all.deb differ diff --git a/pool-iso/main/p/python-apt/python3-apt_3.0.0_amd64.deb b/pool-iso/main/p/python-apt/python3-apt_3.0.0_amd64.deb new file mode 100644 index 0000000..3226147 Binary files /dev/null and b/pool-iso/main/p/python-apt/python3-apt_3.0.0_amd64.deb differ diff --git a/pool-iso/main/p/python-certifi/python3-certifi_2025.1.31+ds-1_all.deb b/pool-iso/main/p/python-certifi/python3-certifi_2025.1.31+ds-1_all.deb new file mode 100644 index 0000000..680d617 Binary files /dev/null and b/pool-iso/main/p/python-certifi/python3-certifi_2025.1.31+ds-1_all.deb differ diff --git a/pool-iso/main/p/python-charset-normalizer/python3-charset-normalizer_3.4.2-1_amd64.deb b/pool-iso/main/p/python-charset-normalizer/python3-charset-normalizer_3.4.2-1_amd64.deb new file mode 100644 index 0000000..3d32c3e Binary files /dev/null and b/pool-iso/main/p/python-charset-normalizer/python3-charset-normalizer_3.4.2-1_amd64.deb differ diff --git a/pool-iso/main/p/python-debian/python3-debian_1.0.1_all.deb b/pool-iso/main/p/python-debian/python3-debian_1.0.1_all.deb new file mode 100644 index 0000000..896951c Binary files /dev/null and b/pool-iso/main/p/python-debian/python3-debian_1.0.1_all.deb differ diff --git a/pool-iso/main/p/python-debianbts/python3-debianbts_4.1.1_all.deb b/pool-iso/main/p/python-debianbts/python3-debianbts_4.1.1_all.deb new file mode 100644 index 0000000..239d928 Binary files /dev/null and b/pool-iso/main/p/python-debianbts/python3-debianbts_4.1.1_all.deb differ diff --git a/pool-iso/main/p/python-idna/python3-idna_3.10-1_all.deb b/pool-iso/main/p/python-idna/python3-idna_3.10-1_all.deb new file mode 100644 index 0000000..bd93652 Binary files /dev/null and b/pool-iso/main/p/python-idna/python3-idna_3.10-1_all.deb differ diff --git a/pool-iso/main/p/python-urllib3/python3-urllib3_2.3.0-3_all.deb b/pool-iso/main/p/python-urllib3/python3-urllib3_2.3.0-3_all.deb new file mode 100644 index 0000000..f2028a9 Binary files /dev/null and b/pool-iso/main/p/python-urllib3/python3-urllib3_2.3.0-3_all.deb differ diff --git a/pool-iso/main/p/python3-defaults/libpython3-stdlib_3.13.5-1_amd64.deb b/pool-iso/main/p/python3-defaults/libpython3-stdlib_3.13.5-1_amd64.deb new file mode 100644 index 0000000..cbcb2ab Binary files /dev/null and b/pool-iso/main/p/python3-defaults/libpython3-stdlib_3.13.5-1_amd64.deb differ diff --git a/pool-iso/main/p/python3-defaults/python3-minimal_3.13.5-1_amd64.deb b/pool-iso/main/p/python3-defaults/python3-minimal_3.13.5-1_amd64.deb new file mode 100644 index 0000000..c9b521c Binary files /dev/null and b/pool-iso/main/p/python3-defaults/python3-minimal_3.13.5-1_amd64.deb differ diff --git a/pool-iso/main/p/python3-defaults/python3_3.13.5-1_amd64.deb b/pool-iso/main/p/python3-defaults/python3_3.13.5-1_amd64.deb new file mode 100644 index 0000000..b95d573 Binary files /dev/null and b/pool-iso/main/p/python3-defaults/python3_3.13.5-1_amd64.deb differ diff --git a/pool-iso/main/p/python3.13/libpython3.13-minimal_3.13.5-2_amd64.deb b/pool-iso/main/p/python3.13/libpython3.13-minimal_3.13.5-2_amd64.deb new file mode 100644 index 0000000..fb58000 Binary files /dev/null and b/pool-iso/main/p/python3.13/libpython3.13-minimal_3.13.5-2_amd64.deb differ diff --git a/pool-iso/main/p/python3.13/libpython3.13-stdlib_3.13.5-2_amd64.deb b/pool-iso/main/p/python3.13/libpython3.13-stdlib_3.13.5-2_amd64.deb new file mode 100644 index 0000000..f026cf6 Binary files /dev/null and b/pool-iso/main/p/python3.13/libpython3.13-stdlib_3.13.5-2_amd64.deb differ diff --git a/pool-iso/main/p/python3.13/python3.13-minimal_3.13.5-2_amd64.deb b/pool-iso/main/p/python3.13/python3.13-minimal_3.13.5-2_amd64.deb new file mode 100644 index 0000000..267a7e0 Binary files /dev/null and b/pool-iso/main/p/python3.13/python3.13-minimal_3.13.5-2_amd64.deb differ diff --git a/pool-iso/main/p/python3.13/python3.13_3.13.5-2_amd64.deb b/pool-iso/main/p/python3.13/python3.13_3.13.5-2_amd64.deb new file mode 100644 index 0000000..4dc1d81 Binary files /dev/null and b/pool-iso/main/p/python3.13/python3.13_3.13.5-2_amd64.deb differ diff --git a/pool-iso/main/q/qrtr/libqrtr1-udeb_1.1-2+b1_amd64.udeb b/pool-iso/main/q/qrtr/libqrtr1-udeb_1.1-2+b1_amd64.udeb new file mode 100644 index 0000000..e90386d Binary files /dev/null and b/pool-iso/main/q/qrtr/libqrtr1-udeb_1.1-2+b1_amd64.udeb differ diff --git a/pool-iso/main/q/qrtr/qrtr-tools-udeb_1.1-2+b1_amd64.udeb b/pool-iso/main/q/qrtr/qrtr-tools-udeb_1.1-2+b1_amd64.udeb new file mode 100644 index 0000000..9c59d9a Binary files /dev/null and b/pool-iso/main/q/qrtr/qrtr-tools-udeb_1.1-2+b1_amd64.udeb differ diff --git a/pool-iso/main/r/rdate/rdate-udeb_1.11-3_amd64.udeb b/pool-iso/main/r/rdate/rdate-udeb_1.11-3_amd64.udeb new file mode 100644 index 0000000..88d561c Binary files /dev/null and b/pool-iso/main/r/rdate/rdate-udeb_1.11-3_amd64.udeb differ diff --git a/pool-iso/main/r/readline/libreadline8-udeb_8.2-6_amd64.udeb b/pool-iso/main/r/readline/libreadline8-udeb_8.2-6_amd64.udeb new file mode 100644 index 0000000..b065e11 Binary files /dev/null and b/pool-iso/main/r/readline/libreadline8-udeb_8.2-6_amd64.udeb differ diff --git a/pool-iso/main/r/readline/libreadline8t64_8.2-6_amd64.deb b/pool-iso/main/r/readline/libreadline8t64_8.2-6_amd64.deb new file mode 100644 index 0000000..37b8e09 Binary files /dev/null and b/pool-iso/main/r/readline/libreadline8t64_8.2-6_amd64.deb differ diff --git a/pool-iso/main/r/readline/readline-common-udeb_8.2-6_all.udeb b/pool-iso/main/r/readline/readline-common-udeb_8.2-6_all.udeb new file mode 100644 index 0000000..40e408e Binary files /dev/null and b/pool-iso/main/r/readline/readline-common-udeb_8.2-6_all.udeb differ diff --git a/pool-iso/main/r/readline/readline-common_8.2-6_all.deb b/pool-iso/main/r/readline/readline-common_8.2-6_all.deb new file mode 100644 index 0000000..87e6c36 Binary files /dev/null and b/pool-iso/main/r/readline/readline-common_8.2-6_all.deb differ diff --git a/pool-iso/main/r/reiserfsprogs/libreiserfscore0t64_3.6.27-9_amd64.deb b/pool-iso/main/r/reiserfsprogs/libreiserfscore0t64_3.6.27-9_amd64.deb new file mode 100644 index 0000000..215dc4a Binary files /dev/null and b/pool-iso/main/r/reiserfsprogs/libreiserfscore0t64_3.6.27-9_amd64.deb differ diff --git a/pool-iso/main/r/reiserfsprogs/reiserfsprogs_3.6.27-9_amd64.deb b/pool-iso/main/r/reiserfsprogs/reiserfsprogs_3.6.27-9_amd64.deb new file mode 100644 index 0000000..b4647a6 Binary files /dev/null and b/pool-iso/main/r/reiserfsprogs/reiserfsprogs_3.6.27-9_amd64.deb differ diff --git a/pool-iso/main/r/reportbug/python3-reportbug_13.2.0_all.deb b/pool-iso/main/r/reportbug/python3-reportbug_13.2.0_all.deb new file mode 100644 index 0000000..da1a377 Binary files /dev/null and b/pool-iso/main/r/reportbug/python3-reportbug_13.2.0_all.deb differ diff --git a/pool-iso/main/r/reportbug/reportbug_13.2.0_all.deb b/pool-iso/main/r/reportbug/reportbug_13.2.0_all.deb new file mode 100644 index 0000000..b32c48d Binary files /dev/null and b/pool-iso/main/r/reportbug/reportbug_13.2.0_all.deb differ diff --git a/pool-iso/main/r/requests/python3-requests_2.32.3+dfsg-5_all.deb b/pool-iso/main/r/requests/python3-requests_2.32.3+dfsg-5_all.deb new file mode 100644 index 0000000..394cee1 Binary files /dev/null and b/pool-iso/main/r/requests/python3-requests_2.32.3+dfsg-5_all.deb differ diff --git a/pool-iso/main/r/rescue/rescue-mode_1.105_all.udeb b/pool-iso/main/r/rescue/rescue-mode_1.105_all.udeb new file mode 100644 index 0000000..74917c9 Binary files /dev/null and b/pool-iso/main/r/rescue/rescue-mode_1.105_all.udeb differ diff --git a/pool-iso/main/r/resolvconf/resolvconf_1.94_all.deb b/pool-iso/main/r/resolvconf/resolvconf_1.94_all.deb new file mode 100644 index 0000000..0ad18a2 Binary files /dev/null and b/pool-iso/main/r/resolvconf/resolvconf_1.94_all.deb differ diff --git a/pool-iso/main/r/rmtfs/rmtfs-udeb_1.1-4_amd64.udeb b/pool-iso/main/r/rmtfs/rmtfs-udeb_1.1-4_amd64.udeb new file mode 100644 index 0000000..f3ddc07 Binary files /dev/null and b/pool-iso/main/r/rmtfs/rmtfs-udeb_1.1-4_amd64.udeb differ diff --git a/pool-iso/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_amd64.deb b/pool-iso/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_amd64.deb new file mode 100644 index 0000000..5893cfc Binary files /dev/null and b/pool-iso/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_amd64.deb differ diff --git a/pool-iso/main/r/rust-sequoia-sqv/sqv_1.3.0-3_amd64.deb b/pool-iso/main/r/rust-sequoia-sqv/sqv_1.3.0-3_amd64.deb new file mode 100644 index 0000000..71c99a3 Binary files /dev/null and b/pool-iso/main/r/rust-sequoia-sqv/sqv_1.3.0-3_amd64.deb differ diff --git a/pool-iso/main/s/screen/screen-udeb_4.9.1-3_amd64.udeb b/pool-iso/main/s/screen/screen-udeb_4.9.1-3_amd64.udeb new file mode 100644 index 0000000..2c39f7a Binary files /dev/null and b/pool-iso/main/s/screen/screen-udeb_4.9.1-3_amd64.udeb differ diff --git a/pool-iso/main/s/sed/sed_4.9-2_amd64.deb b/pool-iso/main/s/sed/sed_4.9-2_amd64.deb new file mode 100644 index 0000000..b7a3c9e Binary files /dev/null and b/pool-iso/main/s/sed/sed_4.9-2_amd64.deb differ diff --git a/pool-iso/main/s/sensible-utils/sensible-utils_0.0.25_all.deb b/pool-iso/main/s/sensible-utils/sensible-utils_0.0.25_all.deb new file mode 100644 index 0000000..b9eb7b5 Binary files /dev/null and b/pool-iso/main/s/sensible-utils/sensible-utils_0.0.25_all.deb differ diff --git a/pool-iso/main/s/sg3-utils/libsgutils2-1.48_1.48-2_amd64.deb b/pool-iso/main/s/sg3-utils/libsgutils2-1.48_1.48-2_amd64.deb new file mode 100644 index 0000000..cf73b6a Binary files /dev/null and b/pool-iso/main/s/sg3-utils/libsgutils2-1.48_1.48-2_amd64.deb differ diff --git a/pool-iso/main/s/sg3-utils/sg3-utils-udev_1.48-2_all.deb b/pool-iso/main/s/sg3-utils/sg3-utils-udev_1.48-2_all.deb new file mode 100644 index 0000000..86148a2 Binary files /dev/null and b/pool-iso/main/s/sg3-utils/sg3-utils-udev_1.48-2_all.deb differ diff --git a/pool-iso/main/s/sg3-utils/sg3-utils_1.48-2_amd64.deb b/pool-iso/main/s/sg3-utils/sg3-utils_1.48-2_amd64.deb new file mode 100644 index 0000000..77d6138 Binary files /dev/null and b/pool-iso/main/s/sg3-utils/sg3-utils_1.48-2_amd64.deb differ diff --git a/pool-iso/main/s/sgml-base/sgml-base_1.31+nmu1_all.deb b/pool-iso/main/s/sgml-base/sgml-base_1.31+nmu1_all.deb new file mode 100644 index 0000000..9863b14 Binary files /dev/null and b/pool-iso/main/s/sgml-base/sgml-base_1.31+nmu1_all.deb differ diff --git a/pool-iso/main/s/shadow/login.defs_4.17.4-2_all.deb b/pool-iso/main/s/shadow/login.defs_4.17.4-2_all.deb new file mode 100644 index 0000000..51ced79 Binary files /dev/null and b/pool-iso/main/s/shadow/login.defs_4.17.4-2_all.deb differ diff --git a/pool-iso/main/s/shadow/passwd_4.17.4-2_amd64.deb b/pool-iso/main/s/shadow/passwd_4.17.4-2_amd64.deb new file mode 100644 index 0000000..9a0b6b9 Binary files /dev/null and b/pool-iso/main/s/shadow/passwd_4.17.4-2_amd64.deb differ diff --git a/pool-iso/main/s/shared-mime-info/shared-mime-info_2.4-5+b2_amd64.deb b/pool-iso/main/s/shared-mime-info/shared-mime-info_2.4-5+b2_amd64.deb new file mode 100644 index 0000000..42652f6 Binary files /dev/null and b/pool-iso/main/s/shared-mime-info/shared-mime-info_2.4-5+b2_amd64.deb differ diff --git a/pool-iso/main/s/shim-helpers-amd64-signed/shim-helpers-amd64-signed_1+15.8+1_amd64.deb b/pool-iso/main/s/shim-helpers-amd64-signed/shim-helpers-amd64-signed_1+15.8+1_amd64.deb new file mode 100644 index 0000000..6738314 Binary files /dev/null and b/pool-iso/main/s/shim-helpers-amd64-signed/shim-helpers-amd64-signed_1+15.8+1_amd64.deb differ diff --git a/pool-iso/main/s/shim-signed/shim-signed-common_1.47+15.8-1_all.deb b/pool-iso/main/s/shim-signed/shim-signed-common_1.47+15.8-1_all.deb new file mode 100644 index 0000000..11ea177 Binary files /dev/null and b/pool-iso/main/s/shim-signed/shim-signed-common_1.47+15.8-1_all.deb differ diff --git a/pool-iso/main/s/shim-signed/shim-signed_1.47+15.8-1_amd64.deb b/pool-iso/main/s/shim-signed/shim-signed_1.47+15.8-1_amd64.deb new file mode 100644 index 0000000..202546e Binary files /dev/null and b/pool-iso/main/s/shim-signed/shim-signed_1.47+15.8-1_amd64.deb differ diff --git a/pool-iso/main/s/shim/shim-unsigned_15.8-1_amd64.deb b/pool-iso/main/s/shim/shim-unsigned_15.8-1_amd64.deb new file mode 100644 index 0000000..9027e20 Binary files /dev/null and b/pool-iso/main/s/shim/shim-unsigned_15.8-1_amd64.deb differ diff --git a/pool-iso/main/s/slang2/libslang2_2.3.3-5+b2_amd64.deb b/pool-iso/main/s/slang2/libslang2_2.3.3-5+b2_amd64.deb new file mode 100644 index 0000000..0e9a320 Binary files /dev/null and b/pool-iso/main/s/slang2/libslang2_2.3.3-5+b2_amd64.deb differ diff --git a/pool-iso/main/s/sonic/libsonic0_0.2.0-13+b1_amd64.deb b/pool-iso/main/s/sonic/libsonic0_0.2.0-13+b1_amd64.deb new file mode 100644 index 0000000..3c4c47e Binary files /dev/null and b/pool-iso/main/s/sonic/libsonic0_0.2.0-13+b1_amd64.deb differ diff --git a/pool-iso/main/s/sqlite3/libsqlite3-0_3.46.1-7_amd64.deb b/pool-iso/main/s/sqlite3/libsqlite3-0_3.46.1-7_amd64.deb new file mode 100644 index 0000000..7bbbef8 Binary files /dev/null and b/pool-iso/main/s/sqlite3/libsqlite3-0_3.46.1-7_amd64.deb differ diff --git a/pool-iso/main/s/strace/strace-udeb_6.13+ds-1_amd64.udeb b/pool-iso/main/s/strace/strace-udeb_6.13+ds-1_amd64.udeb new file mode 100644 index 0000000..a566fec Binary files /dev/null and b/pool-iso/main/s/strace/strace-udeb_6.13+ds-1_amd64.udeb differ diff --git a/pool-iso/main/s/sudo/sudo_1.9.16p2-3_amd64.deb b/pool-iso/main/s/sudo/sudo_1.9.16p2-3_amd64.deb new file mode 100644 index 0000000..9d25dd6 Binary files /dev/null and b/pool-iso/main/s/sudo/sudo_1.9.16p2-3_amd64.deb differ diff --git a/pool-iso/main/s/sysfsutils/libsysfs2-udeb_2.1.1-7_amd64.udeb b/pool-iso/main/s/sysfsutils/libsysfs2-udeb_2.1.1-7_amd64.udeb new file mode 100644 index 0000000..94417ac Binary files /dev/null and b/pool-iso/main/s/sysfsutils/libsysfs2-udeb_2.1.1-7_amd64.udeb differ diff --git a/pool-iso/main/s/systemd-boot-installer/systemd-boot-installer_0.11_all.udeb b/pool-iso/main/s/systemd-boot-installer/systemd-boot-installer_0.11_all.udeb new file mode 100644 index 0000000..08c041b Binary files /dev/null and b/pool-iso/main/s/systemd-boot-installer/systemd-boot-installer_0.11_all.udeb differ diff --git a/pool-iso/main/s/systemd-udeb/libudev1-udeb_257.4-1_amd64.udeb b/pool-iso/main/s/systemd-udeb/libudev1-udeb_257.4-1_amd64.udeb new file mode 100644 index 0000000..befd8b3 Binary files /dev/null and b/pool-iso/main/s/systemd-udeb/libudev1-udeb_257.4-1_amd64.udeb differ diff --git a/pool-iso/main/s/systemd/libnss-systemd_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/libnss-systemd_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..fed2735 Binary files /dev/null and b/pool-iso/main/s/systemd/libnss-systemd_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/libpam-systemd_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/libpam-systemd_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..0d02bca Binary files /dev/null and b/pool-iso/main/s/systemd/libpam-systemd_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/libsystemd-shared_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/libsystemd-shared_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..e35071f Binary files /dev/null and b/pool-iso/main/s/systemd/libsystemd-shared_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/libsystemd0_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/libsystemd0_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..c068369 Binary files /dev/null and b/pool-iso/main/s/systemd/libsystemd0_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/libudev1_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/libudev1_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..a0e89df Binary files /dev/null and b/pool-iso/main/s/systemd/libudev1_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/systemd-cryptsetup_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/systemd-cryptsetup_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..b1c1664 Binary files /dev/null and b/pool-iso/main/s/systemd/systemd-cryptsetup_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/systemd-sysv_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/systemd-sysv_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..e24b364 Binary files /dev/null and b/pool-iso/main/s/systemd/systemd-sysv_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/systemd-timesyncd_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/systemd-timesyncd_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..5d6dbc5 Binary files /dev/null and b/pool-iso/main/s/systemd/systemd-timesyncd_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/systemd_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/systemd_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..85c261b Binary files /dev/null and b/pool-iso/main/s/systemd/systemd_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/systemd/udev_257.9-1~deb13u1_amd64.deb b/pool-iso/main/s/systemd/udev_257.9-1~deb13u1_amd64.deb new file mode 100644 index 0000000..29b3a54 Binary files /dev/null and b/pool-iso/main/s/systemd/udev_257.9-1~deb13u1_amd64.deb differ diff --git a/pool-iso/main/s/sysvinit/sysvinit-utils_3.14-4_amd64.deb b/pool-iso/main/s/sysvinit/sysvinit-utils_3.14-4_amd64.deb new file mode 100644 index 0000000..201e7e0 Binary files /dev/null and b/pool-iso/main/s/sysvinit/sysvinit-utils_3.14-4_amd64.deb differ diff --git a/pool-iso/main/t/tar/tar_1.35+dfsg-3.1_amd64.deb b/pool-iso/main/t/tar/tar_1.35+dfsg-3.1_amd64.deb new file mode 100644 index 0000000..ce36d60 Binary files /dev/null and b/pool-iso/main/t/tar/tar_1.35+dfsg-3.1_amd64.deb differ diff --git a/pool-iso/main/t/tasksel/tasksel-data_3.81_all.deb b/pool-iso/main/t/tasksel/tasksel-data_3.81_all.deb new file mode 100644 index 0000000..5151f01 Binary files /dev/null and b/pool-iso/main/t/tasksel/tasksel-data_3.81_all.deb differ diff --git a/pool-iso/main/t/tasksel/tasksel_3.81_all.deb b/pool-iso/main/t/tasksel/tasksel_3.81_all.deb new file mode 100644 index 0000000..7af19d2 Binary files /dev/null and b/pool-iso/main/t/tasksel/tasksel_3.81_all.deb differ diff --git a/pool-iso/main/t/tcp-wrappers/libwrap0_7.6.q-36_amd64.deb b/pool-iso/main/t/tcp-wrappers/libwrap0_7.6.q-36_amd64.deb new file mode 100644 index 0000000..c189e90 Binary files /dev/null and b/pool-iso/main/t/tcp-wrappers/libwrap0_7.6.q-36_amd64.deb differ diff --git a/pool-iso/main/t/thin-provisioning-tools/thin-provisioning-tools_1.1.0-4+b1_amd64.deb b/pool-iso/main/t/thin-provisioning-tools/thin-provisioning-tools_1.1.0-4+b1_amd64.deb new file mode 100644 index 0000000..e89a47f Binary files /dev/null and b/pool-iso/main/t/thin-provisioning-tools/thin-provisioning-tools_1.1.0-4+b1_amd64.deb differ diff --git a/pool-iso/main/t/tqftpserv/tqftpserv-udeb_1.1-4_amd64.udeb b/pool-iso/main/t/tqftpserv/tqftpserv-udeb_1.1-4_amd64.udeb new file mode 100644 index 0000000..54ff6ab Binary files /dev/null and b/pool-iso/main/t/tqftpserv/tqftpserv-udeb_1.1-4_amd64.udeb differ diff --git a/pool-iso/main/t/tzdata/tzdata_2025b-4+deb13u1_all.deb b/pool-iso/main/t/tzdata/tzdata_2025b-4+deb13u1_all.deb new file mode 100644 index 0000000..c49c4c3 Binary files /dev/null and b/pool-iso/main/t/tzdata/tzdata_2025b-4+deb13u1_all.deb differ diff --git a/pool-iso/main/t/tzsetup/tzsetup-udeb_0.132_all.udeb b/pool-iso/main/t/tzsetup/tzsetup-udeb_0.132_all.udeb new file mode 100644 index 0000000..a6b20d3 Binary files /dev/null and b/pool-iso/main/t/tzsetup/tzsetup-udeb_0.132_all.udeb differ diff --git a/pool-iso/main/u/ucf/ucf_3.0052_all.deb b/pool-iso/main/u/ucf/ucf_3.0052_all.deb new file mode 100644 index 0000000..e114bdd Binary files /dev/null and b/pool-iso/main/u/ucf/ucf_3.0052_all.deb differ diff --git a/pool-iso/main/u/unbound/libunbound8_1.22.0-2_amd64.deb b/pool-iso/main/u/unbound/libunbound8_1.22.0-2_amd64.deb new file mode 100644 index 0000000..196e728 Binary files /dev/null and b/pool-iso/main/u/unbound/libunbound8_1.22.0-2_amd64.deb differ diff --git a/pool-iso/main/u/usbutils/usbutils_018-2_amd64.deb b/pool-iso/main/u/usbutils/usbutils_018-2_amd64.deb new file mode 100644 index 0000000..03a4795 Binary files /dev/null and b/pool-iso/main/u/usbutils/usbutils_018-2_amd64.deb differ diff --git a/pool-iso/main/u/user-setup/user-setup-udeb_1.107_all.udeb b/pool-iso/main/u/user-setup/user-setup-udeb_1.107_all.udeb new file mode 100644 index 0000000..b61a6d8 Binary files /dev/null and b/pool-iso/main/u/user-setup/user-setup-udeb_1.107_all.udeb differ diff --git a/pool-iso/main/u/util-linux/bsdextrautils_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/bsdextrautils_2.41-5_amd64.deb new file mode 100644 index 0000000..cf78465 Binary files /dev/null and b/pool-iso/main/u/util-linux/bsdextrautils_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/bsdutils_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/bsdutils_2.41-5_amd64.deb new file mode 100644 index 0000000..a066de2 Binary files /dev/null and b/pool-iso/main/u/util-linux/bsdutils_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/eject-udeb_2.41-5_amd64.udeb b/pool-iso/main/u/util-linux/eject-udeb_2.41-5_amd64.udeb new file mode 100644 index 0000000..fcd646a Binary files /dev/null and b/pool-iso/main/u/util-linux/eject-udeb_2.41-5_amd64.udeb differ diff --git a/pool-iso/main/u/util-linux/eject_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/eject_2.41-5_amd64.deb new file mode 100644 index 0000000..b390ae3 Binary files /dev/null and b/pool-iso/main/u/util-linux/eject_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/fdisk-udeb_2.41-5_amd64.udeb b/pool-iso/main/u/util-linux/fdisk-udeb_2.41-5_amd64.udeb new file mode 100644 index 0000000..2cc3d35 Binary files /dev/null and b/pool-iso/main/u/util-linux/fdisk-udeb_2.41-5_amd64.udeb differ diff --git a/pool-iso/main/u/util-linux/fdisk_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/fdisk_2.41-5_amd64.deb new file mode 100644 index 0000000..c5f9e99 Binary files /dev/null and b/pool-iso/main/u/util-linux/fdisk_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/libblkid1-udeb_2.41-5_amd64.udeb b/pool-iso/main/u/util-linux/libblkid1-udeb_2.41-5_amd64.udeb new file mode 100644 index 0000000..06eda0b Binary files /dev/null and b/pool-iso/main/u/util-linux/libblkid1-udeb_2.41-5_amd64.udeb differ diff --git a/pool-iso/main/u/util-linux/libblkid1_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/libblkid1_2.41-5_amd64.deb new file mode 100644 index 0000000..9e6e2c0 Binary files /dev/null and b/pool-iso/main/u/util-linux/libblkid1_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/libfdisk1-udeb_2.41-5_amd64.udeb b/pool-iso/main/u/util-linux/libfdisk1-udeb_2.41-5_amd64.udeb new file mode 100644 index 0000000..5fd0077 Binary files /dev/null and b/pool-iso/main/u/util-linux/libfdisk1-udeb_2.41-5_amd64.udeb differ diff --git a/pool-iso/main/u/util-linux/libfdisk1_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/libfdisk1_2.41-5_amd64.deb new file mode 100644 index 0000000..705f054 Binary files /dev/null and b/pool-iso/main/u/util-linux/libfdisk1_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/liblastlog2-2_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/liblastlog2-2_2.41-5_amd64.deb new file mode 100644 index 0000000..698af6c Binary files /dev/null and b/pool-iso/main/u/util-linux/liblastlog2-2_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/libmount1-udeb_2.41-5_amd64.udeb b/pool-iso/main/u/util-linux/libmount1-udeb_2.41-5_amd64.udeb new file mode 100644 index 0000000..200f043 Binary files /dev/null and b/pool-iso/main/u/util-linux/libmount1-udeb_2.41-5_amd64.udeb differ diff --git a/pool-iso/main/u/util-linux/libmount1_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/libmount1_2.41-5_amd64.deb new file mode 100644 index 0000000..3fd34b6 Binary files /dev/null and b/pool-iso/main/u/util-linux/libmount1_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/libsmartcols1-udeb_2.41-5_amd64.udeb b/pool-iso/main/u/util-linux/libsmartcols1-udeb_2.41-5_amd64.udeb new file mode 100644 index 0000000..f17f226 Binary files /dev/null and b/pool-iso/main/u/util-linux/libsmartcols1-udeb_2.41-5_amd64.udeb differ diff --git a/pool-iso/main/u/util-linux/libsmartcols1_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/libsmartcols1_2.41-5_amd64.deb new file mode 100644 index 0000000..bc98d46 Binary files /dev/null and b/pool-iso/main/u/util-linux/libsmartcols1_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/libuuid1-udeb_2.41-5_amd64.udeb b/pool-iso/main/u/util-linux/libuuid1-udeb_2.41-5_amd64.udeb new file mode 100644 index 0000000..c7b2cf9 Binary files /dev/null and b/pool-iso/main/u/util-linux/libuuid1-udeb_2.41-5_amd64.udeb differ diff --git a/pool-iso/main/u/util-linux/libuuid1_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/libuuid1_2.41-5_amd64.deb new file mode 100644 index 0000000..45000b6 Binary files /dev/null and b/pool-iso/main/u/util-linux/libuuid1_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/login_4.16.0-2+really2.41-5_amd64.deb b/pool-iso/main/u/util-linux/login_4.16.0-2+really2.41-5_amd64.deb new file mode 100644 index 0000000..0b5be65 Binary files /dev/null and b/pool-iso/main/u/util-linux/login_4.16.0-2+really2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/mount_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/mount_2.41-5_amd64.deb new file mode 100644 index 0000000..8a9aaae Binary files /dev/null and b/pool-iso/main/u/util-linux/mount_2.41-5_amd64.deb differ diff --git a/pool-iso/main/u/util-linux/util-linux-udeb_2.41-5_amd64.udeb b/pool-iso/main/u/util-linux/util-linux-udeb_2.41-5_amd64.udeb new file mode 100644 index 0000000..eeac39c Binary files /dev/null and b/pool-iso/main/u/util-linux/util-linux-udeb_2.41-5_amd64.udeb differ diff --git a/pool-iso/main/u/util-linux/util-linux_2.41-5_amd64.deb b/pool-iso/main/u/util-linux/util-linux_2.41-5_amd64.deb new file mode 100644 index 0000000..e3dc72b Binary files /dev/null and b/pool-iso/main/u/util-linux/util-linux_2.41-5_amd64.deb differ diff --git a/pool-iso/main/v/vim/vim-common_9.1.1230-2_all.deb b/pool-iso/main/v/vim/vim-common_9.1.1230-2_all.deb new file mode 100644 index 0000000..c9a045f Binary files /dev/null and b/pool-iso/main/v/vim/vim-common_9.1.1230-2_all.deb differ diff --git a/pool-iso/main/v/vim/vim-runtime_9.1.1230-2_all.deb b/pool-iso/main/v/vim/vim-runtime_9.1.1230-2_all.deb new file mode 100644 index 0000000..bb5b980 Binary files /dev/null and b/pool-iso/main/v/vim/vim-runtime_9.1.1230-2_all.deb differ diff --git a/pool-iso/main/v/vim/vim-tiny_9.1.1230-2_amd64.deb b/pool-iso/main/v/vim/vim-tiny_9.1.1230-2_amd64.deb new file mode 100644 index 0000000..c859c08 Binary files /dev/null and b/pool-iso/main/v/vim/vim-tiny_9.1.1230-2_amd64.deb differ diff --git a/pool-iso/main/v/vim/vim_9.1.1230-2_amd64.deb b/pool-iso/main/v/vim/vim_9.1.1230-2_amd64.deb new file mode 100644 index 0000000..0805cbe Binary files /dev/null and b/pool-iso/main/v/vim/vim_9.1.1230-2_amd64.deb differ diff --git a/pool-iso/main/v/vim/xxd_9.1.1230-2_amd64.deb b/pool-iso/main/v/vim/xxd_9.1.1230-2_amd64.deb new file mode 100644 index 0000000..874ccc6 Binary files /dev/null and b/pool-iso/main/v/vim/xxd_9.1.1230-2_amd64.deb differ diff --git a/pool-iso/main/w/wget/wget_1.25.0-2_amd64.deb b/pool-iso/main/w/wget/wget_1.25.0-2_amd64.deb new file mode 100644 index 0000000..62ab31b Binary files /dev/null and b/pool-iso/main/w/wget/wget_1.25.0-2_amd64.deb differ diff --git a/pool-iso/main/w/wide-dhcpv6/wide-dhcpv6-client-udeb_20080615-24_amd64.udeb b/pool-iso/main/w/wide-dhcpv6/wide-dhcpv6-client-udeb_20080615-24_amd64.udeb new file mode 100644 index 0000000..bad8863 Binary files /dev/null and b/pool-iso/main/w/wide-dhcpv6/wide-dhcpv6-client-udeb_20080615-24_amd64.udeb differ diff --git a/pool-iso/main/w/wireless-regdb/wireless-regdb-udeb_2025.07.10-1_all.udeb b/pool-iso/main/w/wireless-regdb/wireless-regdb-udeb_2025.07.10-1_all.udeb new file mode 100644 index 0000000..9f43828 Binary files /dev/null and b/pool-iso/main/w/wireless-regdb/wireless-regdb-udeb_2025.07.10-1_all.udeb differ diff --git a/pool-iso/main/w/wireless-tools/libiw30-udeb_30~pre9-18+b1_amd64.udeb b/pool-iso/main/w/wireless-tools/libiw30-udeb_30~pre9-18+b1_amd64.udeb new file mode 100644 index 0000000..5118c44 Binary files /dev/null and b/pool-iso/main/w/wireless-tools/libiw30-udeb_30~pre9-18+b1_amd64.udeb differ diff --git a/pool-iso/main/w/wireless-tools/libiw30t64_30~pre9-18+b1_amd64.deb b/pool-iso/main/w/wireless-tools/libiw30t64_30~pre9-18+b1_amd64.deb new file mode 100644 index 0000000..8145d16 Binary files /dev/null and b/pool-iso/main/w/wireless-tools/libiw30t64_30~pre9-18+b1_amd64.deb differ diff --git a/pool-iso/main/w/wireless-tools/wireless-tools-udeb_30~pre9-18+b1_amd64.udeb b/pool-iso/main/w/wireless-tools/wireless-tools-udeb_30~pre9-18+b1_amd64.udeb new file mode 100644 index 0000000..be0eed4 Binary files /dev/null and b/pool-iso/main/w/wireless-tools/wireless-tools-udeb_30~pre9-18+b1_amd64.udeb differ diff --git a/pool-iso/main/w/wireless-tools/wireless-tools_30~pre9-18+b1_amd64.deb b/pool-iso/main/w/wireless-tools/wireless-tools_30~pre9-18+b1_amd64.deb new file mode 100644 index 0000000..f0d7b8a Binary files /dev/null and b/pool-iso/main/w/wireless-tools/wireless-tools_30~pre9-18+b1_amd64.deb differ diff --git a/pool-iso/main/w/wpa/wpasupplicant-udeb_2.10-24_amd64.udeb b/pool-iso/main/w/wpa/wpasupplicant-udeb_2.10-24_amd64.udeb new file mode 100644 index 0000000..560be85 Binary files /dev/null and b/pool-iso/main/w/wpa/wpasupplicant-udeb_2.10-24_amd64.udeb differ diff --git a/pool-iso/main/w/wpa/wpasupplicant_2.10-24_amd64.deb b/pool-iso/main/w/wpa/wpasupplicant_2.10-24_amd64.deb new file mode 100644 index 0000000..8131acf Binary files /dev/null and b/pool-iso/main/w/wpa/wpasupplicant_2.10-24_amd64.deb differ diff --git a/pool-iso/main/w/wtmpdb/libwtmpdb0_0.73.0-3+deb13u1_amd64.deb b/pool-iso/main/w/wtmpdb/libwtmpdb0_0.73.0-3+deb13u1_amd64.deb new file mode 100644 index 0000000..5016343 Binary files /dev/null and b/pool-iso/main/w/wtmpdb/libwtmpdb0_0.73.0-3+deb13u1_amd64.deb differ diff --git a/pool-iso/main/x/xauth/xauth_1.1.2-1.1_amd64.deb b/pool-iso/main/x/xauth/xauth_1.1.2-1.1_amd64.deb new file mode 100644 index 0000000..78237dd Binary files /dev/null and b/pool-iso/main/x/xauth/xauth_1.1.2-1.1_amd64.deb differ diff --git a/pool-iso/main/x/xdg-user-dirs/xdg-user-dirs_0.18-2_amd64.deb b/pool-iso/main/x/xdg-user-dirs/xdg-user-dirs_0.18-2_amd64.deb new file mode 100644 index 0000000..ccc63a0 Binary files /dev/null and b/pool-iso/main/x/xdg-user-dirs/xdg-user-dirs_0.18-2_amd64.deb differ diff --git a/pool-iso/main/x/xfsprogs/xfsprogs-udeb_6.13.0-2+b1_amd64.udeb b/pool-iso/main/x/xfsprogs/xfsprogs-udeb_6.13.0-2+b1_amd64.udeb new file mode 100644 index 0000000..b0c94e0 Binary files /dev/null and b/pool-iso/main/x/xfsprogs/xfsprogs-udeb_6.13.0-2+b1_amd64.udeb differ diff --git a/pool-iso/main/x/xfsprogs/xfsprogs_6.13.0-2+b1_amd64.deb b/pool-iso/main/x/xfsprogs/xfsprogs_6.13.0-2+b1_amd64.deb new file mode 100644 index 0000000..665d232 Binary files /dev/null and b/pool-iso/main/x/xfsprogs/xfsprogs_6.13.0-2+b1_amd64.deb differ diff --git a/pool-iso/main/x/xkeyboard-config/xkb-data_2.42-1_all.deb b/pool-iso/main/x/xkeyboard-config/xkb-data_2.42-1_all.deb new file mode 100644 index 0000000..6071c2a Binary files /dev/null and b/pool-iso/main/x/xkeyboard-config/xkb-data_2.42-1_all.deb differ diff --git a/pool-iso/main/x/xml-core/xml-core_0.19_all.deb b/pool-iso/main/x/xml-core/xml-core_0.19_all.deb new file mode 100644 index 0000000..029d6bc Binary files /dev/null and b/pool-iso/main/x/xml-core/xml-core_0.19_all.deb differ diff --git a/pool-iso/main/x/xxhash/libxxhash0_0.8.3-2_amd64.deb b/pool-iso/main/x/xxhash/libxxhash0_0.8.3-2_amd64.deb new file mode 100644 index 0000000..f952b85 Binary files /dev/null and b/pool-iso/main/x/xxhash/libxxhash0_0.8.3-2_amd64.deb differ diff --git a/pool-iso/main/x/xz-utils/liblzma5-udeb_5.8.1-1_amd64.udeb b/pool-iso/main/x/xz-utils/liblzma5-udeb_5.8.1-1_amd64.udeb new file mode 100644 index 0000000..af34278 Binary files /dev/null and b/pool-iso/main/x/xz-utils/liblzma5-udeb_5.8.1-1_amd64.udeb differ diff --git a/pool-iso/main/x/xz-utils/liblzma5_5.8.1-1_amd64.deb b/pool-iso/main/x/xz-utils/liblzma5_5.8.1-1_amd64.deb new file mode 100644 index 0000000..92366c1 Binary files /dev/null and b/pool-iso/main/x/xz-utils/liblzma5_5.8.1-1_amd64.deb differ diff --git a/pool-iso/main/z/zlib/zlib1g-udeb_1.3.dfsg+really1.3.1-1+b1_amd64.udeb b/pool-iso/main/z/zlib/zlib1g-udeb_1.3.dfsg+really1.3.1-1+b1_amd64.udeb new file mode 100644 index 0000000..7b276c0 Binary files /dev/null and b/pool-iso/main/z/zlib/zlib1g-udeb_1.3.dfsg+really1.3.1-1+b1_amd64.udeb differ diff --git a/pool-iso/main/z/zlib/zlib1g_1.3.dfsg+really1.3.1-1+b1_amd64.deb b/pool-iso/main/z/zlib/zlib1g_1.3.dfsg+really1.3.1-1+b1_amd64.deb new file mode 100644 index 0000000..f9fe6f0 Binary files /dev/null and b/pool-iso/main/z/zlib/zlib1g_1.3.dfsg+really1.3.1-1+b1_amd64.deb differ diff --git a/pool-iso/non-free-firmware/a/amd64-microcode/amd64-microcode_3.20250311.1_amd64.deb b/pool-iso/non-free-firmware/a/amd64-microcode/amd64-microcode_3.20250311.1_amd64.deb new file mode 100644 index 0000000..0d41c73 Binary files /dev/null and b/pool-iso/non-free-firmware/a/amd64-microcode/amd64-microcode_3.20250311.1_amd64.deb differ diff --git a/pool-iso/non-free-firmware/a/atmel-firmware/atmel-firmware_1.3-7.1_all.deb b/pool-iso/non-free-firmware/a/atmel-firmware/atmel-firmware_1.3-7.1_all.deb new file mode 100644 index 0000000..a874e65 Binary files /dev/null and b/pool-iso/non-free-firmware/a/atmel-firmware/atmel-firmware_1.3-7.1_all.deb differ diff --git a/pool-iso/non-free-firmware/b/bluez-firmware/bluez-firmware_1.2-13_all.deb b/pool-iso/non-free-firmware/b/bluez-firmware/bluez-firmware_1.2-13_all.deb new file mode 100644 index 0000000..e593f42 Binary files /dev/null and b/pool-iso/non-free-firmware/b/bluez-firmware/bluez-firmware_1.2-13_all.deb differ diff --git a/pool-iso/non-free-firmware/d/dahdi-firmware/dahdi-firmware-nonfree_2.11.1.0.20170917-3_all.deb b/pool-iso/non-free-firmware/d/dahdi-firmware/dahdi-firmware-nonfree_2.11.1.0.20170917-3_all.deb new file mode 100644 index 0000000..f1a2ea2 Binary files /dev/null and b/pool-iso/non-free-firmware/d/dahdi-firmware/dahdi-firmware-nonfree_2.11.1.0.20170917-3_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-ast/firmware-ast_20140808-10_all.deb b/pool-iso/non-free-firmware/f/firmware-ast/firmware-ast_20140808-10_all.deb new file mode 100644 index 0000000..77e1fe1 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-ast/firmware-ast_20140808-10_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-amd-graphics_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-amd-graphics_20250410-2_all.deb new file mode 100644 index 0000000..fa993f6 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-amd-graphics_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-atheros_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-atheros_20250410-2_all.deb new file mode 100644 index 0000000..47c7b01 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-atheros_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-bnx2_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-bnx2_20250410-2_all.deb new file mode 100644 index 0000000..15b8c9b Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-bnx2_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-bnx2x_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-bnx2x_20250410-2_all.deb new file mode 100644 index 0000000..15e9bf2 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-bnx2x_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-brcm80211_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-brcm80211_20250410-2_all.deb new file mode 100644 index 0000000..a270d55 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-brcm80211_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-cavium_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-cavium_20250410-2_all.deb new file mode 100644 index 0000000..6a4e98f Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-cavium_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-cirrus_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-cirrus_20250410-2_all.deb new file mode 100644 index 0000000..41706ce Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-cirrus_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-graphics_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-graphics_20250410-2_all.deb new file mode 100644 index 0000000..637cb9b Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-graphics_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-misc_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-misc_20250410-2_all.deb new file mode 100644 index 0000000..06d6e58 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-misc_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-sound_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-sound_20250410-2_all.deb new file mode 100644 index 0000000..e104940 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-intel-sound_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-ipw2x00_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-ipw2x00_20250410-2_all.deb new file mode 100644 index 0000000..8c029fa Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-ipw2x00_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-ivtv_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-ivtv_20250410-2_all.deb new file mode 100644 index 0000000..77771f3 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-ivtv_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-iwlwifi_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-iwlwifi_20250410-2_all.deb new file mode 100644 index 0000000..11474e5 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-iwlwifi_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-libertas_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-libertas_20250410-2_all.deb new file mode 100644 index 0000000..4af6e25 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-libertas_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-mediatek_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-mediatek_20250410-2_all.deb new file mode 100644 index 0000000..0b43255 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-mediatek_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-misc-nonfree_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-misc-nonfree_20250410-2_all.deb new file mode 100644 index 0000000..b86638d Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-misc-nonfree_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-myricom_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-myricom_20250410-2_all.deb new file mode 100644 index 0000000..fd12280 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-myricom_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-netronome_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-netronome_20250410-2_all.deb new file mode 100644 index 0000000..307ef83 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-netronome_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-netxen_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-netxen_20250410-2_all.deb new file mode 100644 index 0000000..017eaf8 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-netxen_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-nvidia-graphics_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-nvidia-graphics_20250410-2_all.deb new file mode 100644 index 0000000..aaf6aa9 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-nvidia-graphics_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-qlogic_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-qlogic_20250410-2_all.deb new file mode 100644 index 0000000..967b614 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-qlogic_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-realtek_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-realtek_20250410-2_all.deb new file mode 100644 index 0000000..dc3fad1 Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-realtek_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-siano_20250410-2_all.deb b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-siano_20250410-2_all.deb new file mode 100644 index 0000000..c0c56de Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-nonfree/firmware-siano_20250410-2_all.deb differ diff --git a/pool-iso/non-free-firmware/f/firmware-sof/firmware-sof-signed_2025.01-1_all.deb b/pool-iso/non-free-firmware/f/firmware-sof/firmware-sof-signed_2025.01-1_all.deb new file mode 100644 index 0000000..d9d7ebd Binary files /dev/null and b/pool-iso/non-free-firmware/f/firmware-sof/firmware-sof-signed_2025.01-1_all.deb differ diff --git a/pool-iso/non-free-firmware/i/intel-microcode/intel-microcode_3.20250812.1~deb13u1_amd64.deb b/pool-iso/non-free-firmware/i/intel-microcode/intel-microcode_3.20250812.1~deb13u1_amd64.deb new file mode 100644 index 0000000..08a25ce Binary files /dev/null and b/pool-iso/non-free-firmware/i/intel-microcode/intel-microcode_3.20250812.1~deb13u1_amd64.deb differ diff --git a/pool-iso/non-free-firmware/z/zd1211-firmware/firmware-zd1211_1.5-13_all.deb b/pool-iso/non-free-firmware/z/zd1211-firmware/firmware-zd1211_1.5-13_all.deb new file mode 100644 index 0000000..9560b71 Binary files /dev/null and b/pool-iso/non-free-firmware/z/zd1211-firmware/firmware-zd1211_1.5-13_all.deb differ diff --git a/preseed-user-auto.cfg b/preseed-user-auto.cfg new file mode 100644 index 0000000..9e3afac --- /dev/null +++ b/preseed-user-auto.cfg @@ -0,0 +1,626 @@ +#_preseed_V1 +# DanOS Version +#### Contents of the preconfiguration file (for trixie) +# +# debconf-utils +# Get info for debian-installer run: sudo debconf-get-selections --installer +# Check / Test the preseed.cfg file run: sudo debconf-set-selections -c preseed.cfg +# +d-i auto-install/enable boolean true +d-i preseed/interactive boolean true +d-i localechooser/translation/warn-light boolean true +d-i localechooser/translation/warn-severe boolean true +# +# Set prioritys +d-i debconf/priority string high +#d-i debconf/priority string critical +#d-i debconf/priority string high +#d-i debconf/priority string medium +#d-i debconf/priority string low + +# Choices: SSID +### Description: Wireless ESSID for ${iface}: +# ${iface} is a wireless network interface. Please enter the name (the ESSID) +# of the wireless network you would like ${iface} to use. If you would like +# to use any available network, leave this field blank. +#d-i netcfg/wireless_essid string + +#d-i netcfg/get_hostname string danos +#d-i netcfg/get_hostname seen false + + +# Make sure installer prompts for SSID and WPA key +#d-i netcfg/wireless_essid note critical +#d-i netcfg/wireless_show_essids note critical +#d-i netcfg/wireless_wpa note critical +#d-i netcfg/wireless_security_type note critical +d-i netcfg/hostname string danos +#d-i netcfg/wireless_wpa string +#d-i netcfg/wireless_wpa seen false +#d-i netcfg/wireless_show_essids select +#d-i netcfg/wireless_show_essids seen false +#d-i netcfg/wireless_essid seen false +#d-i netcfg/wireless_security_type select wpa +#d-i netcfg/wireless_security_type seen false +# Ask user for hostname +# (don’t preseed, so installer will prompt) +# d-i netcfg/get_hostname string + +# Provide a default domain but still ask +d-i netcfg/get_domain string + +### Description: Wireless ESSID for ${iface}: +# Attempting to find an available wireless network failed. +# . +# ${iface} is a wireless network interface. Please enter the name (the ESSID) +# of the wireless network you would like ${iface} to use. To connect to any +# available network, leave this field blank. +#d-i netcfg/wireless_essid_again string + +### Description: Wireless network type for ${iface}: +# Choose WEP/Open if the network is open or secured with WEP. +# Choose WPA/WPA2 if the network is protected with WPA/WPA2 PSK +# (Pre-Shared Key). +#d-i netcfg/wireless_security_type select wpa +# Possible choices: WEP/Open Network, WPA/WPA2 PSK +#d-i priority-critical select netcfg/wireless_show_essids + +# WPA/WPA2-adgangsfrase for den trådløse +#d-i priority-critical select netcfg/wireless_wpa +#d-i netcfg/wireless_wpa string seen false +#d-i netcfg/wireless_show_essids select manual +#d-i netcfg/wireless_security_type select seen false +#d-i netcfg/wireless_essid select seen false +#d-i netcfg/ seen true +#d-i netcfg/hostname string seen false + +### Description: Wireless network: +# Select the wireless network to use during the installation process. +#d-i netcfg/wireless_show_essids select +# Possible choices: ${essid_list} Enter ESSID manually + +#d-i debconf/priority string high + +### Localization +# +# Language and locale +d-i debian-installer/language string da +d-i debian-installer/country string DK +d-i debian-installer/locale string da_DK.UTF-8 + +# Locale sets language, country and locale. +d-i debian-installer/locale string da_DK.UTF-8 +# Optionally specify additional locales to be generated. +#d-i localechooser/supported-locales multiselect en_US.UTF-8, da_DK.UTF-8 +# +# Keyboard configuration +d-i keyboard-configuration/xkb-keymap select dk +d-i keyboard-configuration/variant select Danish +d-i keyboard-configuration/layoutcode string dk +d-i keyboard-configuration/layout select da +# d-i keyboard-configuration/toggle select No toggling + +### Speech synthesis +# Which ALSA card to be used for software speech. +# Can be a number from 0, or an ID as seen in +# /sys/class/sound/card*/id +#d-i espeakup/card string 0 + +# Which espeak-ng voice to be used +#d-i espeakup/voice string en + +### Network configuration +# Disable network configuration entirely. This is useful for cdrom +# installations on non-networked devices where the network questions, +# warning and long timeouts are a nuisance. +#d-i netcfg/enable boolean false + +# netcfg will choose an interface that has link if possible. This makes it +# skip displaying a list if there is more than one interface. +d-i netcfg/choose_interface select auto + +# Set prioritys +#d-i debconf/priority string critical +#d-i netcfg/hostname?=danos-test +#d-i netcfg/hostname string danos-test +#d-i netcfg/hostname seen true + +# To pick a particular interface instead: +#d-i netcfg/choose_interface select eth1 + +# To set a different link detection timeout (default is 3 seconds). +# Values are interpreted as seconds. +#d-i netcfg/link_wait_timeout string 10 + +# If you have a slow dhcp server and the installer times out waiting for +# it, this might be useful. +#d-i netcfg/dhcp_timeout string 60 +#d-i netcfg/dhcpv6_timeout string 60 + +# Automatic network configuration is the default. +# If you prefer to configure the network manually, uncomment this line and +# the static network configuration below. +#d-i netcfg/disable_autoconfig boolean true + +# If you want the preconfiguration file to work on systems both with and +# without a dhcp server, uncomment these lines and the static network +# configuration below. +#d-i netcfg/dhcp_failed note +#d-i netcfg/dhcp_options select Configure network manually + +# Static network configuration. +# +# IPv4 example +#d-i netcfg/get_ipaddress string 192.168.1.42 +#d-i netcfg/get_netmask string 255.255.255.0 +#d-i netcfg/get_gateway string 192.168.1.1 +#d-i netcfg/get_nameservers string 192.168.1.1 +#d-i netcfg/confirm_static boolean true +# +# IPv6 example +#d-i netcfg/get_ipaddress string fc00::2 +#d-i netcfg/get_netmask string ffff:ffff:ffff:ffff:: +#d-i netcfg/get_gateway string fc00::1 +#d-i netcfg/get_nameservers string fc00::1 +#d-i netcfg/confirm_static boolean true + +# Any hostname and domain names assigned from dhcp take precedence over +# values set here. However, setting the values still prevents the questions +# from being shown, even if values come from dhcp. +#d-i netcfg/get_hostname string danos-test +#d-i netcfg/get_domain string + + +# If you want to force a hostname, regardless of what either the DHCP +# server returns or what the reverse DNS entry for the IP is, uncomment +# and adjust the following line. +#d-i netcfg/hostname string somehost + +# Disable that annoying WEP key dialog. +d-i netcfg/wireless_wep string +# The wacky dhcp hostname that some ISPs use as a password of sorts. +#d-i netcfg/dhcp_hostname string radish + +# If you want to completely disable firmware lookup (i.e. not use firmware +# files or packages that might be available on installation images): +#d-i hw-detect/firmware-lookup string never + +# If non-free firmware is needed for the network or other hardware, you can +# configure the installer to always try to load it, without prompting. Or +# change to false to disable asking. +d-i hw-detect/load_firmware boolean true + +### Network console +# Use the following settings if you wish to make use of the network-console +# component for remote installation over SSH. This only makes sense if you +# intend to perform the remainder of the installation manually. +#d-i anna/choose_modules string network-console +#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key +#d-i network-console/password password r00tme +#d-i network-console/password-again password r00tme + +### Mirror settings +# Mirror protocol: +# If you select ftp, the mirror/country string does not need to be set. +# Default value for the mirror protocol: http. +#d-i mirror/protocol string ftp +d-i mirror/country string manual +d-i mirror/http/hostname string http.deb.debian.org +d-i mirror/http/directory string /debian +d-i mirror/http/proxy string + +# Suite to install. +#d-i mirror/suite string testing +# Suite to use for loading installer components (optional). +#d-i mirror/udeb/suite string testing + +### Account setup +# Skip creation of a root account (normal user account will be able to +# use sudo). +d-i passwd/root-login boolean false +# Alternatively, to skip creation of a normal user account. +#d-i passwd/make-user boolean false + +# Root password, either in clear text +#d-i passwd/root-password password Power2ad +#d-i passwd/root-password-again password Power2ad +# or encrypted using a crypt(3) hash. +#d-i passwd/root-password-crypted password [crypt(3) hash] + +# To create a normal user account. +#d-i passwd/user-fullname string DanOS Debian +#d-i passwd/username string danos +# Normal user's password, either in clear text +#d-i passwd/user-password password Danos +#d-i passwd/user-password-again password Danos +# or encrypted using a crypt(3) hash. +#d-i passwd/user-password-crypted password [crypt(3) hash] +# Create the first user with the specified UID instead of the default. +#d-i passwd/user-uid string 1010 + +# The user account will be added to some standard initial groups. To +# override that, use this. +#d-i passwd/user-default-groups string audio cdrom video + +### Clock and time zone setup +# Controls whether or not the hardware clock is set to UTC. +#d-i clock-setup/utc boolean true + +# You may set this to any valid setting for $TZ; see the contents of +# /usr/share/zoneinfo/ for valid values. +d-i time/zone string Europe/Copenhagen + +# Controls whether to use NTP to set the clock during the install +d-i clock-setup/ntp boolean true +# NTP server to use. The default is almost always fine here. +#d-i clock-setup/ntp-server string ntp.example.com + +#d-i debconf/priority string critical + +### Partitioning +## Partitioning example +# If the system has free space you can choose to only partition that space. +# This is only honoured if partman-auto/method (below) is not set. +#d-i partman-auto/init_automatically_partition select biggest_free + +# Alternatively, you may specify a disk to partition. If the system has only +# one disk the installer will default to using that, but otherwise the device +# name must be given in traditional, non-devfs format (so e.g. /dev/sda +# and not e.g. /dev/discs/disc0/disc). +# For example, to use the first SCSI/SATA hard disk: +#d-i partman-auto/disk string /dev/sda +# In addition, you'll need to specify the method to use. +# The presently available methods are: +# - regular: use the usual partition types for your architecture +# - lvm: use LVM to partition the disk +# - crypto: use LVM within an encrypted partition +#d-i partman-auto/method string regular + +# You can define the amount of space that will be used for the LVM volume +# group. It can either be a size with its unit (eg. 20 GB), a percentage of +# free space or the 'max' keyword. +d-i partman-auto-lvm/guided_size string max + +# If one of the disks that are going to be automatically partitioned +# contains an old LVM configuration, the user will normally receive a +# warning. This can be preseeded away... +d-i partman-lvm/device_remove_lvm boolean true +# The same applies to pre-existing software RAID array: +d-i partman-md/device_remove_md boolean true +# And the same goes for the confirmation to write the lvm partitions. +d-i partman-lvm/confirm boolean true +d-i partman-lvm/confirm_nooverwrite boolean true + +# You can choose one of the predefined partitioning recipes: +# - atomic: all files in one partition +# - home: separate /home partition +# - multi: separate /home, /var, and /tmp partitions +# - server: separate /var and /srv partitions; swap limitted to 1G +# - small_disk: scheme dedicated to small harddrives (under 10GB) +d-i partman-auto/choose_recipe select atomic + +# Or provide a recipe of your own... +# If you have a way to get a recipe file into the d-i environment, you can +# just point at it. +#d-i partman-auto/expert_recipe_file string /hd-media/recipe + +#d-i partman-auto/expert_recipe string \ +# boot-root :: \ +# 538 538 1075 free \ +# $iflabel{ gpt } \ +# $reusemethod{ } \ +# method{ efi } \ +# format{ } \ +# . \ +# 1024 2048 2048 ext4 \ +# $primary{ } $bootable{ } \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext4 } \ +# mountpoint{ /boot } \ +# . \ +# 45000 52000 -1 ext4 \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext4 } \ +# mountpoint{ / } \ +# . \ +# 256 512 300% linux-swap \ +# method{ swap } format{ } \ +# . + +# The full recipe format is documented in the file partman-auto-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. This also documents how to specify settings such as file +# system labels, volume group names and which physical devices to include +# in a volume group. + +## Partitioning for EFI +# If your system needs an EFI partition you could add something like +# this to the recipe above, as the first element in the recipe: +# +# If not, you can put an entire recipe into the preconfiguration file in one +# (logical) line. This example creates a small /boot partition, suitable +# swap, and uses the rest of the space for the root partition: +#d-i partman-auto/expert_recipe string \ +# boot-root :: \ +# 40 50 100 ext3 \ +# $primary{ } $bootable{ } \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ /boot } \ +# . \ +# 500 10000 1000000000 ext3 \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ / } \ +# . \ +# 64 512 300% linux-swap \ +# method{ swap } format{ } \ +# . + +# The full recipe format is documented in the file partman-auto-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. This also documents how to specify settings such as file +# system labels, volume group names and which physical devices to include +# in a volume group. + +## Partitioning for EFI +# If your system needs an EFI partition you could add something like +# this to the recipe above, as the first element in the recipe: +# 538 538 1075 free \ +# $iflabel{ gpt } \ +# $reusemethod{ } \ +# method{ efi } \ +# format{ } \ +# . \ +# +# The fragment above is for the amd64 architecture; the details may be +# different on other architectures. The 'partman-auto' package in the +# D-I source repository may have an example you can follow. + +# This makes partman automatically partition without confirmation, provided +# that you told it what to do using one of the methods above. +#d-i partman-partitioning/confirm_write_new_label boolean true +#d-i partman/choose_partition select finish +#d-i partman/confirm boolean true +#d-i partman/confirm_nooverwrite boolean true + +# Force UEFI booting ('BIOS compatibility' will be lost). Default: false. +#d-i partman-efi/non_efi_system boolean true +# Ensure the partition table is GPT - this is required for EFI +#d-i partman-partitioning/choose_label select gpt +#d-i partman-partitioning/default_label string gpt + +# When disk encryption is enabled, skip wiping the partitions beforehand. +d-i partman-auto-crypto/erase_disks boolean false + +## Partitioning using RAID +# The method should be set to "raid". +#d-i partman-auto/method string raid +# Specify the disks to be partitioned. They will all get the same layout, +# so this will only work if the disks are the same size. +#d-i partman-auto/disk string /dev/sda /dev/sdb + +# Next you need to specify the physical partitions that will be used. +#d-i partman-auto/expert_recipe string \ +# multiraid :: \ +# 1000 5000 4000 raid \ +# $primary{ } method{ raid } \ +# . \ +# 64 512 300% raid \ +# method{ raid } \ +# . \ +# 500 10000 1000000000 raid \ +# method{ raid } \ +# . + +# Last you need to specify how the previously defined partitions will be +# used in the RAID setup. Remember to use the correct partition numbers +# for logical partitions. RAID levels 0, 1, 5, 6 and 10 are supported; +# devices are separated using "#". +# Parameters are: +# \ +# + +#d-i partman-auto-raid/recipe string \ +# 1 2 0 ext3 / \ +# /dev/sda1#/dev/sdb1 \ +# . \ +# 1 2 0 swap - \ +# /dev/sda5#/dev/sdb5 \ +# . \ +# 0 2 0 ext3 /home \ +# /dev/sda6#/dev/sdb6 \ +# . + +# For additional information see the file partman-auto-raid-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. + +# This makes partman automatically partition without confirmation. +#d-i partman-md/confirm boolean true +#d-i partman-partitioning/confirm_write_new_label boolean true +#d-i partman/choose_partition select finish +#d-i partman/confirm boolean true +#d-i partman/confirm_nooverwrite boolean true + +## Controlling how partitions are mounted +# The default is to mount by UUID, but you can also choose "traditional" to +# use traditional device names, or "label" to try filesystem labels before +# falling back to UUIDs. +#d-i partman/mount_style select uuid + +### Base system installation +# Configure APT to not install recommended packages by default. Use of this +# option can result in an incomplete system and should only be used by very +# experienced users. +#d-i base-installer/install-recommends boolean false + +# The kernel image (meta) package to be installed; "none" can be used if no +# kernel is to be installed. +#d-i base-installer/kernel/image string linux-image-686 + +### Apt setup +# Choose, if you want to scan additional installation media +# (default: false). +d-i apt-setup/cdrom/set-first boolean false +# You can choose to install non-free firmware. +d-i apt-setup/non-free-firmware boolean true +# You can choose to install non-free and contrib software. +d-i apt-setup/non-free boolean true +d-i apt-setup/contrib boolean true +# Uncomment the following line, if you don't want to have the sources.list +# entry for a DVD/BD installation image active in the installed system +# (entries for netinst or CD images will be disabled anyway, regardless of +# this setting). +#d-i apt-setup/disable-cdrom-entries boolean true +# Uncomment this if you don't want to use a network mirror. +d-i apt-setup/use_mirror boolean false +# Select which update services to use; define the mirrors to be used. +# Values shown below are the normal defaults. +d-i apt-setup/services-select multiselect security, updates +d-i apt-setup/security_host string security.debian.org + +# Additional repositories, local[0-9] available +#d-i apt-setup/local0/repository string \ +# http://local.server/debian stable main +#d-i apt-setup/local0/comment string local server +# Enable deb-src lines +#d-i apt-setup/local0/source boolean true +# URL to the public key of the local repository; you must provide a key or +# apt will complain about the unauthenticated repository and so the +# sources.list line will be left commented out. +#d-i apt-setup/local0/key string http://local.server/key +# or one can provide it in-line by base64 encoding the contents of the +# key file (with `base64 -w0`) and specifying it thus: +#d-i apt-setup/local0/key string base64://LS0tLS1CRUdJTiBQR1AgUFVCTElDIEtFWSBCTE9DSy0tLS0tCi4uLgo= +# The content of the key file is checked to see if it appears to be ASCII-armoured. +# If so it will be saved with an ".asc" extension, otherwise it gets a '.gpg' extension. +# "keybox database" format is currently not supported. (see generators/60local in apt-setup's source) + +# By default the installer requires that repositories be authenticated +# using a known gpg key. This setting can be used to disable that +# authentication. Warning: Insecure, not recommended. +#d-i debian-installer/allow_unauthenticated boolean true + +# Uncomment this to add multiarch configuration for i386 +#d-i apt-setup/multiarch string i386 + + +### Package selection +#tasksel tasksel/first multiselect standard, web-server, kde-desktop +tasksel tasksel/first multiselect standard, ssh-server + +# Or choose to not get the tasksel dialog displayed at all (and don't install +# any packages): +#d-i pkgsel/run_tasksel boolean false + +# Individual additional packages to install +#d-i pkgsel/include string wget curl git +# Whether to upgrade packages after debootstrap. +# Allowed values: none, safe-upgrade, full-upgrade +#d-i pkgsel/upgrade select none + +# You can choose, if your system will report back on what software you have +# installed, and what software you use. The default is not to report back, +# but sending reports helps the project determine what software is most +# popular and should be included on the first DVD. +popularity-contest popularity-contest/participate boolean false + +### Boot loader installation +# Grub is the boot loader (for x86). + +# This is fairly safe to set, it makes grub install automatically to the UEFI +# partition/boot record if no other operating system is detected on the machine. +d-i grub-installer/only_debian boolean true + +# This one makes grub-installer install to the UEFI partition/boot record, if +# it also finds some other OS, which is less safe as it might not be able to +# boot that other OS. +d-i grub-installer/with_other_os boolean true + +# Due notably to potential USB sticks, the location of the primary drive can +# not be determined safely in general, so this needs to be specified: +#d-i grub-installer/bootdev string /dev/sda +# To install to the primary device (assuming it is not a USB stick): +#d-i grub-installer/bootdev string default + +# Alternatively, if you want to install to a location other than the UEFI +# parition/boot record, uncomment and edit these lines: +#d-i grub-installer/only_debian boolean false +#d-i grub-installer/with_other_os boolean false +#d-i grub-installer/bootdev string (hd0,1) +# To install grub to multiple disks: +#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1) + +# Optional password for grub, either in clear text +#d-i grub-installer/password password r00tme +#d-i grub-installer/password-again password r00tme +# or encrypted using an MD5 hash, see grub-md5-crypt(8). +#d-i grub-installer/password-crypted password [MD5 hash] + +# Use the following option to add additional boot parameters for the +# installed system (if supported by the bootloader installer). +# Note: options passed to the installer will be added automatically. +#d-i debian-installer/add-kernel-opts string nousb + +### Finishing up the installation +# During installations from serial console, the regular virtual consoles +# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next +# line to prevent this. +#d-i finish-install/keep-consoles boolean true + +# Avoid that last message about the install being complete and reboot. +#d-i finish-install/reboot_in_progress note + +# This will prevent the installer from ejecting the disc during the reboot, +# which is useful in some situations. +#d-i cdrom-detect/eject boolean false + +# This is how to make the installer shutdown when finished, but not +# reboot into the installed system. +#d-i debian-installer/exit/halt boolean true +# This will power off the machine instead of just halting it. +#d-i debian-installer/exit/poweroff boolean true + +### Preseeding other packages +# Depending on what software you choose to install, or if things go wrong +# during the installation process, it's possible that other questions may +# be asked. You can preseed those too, of course. To get a list of every +# possible question that could be asked during an install, do an +# installation, and then run these commands: +# debconf-get-selections --installer > file +# debconf-get-selections >> file + + +#### Advanced options +### Running custom commands during the installation +# d-i preseeding is inherently not secure. Nothing in the installer checks +# for attempts at buffer overflows or other exploits of the values of a +# preconfiguration file like this one. Only use preconfiguration files from +# trusted locations! To drive that home, and because it's generally useful, +# here's a way to run any shell command you'd like inside the installer, +# automatically. + +# This first command is run as early as possible, just after +# preseeding is read. +#d-i preseed/early_command string anna-install some-udeb +# This command is run immediately before the partitioner starts. It may be +# useful to apply dynamic partitioner preseeding that depends on the state +# of the disks (which may not be visible when preseed/early_command runs). +#d-i partman/early_command \ +# string debconf-set partman-auto/disk "$(list-devices disk | head -n1)" +# This command is run just before the install finishes, but when there is +# still a usable /target directory. You can chroot to /target and use it +# directly, or use the apt-install and in-target commands to easily install +# packages and run commands in the target system. +#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh + +# Include the DanOS post installation script. +d-i preseed/late_command string apt-install wget sed grep coreutils bash; \ + NEW_USERHOME=$(grep ":1000:" /target/etc/passwd | cut -d: -f6); \ + NEW_USERNAME=$(grep ":1000:" /target/etc/passwd | cut -d: -f1); \ + cp -rfp /cdrom/src/ /target/tmp/; \ + cp -rfp /cdrom/src/ /target/root/; \ + cp -pf /cdrom/install.sh /target/root/install.sh; \ + in-target /bin/sh /root/install.sh + diff --git a/preseed-user.cfg b/preseed-user.cfg index c59dd33..b9df758 100644 --- a/preseed-user.cfg +++ b/preseed-user.cfg @@ -8,6 +8,8 @@ # d-i auto-install/enable boolean true d-i preseed/interactive boolean true +d-i localechooser/translation/warn-light boolean true +d-i localechooser/translation/warn-severe boolean true # # Set prioritys d-i debconf/priority string high @@ -80,39 +82,22 @@ d-i netcfg/get_domain string #d-i debconf/priority string high ### Localization - -# TEST OK +# # Language and locale -#d-i debian-installer/language string da -#d-i debian-installer/country string DK -#d-i debian-installer/locale string da_DK.UTF-8 - -# Keyboard configuration -#d-i keyboard-configuration/xkb-keymap select dk -#d-i keyboard-configuration/variant select Danish -#d-i keyboard-configuration/layoutcode string dk -#d-i keyboard-configuration/layout select da - -# Preseeding only locale sets language, country and locale. -#d-i debian-installer/locale string da_DK.UTF-8 -d-i localechooser/translation/warn-light boolean true -d-i localechooser/translation/warn-severe boolean true -# -# FROM sudo debconf-get-selections --installer -#d-i debconf/language string da -# -# -# -# The values can also be preseeded individually for greater flexibility. -#d-i debian-installer/locale string da_DK.UTF-8 -#d-i debian-installer/language string da -#d-i debian-installer/country string DK +d-i debian-installer/language string da +d-i debian-installer/country string DK +d-i debian-installer/locale string da_DK.UTF-8 +# Locale sets language, country and locale. +d-i debian-installer/locale string da_DK.UTF-8 # Optionally specify additional locales to be generated. #d-i localechooser/supported-locales multiselect en_US.UTF-8, da_DK.UTF-8 - -# Keyboard selection. -#d-i keyboard-configuration/xkb-keymap select dk +# +# Keyboard configuration +d-i keyboard-configuration/xkb-keymap select dk +d-i keyboard-configuration/variant select Danish +d-i keyboard-configuration/layoutcode string dk +d-i keyboard-configuration/layout select da # d-i keyboard-configuration/toggle select No toggling ### Speech synthesis @@ -263,14 +248,13 @@ d-i passwd/root-login boolean false # You may set this to any valid setting for $TZ; see the contents of # /usr/share/zoneinfo/ for valid values. -#d-i time/zone string Europe/Copenhagen +d-i time/zone string Europe/Copenhagen # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true # NTP server to use. The default is almost always fine here. -#d-i clock-setup/ntp-server string ntp.example.com +d-i clock-setup/ntp-server string 0.pool.ntp.org -#d-i debconf/priority string critical ### Partitioning ## Partitioning example @@ -294,17 +278,17 @@ d-i clock-setup/ntp boolean true # You can define the amount of space that will be used for the LVM volume # group. It can either be a size with its unit (eg. 20 GB), a percentage of # free space or the 'max' keyword. -#d-i partman-auto-lvm/guided_size string max +d-i partman-auto-lvm/guided_size string max # If one of the disks that are going to be automatically partitioned # contains an old LVM configuration, the user will normally receive a # warning. This can be preseeded away... -#d-i partman-lvm/device_remove_lvm boolean true +d-i partman-lvm/device_remove_lvm boolean true # The same applies to pre-existing software RAID array: -#d-i partman-md/device_remove_md boolean true +d-i partman-md/device_remove_md boolean true # And the same goes for the confirmation to write the lvm partitions. -#d-i partman-lvm/confirm boolean true -#d-i partman-lvm/confirm_nooverwrite boolean true +d-i partman-lvm/confirm boolean true +d-i partman-lvm/confirm_nooverwrite boolean true # You can choose one of the predefined partitioning recipes: # - atomic: all files in one partition @@ -319,6 +303,39 @@ d-i partman-auto/choose_recipe select atomic # just point at it. #d-i partman-auto/expert_recipe_file string /hd-media/recipe +#d-i partman-auto/expert_recipe string \ +# boot-root :: \ +# 538 538 1075 free \ +# $iflabel{ gpt } \ +# $reusemethod{ } \ +# method{ efi } \ +# format{ } \ +# . \ +# 1024 2048 2048 ext4 \ +# $primary{ } $bootable{ } \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext4 } \ +# mountpoint{ /boot } \ +# . \ +# 45000 52000 -1 ext4 \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext4 } \ +# mountpoint{ / } \ +# . \ +# 256 512 300% linux-swap \ +# method{ swap } format{ } \ +# . + +# The full recipe format is documented in the file partman-auto-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. This also documents how to specify settings such as file +# system labels, volume group names and which physical devices to include +# in a volume group. + +## Partitioning for EFI +# If your system needs an EFI partition you could add something like +# this to the recipe above, as the first element in the recipe: +# # If not, you can put an entire recipe into the preconfiguration file in one # (logical) line. This example creates a small /boot partition, suitable # swap, and uses the rest of the space for the root partition: @@ -361,10 +378,10 @@ d-i partman-auto/choose_recipe select atomic # This makes partman automatically partition without confirmation, provided # that you told it what to do using one of the methods above. -d-i partman-partitioning/confirm_write_new_label boolean true -d-i partman/choose_partition select finish -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true +#d-i partman-partitioning/confirm_write_new_label boolean true +#d-i partman/choose_partition select finish +#d-i partman/confirm boolean true +#d-i partman/confirm_nooverwrite boolean true # Force UEFI booting ('BIOS compatibility' will be lost). Default: false. #d-i partman-efi/non_efi_system boolean true @@ -551,8 +568,8 @@ d-i grub-installer/with_other_os boolean true # line to prevent this. #d-i finish-install/keep-consoles boolean true -# Avoid that last message about the install being complete. -d-i finish-install/reboot_in_progress note +# Avoid that last message about the install being complete and reboot. +#d-i finish-install/reboot_in_progress note # This will prevent the installer from ejecting the disc during the reboot, # which is useful in some situations. @@ -586,11 +603,13 @@ d-i finish-install/reboot_in_progress note # This first command is run as early as possible, just after # preseeding is read. #d-i preseed/early_command string anna-install some-udeb +# # This command is run immediately before the partitioner starts. It may be # useful to apply dynamic partitioner preseeding that depends on the state # of the disks (which may not be visible when preseed/early_command runs). #d-i partman/early_command \ # string debconf-set partman-auto/disk "$(list-devices disk | head -n1)" +# # This command is run just before the install finishes, but when there is # still a usable /target directory. You can chroot to /target and use it # directly, or use the apt-install and in-target commands to easily install @@ -601,8 +620,8 @@ d-i finish-install/reboot_in_progress note d-i preseed/late_command string apt-install wget sed grep coreutils bash; \ NEW_USERHOME=$(grep ":1000:" /target/etc/passwd | cut -d: -f6); \ NEW_USERNAME=$(grep ":1000:" /target/etc/passwd | cut -d: -f1); \ - cp -rfp /cdrom/src/ /target/tmp/; \ - cp -rfp /cdrom/src/ /target/root/; \ + cp -rufp /cdrom/src/ /target/tmp/; \ + cp -rfup /cdrom/src/ /target/root/; \ cp -pf /cdrom/install.sh /target/root/install.sh; \ in-target /bin/sh /root/install.sh diff --git a/preseed-user.cfg-2025-11-22 b/preseed-user.cfg-2025-11-22 new file mode 100644 index 0000000..c59dd33 --- /dev/null +++ b/preseed-user.cfg-2025-11-22 @@ -0,0 +1,608 @@ +#_preseed_V1 +# DanOS Version +#### Contents of the preconfiguration file (for trixie) +# +# debconf-utils +# Get info for debian-installer run: sudo debconf-get-selections --installer +# Check / Test the preseed.cfg file run: sudo debconf-set-selections -c preseed.cfg +# +d-i auto-install/enable boolean true +d-i preseed/interactive boolean true +# +# Set prioritys +d-i debconf/priority string high +#d-i debconf/priority string critical +#d-i debconf/priority string high +#d-i debconf/priority string medium +#d-i debconf/priority string low + +# Choices: SSID +### Description: Wireless ESSID for ${iface}: +# ${iface} is a wireless network interface. Please enter the name (the ESSID) +# of the wireless network you would like ${iface} to use. If you would like +# to use any available network, leave this field blank. +#d-i netcfg/wireless_essid string + +#d-i netcfg/get_hostname string danos +#d-i netcfg/get_hostname seen false + + +# Make sure installer prompts for SSID and WPA key +#d-i netcfg/wireless_essid note critical +#d-i netcfg/wireless_show_essids note critical +#d-i netcfg/wireless_wpa note critical +#d-i netcfg/wireless_security_type note critical +d-i netcfg/hostname string danos +#d-i netcfg/wireless_wpa string +#d-i netcfg/wireless_wpa seen false +#d-i netcfg/wireless_show_essids select +#d-i netcfg/wireless_show_essids seen false +#d-i netcfg/wireless_essid seen false +#d-i netcfg/wireless_security_type select wpa +#d-i netcfg/wireless_security_type seen false +# Ask user for hostname +# (don’t preseed, so installer will prompt) +# d-i netcfg/get_hostname string + +# Provide a default domain but still ask +d-i netcfg/get_domain string + +### Description: Wireless ESSID for ${iface}: +# Attempting to find an available wireless network failed. +# . +# ${iface} is a wireless network interface. Please enter the name (the ESSID) +# of the wireless network you would like ${iface} to use. To connect to any +# available network, leave this field blank. +#d-i netcfg/wireless_essid_again string + +### Description: Wireless network type for ${iface}: +# Choose WEP/Open if the network is open or secured with WEP. +# Choose WPA/WPA2 if the network is protected with WPA/WPA2 PSK +# (Pre-Shared Key). +#d-i netcfg/wireless_security_type select wpa +# Possible choices: WEP/Open Network, WPA/WPA2 PSK +#d-i priority-critical select netcfg/wireless_show_essids + +# WPA/WPA2-adgangsfrase for den trådløse +#d-i priority-critical select netcfg/wireless_wpa +#d-i netcfg/wireless_wpa string seen false +#d-i netcfg/wireless_show_essids select manual +#d-i netcfg/wireless_security_type select seen false +#d-i netcfg/wireless_essid select seen false +#d-i netcfg/ seen true +#d-i netcfg/hostname string seen false + +### Description: Wireless network: +# Select the wireless network to use during the installation process. +#d-i netcfg/wireless_show_essids select +# Possible choices: ${essid_list} Enter ESSID manually + +#d-i debconf/priority string high + +### Localization + +# TEST OK +# Language and locale +#d-i debian-installer/language string da +#d-i debian-installer/country string DK +#d-i debian-installer/locale string da_DK.UTF-8 + +# Keyboard configuration +#d-i keyboard-configuration/xkb-keymap select dk +#d-i keyboard-configuration/variant select Danish +#d-i keyboard-configuration/layoutcode string dk +#d-i keyboard-configuration/layout select da + +# Preseeding only locale sets language, country and locale. +#d-i debian-installer/locale string da_DK.UTF-8 +d-i localechooser/translation/warn-light boolean true +d-i localechooser/translation/warn-severe boolean true +# +# FROM sudo debconf-get-selections --installer +#d-i debconf/language string da +# +# +# +# The values can also be preseeded individually for greater flexibility. +#d-i debian-installer/locale string da_DK.UTF-8 +#d-i debian-installer/language string da +#d-i debian-installer/country string DK + +# Optionally specify additional locales to be generated. +#d-i localechooser/supported-locales multiselect en_US.UTF-8, da_DK.UTF-8 + +# Keyboard selection. +#d-i keyboard-configuration/xkb-keymap select dk +# d-i keyboard-configuration/toggle select No toggling + +### Speech synthesis +# Which ALSA card to be used for software speech. +# Can be a number from 0, or an ID as seen in +# /sys/class/sound/card*/id +#d-i espeakup/card string 0 + +# Which espeak-ng voice to be used +#d-i espeakup/voice string en + +### Network configuration +# Disable network configuration entirely. This is useful for cdrom +# installations on non-networked devices where the network questions, +# warning and long timeouts are a nuisance. +#d-i netcfg/enable boolean false + +# netcfg will choose an interface that has link if possible. This makes it +# skip displaying a list if there is more than one interface. +d-i netcfg/choose_interface select auto + +# Set prioritys +#d-i debconf/priority string critical +#d-i netcfg/hostname?=danos-test +#d-i netcfg/hostname string danos-test +#d-i netcfg/hostname seen true + +# To pick a particular interface instead: +#d-i netcfg/choose_interface select eth1 + +# To set a different link detection timeout (default is 3 seconds). +# Values are interpreted as seconds. +#d-i netcfg/link_wait_timeout string 10 + +# If you have a slow dhcp server and the installer times out waiting for +# it, this might be useful. +#d-i netcfg/dhcp_timeout string 60 +#d-i netcfg/dhcpv6_timeout string 60 + +# Automatic network configuration is the default. +# If you prefer to configure the network manually, uncomment this line and +# the static network configuration below. +#d-i netcfg/disable_autoconfig boolean true + +# If you want the preconfiguration file to work on systems both with and +# without a dhcp server, uncomment these lines and the static network +# configuration below. +#d-i netcfg/dhcp_failed note +#d-i netcfg/dhcp_options select Configure network manually + +# Static network configuration. +# +# IPv4 example +#d-i netcfg/get_ipaddress string 192.168.1.42 +#d-i netcfg/get_netmask string 255.255.255.0 +#d-i netcfg/get_gateway string 192.168.1.1 +#d-i netcfg/get_nameservers string 192.168.1.1 +#d-i netcfg/confirm_static boolean true +# +# IPv6 example +#d-i netcfg/get_ipaddress string fc00::2 +#d-i netcfg/get_netmask string ffff:ffff:ffff:ffff:: +#d-i netcfg/get_gateway string fc00::1 +#d-i netcfg/get_nameservers string fc00::1 +#d-i netcfg/confirm_static boolean true + +# Any hostname and domain names assigned from dhcp take precedence over +# values set here. However, setting the values still prevents the questions +# from being shown, even if values come from dhcp. +#d-i netcfg/get_hostname string danos-test +#d-i netcfg/get_domain string + + +# If you want to force a hostname, regardless of what either the DHCP +# server returns or what the reverse DNS entry for the IP is, uncomment +# and adjust the following line. +#d-i netcfg/hostname string somehost + +# Disable that annoying WEP key dialog. +d-i netcfg/wireless_wep string +# The wacky dhcp hostname that some ISPs use as a password of sorts. +#d-i netcfg/dhcp_hostname string radish + +# If you want to completely disable firmware lookup (i.e. not use firmware +# files or packages that might be available on installation images): +#d-i hw-detect/firmware-lookup string never + +# If non-free firmware is needed for the network or other hardware, you can +# configure the installer to always try to load it, without prompting. Or +# change to false to disable asking. +d-i hw-detect/load_firmware boolean true + +### Network console +# Use the following settings if you wish to make use of the network-console +# component for remote installation over SSH. This only makes sense if you +# intend to perform the remainder of the installation manually. +#d-i anna/choose_modules string network-console +#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key +#d-i network-console/password password r00tme +#d-i network-console/password-again password r00tme + +### Mirror settings +# Mirror protocol: +# If you select ftp, the mirror/country string does not need to be set. +# Default value for the mirror protocol: http. +#d-i mirror/protocol string ftp +d-i mirror/country string manual +d-i mirror/http/hostname string http.deb.debian.org +d-i mirror/http/directory string /debian +d-i mirror/http/proxy string + +# Suite to install. +#d-i mirror/suite string testing +# Suite to use for loading installer components (optional). +#d-i mirror/udeb/suite string testing + +### Account setup +# Skip creation of a root account (normal user account will be able to +# use sudo). +d-i passwd/root-login boolean false +# Alternatively, to skip creation of a normal user account. +#d-i passwd/make-user boolean false + +# Root password, either in clear text +#d-i passwd/root-password password Power2ad +#d-i passwd/root-password-again password Power2ad +# or encrypted using a crypt(3) hash. +#d-i passwd/root-password-crypted password [crypt(3) hash] + +# To create a normal user account. +#d-i passwd/user-fullname string DanOS Debian +#d-i passwd/username string danos +# Normal user's password, either in clear text +#d-i passwd/user-password password Danos +#d-i passwd/user-password-again password Danos +# or encrypted using a crypt(3) hash. +#d-i passwd/user-password-crypted password [crypt(3) hash] +# Create the first user with the specified UID instead of the default. +#d-i passwd/user-uid string 1010 + +# The user account will be added to some standard initial groups. To +# override that, use this. +#d-i passwd/user-default-groups string audio cdrom video + +### Clock and time zone setup +# Controls whether or not the hardware clock is set to UTC. +#d-i clock-setup/utc boolean true + +# You may set this to any valid setting for $TZ; see the contents of +# /usr/share/zoneinfo/ for valid values. +#d-i time/zone string Europe/Copenhagen + +# Controls whether to use NTP to set the clock during the install +d-i clock-setup/ntp boolean true +# NTP server to use. The default is almost always fine here. +#d-i clock-setup/ntp-server string ntp.example.com + +#d-i debconf/priority string critical + +### Partitioning +## Partitioning example +# If the system has free space you can choose to only partition that space. +# This is only honoured if partman-auto/method (below) is not set. +#d-i partman-auto/init_automatically_partition select biggest_free + +# Alternatively, you may specify a disk to partition. If the system has only +# one disk the installer will default to using that, but otherwise the device +# name must be given in traditional, non-devfs format (so e.g. /dev/sda +# and not e.g. /dev/discs/disc0/disc). +# For example, to use the first SCSI/SATA hard disk: +#d-i partman-auto/disk string /dev/sda +# In addition, you'll need to specify the method to use. +# The presently available methods are: +# - regular: use the usual partition types for your architecture +# - lvm: use LVM to partition the disk +# - crypto: use LVM within an encrypted partition +#d-i partman-auto/method string regular + +# You can define the amount of space that will be used for the LVM volume +# group. It can either be a size with its unit (eg. 20 GB), a percentage of +# free space or the 'max' keyword. +#d-i partman-auto-lvm/guided_size string max + +# If one of the disks that are going to be automatically partitioned +# contains an old LVM configuration, the user will normally receive a +# warning. This can be preseeded away... +#d-i partman-lvm/device_remove_lvm boolean true +# The same applies to pre-existing software RAID array: +#d-i partman-md/device_remove_md boolean true +# And the same goes for the confirmation to write the lvm partitions. +#d-i partman-lvm/confirm boolean true +#d-i partman-lvm/confirm_nooverwrite boolean true + +# You can choose one of the predefined partitioning recipes: +# - atomic: all files in one partition +# - home: separate /home partition +# - multi: separate /home, /var, and /tmp partitions +# - server: separate /var and /srv partitions; swap limitted to 1G +# - small_disk: scheme dedicated to small harddrives (under 10GB) +d-i partman-auto/choose_recipe select atomic + +# Or provide a recipe of your own... +# If you have a way to get a recipe file into the d-i environment, you can +# just point at it. +#d-i partman-auto/expert_recipe_file string /hd-media/recipe + +# If not, you can put an entire recipe into the preconfiguration file in one +# (logical) line. This example creates a small /boot partition, suitable +# swap, and uses the rest of the space for the root partition: +#d-i partman-auto/expert_recipe string \ +# boot-root :: \ +# 40 50 100 ext3 \ +# $primary{ } $bootable{ } \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ /boot } \ +# . \ +# 500 10000 1000000000 ext3 \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ / } \ +# . \ +# 64 512 300% linux-swap \ +# method{ swap } format{ } \ +# . + +# The full recipe format is documented in the file partman-auto-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. This also documents how to specify settings such as file +# system labels, volume group names and which physical devices to include +# in a volume group. + +## Partitioning for EFI +# If your system needs an EFI partition you could add something like +# this to the recipe above, as the first element in the recipe: +# 538 538 1075 free \ +# $iflabel{ gpt } \ +# $reusemethod{ } \ +# method{ efi } \ +# format{ } \ +# . \ +# +# The fragment above is for the amd64 architecture; the details may be +# different on other architectures. The 'partman-auto' package in the +# D-I source repository may have an example you can follow. + +# This makes partman automatically partition without confirmation, provided +# that you told it what to do using one of the methods above. +d-i partman-partitioning/confirm_write_new_label boolean true +d-i partman/choose_partition select finish +d-i partman/confirm boolean true +d-i partman/confirm_nooverwrite boolean true + +# Force UEFI booting ('BIOS compatibility' will be lost). Default: false. +#d-i partman-efi/non_efi_system boolean true +# Ensure the partition table is GPT - this is required for EFI +#d-i partman-partitioning/choose_label select gpt +#d-i partman-partitioning/default_label string gpt + +# When disk encryption is enabled, skip wiping the partitions beforehand. +d-i partman-auto-crypto/erase_disks boolean false + +## Partitioning using RAID +# The method should be set to "raid". +#d-i partman-auto/method string raid +# Specify the disks to be partitioned. They will all get the same layout, +# so this will only work if the disks are the same size. +#d-i partman-auto/disk string /dev/sda /dev/sdb + +# Next you need to specify the physical partitions that will be used. +#d-i partman-auto/expert_recipe string \ +# multiraid :: \ +# 1000 5000 4000 raid \ +# $primary{ } method{ raid } \ +# . \ +# 64 512 300% raid \ +# method{ raid } \ +# . \ +# 500 10000 1000000000 raid \ +# method{ raid } \ +# . + +# Last you need to specify how the previously defined partitions will be +# used in the RAID setup. Remember to use the correct partition numbers +# for logical partitions. RAID levels 0, 1, 5, 6 and 10 are supported; +# devices are separated using "#". +# Parameters are: +# \ +# + +#d-i partman-auto-raid/recipe string \ +# 1 2 0 ext3 / \ +# /dev/sda1#/dev/sdb1 \ +# . \ +# 1 2 0 swap - \ +# /dev/sda5#/dev/sdb5 \ +# . \ +# 0 2 0 ext3 /home \ +# /dev/sda6#/dev/sdb6 \ +# . + +# For additional information see the file partman-auto-raid-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. + +# This makes partman automatically partition without confirmation. +#d-i partman-md/confirm boolean true +#d-i partman-partitioning/confirm_write_new_label boolean true +#d-i partman/choose_partition select finish +#d-i partman/confirm boolean true +#d-i partman/confirm_nooverwrite boolean true + +## Controlling how partitions are mounted +# The default is to mount by UUID, but you can also choose "traditional" to +# use traditional device names, or "label" to try filesystem labels before +# falling back to UUIDs. +#d-i partman/mount_style select uuid + +### Base system installation +# Configure APT to not install recommended packages by default. Use of this +# option can result in an incomplete system and should only be used by very +# experienced users. +#d-i base-installer/install-recommends boolean false + +# The kernel image (meta) package to be installed; "none" can be used if no +# kernel is to be installed. +#d-i base-installer/kernel/image string linux-image-686 + +### Apt setup +# Choose, if you want to scan additional installation media +# (default: false). +d-i apt-setup/cdrom/set-first boolean false +# You can choose to install non-free firmware. +d-i apt-setup/non-free-firmware boolean true +# You can choose to install non-free and contrib software. +d-i apt-setup/non-free boolean true +d-i apt-setup/contrib boolean true +# Uncomment the following line, if you don't want to have the sources.list +# entry for a DVD/BD installation image active in the installed system +# (entries for netinst or CD images will be disabled anyway, regardless of +# this setting). +#d-i apt-setup/disable-cdrom-entries boolean true +# Uncomment this if you don't want to use a network mirror. +d-i apt-setup/use_mirror boolean false +# Select which update services to use; define the mirrors to be used. +# Values shown below are the normal defaults. +d-i apt-setup/services-select multiselect security, updates +d-i apt-setup/security_host string security.debian.org + +# Additional repositories, local[0-9] available +#d-i apt-setup/local0/repository string \ +# http://local.server/debian stable main +#d-i apt-setup/local0/comment string local server +# Enable deb-src lines +#d-i apt-setup/local0/source boolean true +# URL to the public key of the local repository; you must provide a key or +# apt will complain about the unauthenticated repository and so the +# sources.list line will be left commented out. +#d-i apt-setup/local0/key string http://local.server/key +# or one can provide it in-line by base64 encoding the contents of the +# key file (with `base64 -w0`) and specifying it thus: +#d-i apt-setup/local0/key string base64://LS0tLS1CRUdJTiBQR1AgUFVCTElDIEtFWSBCTE9DSy0tLS0tCi4uLgo= +# The content of the key file is checked to see if it appears to be ASCII-armoured. +# If so it will be saved with an ".asc" extension, otherwise it gets a '.gpg' extension. +# "keybox database" format is currently not supported. (see generators/60local in apt-setup's source) + +# By default the installer requires that repositories be authenticated +# using a known gpg key. This setting can be used to disable that +# authentication. Warning: Insecure, not recommended. +#d-i debian-installer/allow_unauthenticated boolean true + +# Uncomment this to add multiarch configuration for i386 +#d-i apt-setup/multiarch string i386 + + +### Package selection +#tasksel tasksel/first multiselect standard, web-server, kde-desktop +tasksel tasksel/first multiselect standard, ssh-server + +# Or choose to not get the tasksel dialog displayed at all (and don't install +# any packages): +#d-i pkgsel/run_tasksel boolean false + +# Individual additional packages to install +#d-i pkgsel/include string wget curl git +# Whether to upgrade packages after debootstrap. +# Allowed values: none, safe-upgrade, full-upgrade +#d-i pkgsel/upgrade select none + +# You can choose, if your system will report back on what software you have +# installed, and what software you use. The default is not to report back, +# but sending reports helps the project determine what software is most +# popular and should be included on the first DVD. +popularity-contest popularity-contest/participate boolean false + +### Boot loader installation +# Grub is the boot loader (for x86). + +# This is fairly safe to set, it makes grub install automatically to the UEFI +# partition/boot record if no other operating system is detected on the machine. +d-i grub-installer/only_debian boolean true + +# This one makes grub-installer install to the UEFI partition/boot record, if +# it also finds some other OS, which is less safe as it might not be able to +# boot that other OS. +d-i grub-installer/with_other_os boolean true + +# Due notably to potential USB sticks, the location of the primary drive can +# not be determined safely in general, so this needs to be specified: +#d-i grub-installer/bootdev string /dev/sda +# To install to the primary device (assuming it is not a USB stick): +#d-i grub-installer/bootdev string default + +# Alternatively, if you want to install to a location other than the UEFI +# parition/boot record, uncomment and edit these lines: +#d-i grub-installer/only_debian boolean false +#d-i grub-installer/with_other_os boolean false +#d-i grub-installer/bootdev string (hd0,1) +# To install grub to multiple disks: +#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1) + +# Optional password for grub, either in clear text +#d-i grub-installer/password password r00tme +#d-i grub-installer/password-again password r00tme +# or encrypted using an MD5 hash, see grub-md5-crypt(8). +#d-i grub-installer/password-crypted password [MD5 hash] + +# Use the following option to add additional boot parameters for the +# installed system (if supported by the bootloader installer). +# Note: options passed to the installer will be added automatically. +#d-i debian-installer/add-kernel-opts string nousb + +### Finishing up the installation +# During installations from serial console, the regular virtual consoles +# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next +# line to prevent this. +#d-i finish-install/keep-consoles boolean true + +# Avoid that last message about the install being complete. +d-i finish-install/reboot_in_progress note + +# This will prevent the installer from ejecting the disc during the reboot, +# which is useful in some situations. +#d-i cdrom-detect/eject boolean false + +# This is how to make the installer shutdown when finished, but not +# reboot into the installed system. +#d-i debian-installer/exit/halt boolean true +# This will power off the machine instead of just halting it. +#d-i debian-installer/exit/poweroff boolean true + +### Preseeding other packages +# Depending on what software you choose to install, or if things go wrong +# during the installation process, it's possible that other questions may +# be asked. You can preseed those too, of course. To get a list of every +# possible question that could be asked during an install, do an +# installation, and then run these commands: +# debconf-get-selections --installer > file +# debconf-get-selections >> file + + +#### Advanced options +### Running custom commands during the installation +# d-i preseeding is inherently not secure. Nothing in the installer checks +# for attempts at buffer overflows or other exploits of the values of a +# preconfiguration file like this one. Only use preconfiguration files from +# trusted locations! To drive that home, and because it's generally useful, +# here's a way to run any shell command you'd like inside the installer, +# automatically. + +# This first command is run as early as possible, just after +# preseeding is read. +#d-i preseed/early_command string anna-install some-udeb +# This command is run immediately before the partitioner starts. It may be +# useful to apply dynamic partitioner preseeding that depends on the state +# of the disks (which may not be visible when preseed/early_command runs). +#d-i partman/early_command \ +# string debconf-set partman-auto/disk "$(list-devices disk | head -n1)" +# This command is run just before the install finishes, but when there is +# still a usable /target directory. You can chroot to /target and use it +# directly, or use the apt-install and in-target commands to easily install +# packages and run commands in the target system. +#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh + +# Include the DanOS post installation script. +d-i preseed/late_command string apt-install wget sed grep coreutils bash; \ + NEW_USERHOME=$(grep ":1000:" /target/etc/passwd | cut -d: -f6); \ + NEW_USERNAME=$(grep ":1000:" /target/etc/passwd | cut -d: -f1); \ + cp -rfp /cdrom/src/ /target/tmp/; \ + cp -rfp /cdrom/src/ /target/root/; \ + cp -pf /cdrom/install.sh /target/root/install.sh; \ + in-target /bin/sh /root/install.sh + diff --git a/remaster-debian-offline-iso-and-preseed.sh b/remaster-debian-offline-iso-and-preseed.sh new file mode 100755 index 0000000..2c0e5fb --- /dev/null +++ b/remaster-debian-offline-iso-and-preseed.sh @@ -0,0 +1,95 @@ +#!/usr/bin/env bash +# Debian ISO Remastering for DanOS - https://github.com/ITmail-dk/qmade/ +# sudo apt install -y wget git xorriso isolinux p7zip-full fakeroot binutils + +# DVD ISO Base offline +#DEBIAN_ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/ +#GET_ISO_NAME=$(curl -s https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/ | grep -oP 'debian-\d+(?:\.\d+)+-amd64-DVD-1\.iso' | head -n 1) + +# KDE Live DVD ISO Base offline +#DEBIAN_ISO_URL=https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ +#GET_ISO_NAME=$(curl -s https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ | grep -oP 'debian-live-\d+(?:\.\d+)+-amd64-kde\.iso' | head -n 1) + +# Standard Live DVD ISO Base offline +DEBIAN_ISO_URL=https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ +GET_ISO_NAME=$(curl -s https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ | grep -oP 'debian-live-\d+(?:\.\d+)+-amd64-standard\.iso' | head -n 1) + +# NetInstall ISO +#DEBIAN_ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/ +#GET_ISO_NAME=$(curl -s https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/ | grep -oP 'debian-\d+(?:\.\d+)+-amd64-netinst\.iso' | head -n 1) +# +PRESEED_ISO_NAME=DanOS-Debian +ISO_WORK_TMP=iso-offline-extract + +# Setup the environment for creating the new ISO version. +function setup() { + echo "Starting the setup process..." + sudo apt update && sudo apt install -y curl wget git xorriso isolinux p7zip-full fakeroot binutils apt-utils dpkg-dev debootstrap + if [ -f source-debian.iso ]; then + rm source-debian.iso + fi + if [ ! -f source-debian.iso ]; then + wget -O source-debian.iso $DEBIAN_ISO_URL/"$GET_ISO_NAME" + fi + xorriso -osirrox on -indev source-debian.iso -extract / $ISO_WORK_TMP + sudo chmod -R +w $ISO_WORK_TMP + sudo cp -fu preseed-user.cfg $ISO_WORK_TMP/preseed.cfg || exit 1 + sudo rm -rf $ISO_WORK_TMP/src || true + sudo cp -rfup src/ $ISO_WORK_TMP/ || exit 1 + sudo cp -fu src/grub/splash.png $ISO_WORK_TMP/boot/grub/splash.png || exit 1 + sudo cp -fu install-danos.sh $ISO_WORK_TMP/install.sh || exit 1 + sudo sed -i 's/append vga/append auto=true vga/' $ISO_WORK_TMP/boot/grub\install.cfg + sudo sed -i '/spkgtk\.cfg/d; /spk\.cfg/d' $ISO_WORK_TMP/isolinux/menu.cfg + sudo sed -i 's/--- quiet/--- quiet file=\/cdrom\/preseed.cfg/' $ISO_WORK_TMP/isolinux/gtk.cfg + # vga=788 to vga=794 in /boot/grub/grub.cfg "see more on https://pierre.baudu.in/other/grub.vga.modes.html" + sudo sed -i 's/vga=788/vga=794/g' $ISO_WORK_TMP/boot/grub/grub.cfg + sudo sed -i 's/gfxmode=800x600/gfxmode=1280x1024/g' $ISO_WORK_TMP/boot/grub/config.cfg + sudo sed -i 's/set default=0/set default=3/g' $ISO_WORK_TMP/boot/grub/config.cfg + sudo sed -i '0,/--- quiet/ s/--- quiet/auto=true file=\/cdrom\/preseed.cfg --- quiet/' $ISO_WORK_TMP/boot/grub/grub.cfg + #sudo sed -i '0,/788 --- quiet/ s/788 --- quiet/788 auto=true file=\/cdrom\/preseed.cfg --- quiet/' $ISO_WORK_TMP/boot/grub/grub.cfg + #sudo sed -i '0,/--- quiet/ s/--- quiet/auto=true priority=high file=\/cdrom\/preseed.cfg --- quiet/' $ISO_WORK_TMP/boot/grub/grub.cfg + #sudo sed -i '42,46d' $ISO_WORK_TMP/boot/grub/grub.cfg # Removing items and the boot menu + #sudo sed -i '64,83d' $ISO_WORK_TMP/boot/grub/grub.cfg + #sudo sed -i '/set theme=\/boot\/grub\/theme\/1/a set default=0' $ISO_WORK_TMP/boot/grub/grub.cfg + #sudo sed -i '/set theme=\/boot\/grub\/theme\/1/a set timeout=7' $ISO_WORK_TMP/boot/grub/grub.cfg + if [ -f source-debian.iso ]; then + rm source-debian.iso + fi + #sudo mkdir -p $ISO_WORK_TMP/var/cache/apt/archives + #sudo apt reinstall --download-only -y -o Dir::Cache="./" -o Dir::Cache::archives="iso-extract/src/packages/" \ + # wget curl git xdg-utils xdg-user-dirs build-essential htop dkms cmake plymouth plymouth-themes power-profiles-daemon wayland-protocols wayland-utils wlr-randr libwlroots-0.18 + #sudo chmod -R +r iso-extract/src/packages/ + make +} + +# Make a new ISO file after removing the old one if it exists. +function make() { + if [ -d $ISO_WORK_TMP ]; then + echo "Starting the make process..." + sudo rm -rf $ISO_WORK_TMP/src + sudo cp -rfup src/ $ISO_WORK_TMP/ || exit 1 + sudo rm -f $ISO_WORK_TMP/install.sh + sudo cp -fu install-danos.sh $ISO_WORK_TMP/install.sh || exit 1 + sudo rm -f $ISO_WORK_TMP/preseed.cfg + sudo cp preseed-user.cfg $ISO_WORK_TMP/preseed.cfg || exit 1 + if [ -f $PRESEED_ISO_NAME.iso ]; then rm $PRESEED_ISO_NAME.iso; fi + xorriso -as mkisofs -o $PRESEED_ISO_NAME.iso -V "DANOS_DEBIAN" -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -c isolinux/boot.cat -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat $ISO_WORK_TMP + ls -lah ./*.iso + + else + echo "$ISO_WORK_TMP does not exist, runing setup..." + setup + fi +} + +function usb() { + lsblk + echo -en "Enter the name of the USB Disk so sda, sdb etc..: " + read -r USB_DISK + clear + sudo dd bs=4M status=progress conv=fsync oflag=direct if="$(pwd)"/$PRESEED_ISO_NAME.iso of=/dev/"$USB_DISK" + echo "ISO to USB All done." +} + +# Run the function by, function_name +"$@" make diff --git a/remaster-debian-iso-and-preseed.sh b/remaster-debian-online-iso-and-preseed.sh similarity index 60% rename from remaster-debian-iso-and-preseed.sh rename to remaster-debian-online-iso-and-preseed.sh index b0511f8..c9aee9f 100755 --- a/remaster-debian-iso-and-preseed.sh +++ b/remaster-debian-online-iso-and-preseed.sh @@ -6,17 +6,25 @@ #DEBIAN_ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/ #GET_ISO_NAME=$(curl -s https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/ | grep -oP 'debian-\d+(?:\.\d+)+-amd64-DVD-1\.iso' | head -n 1) +# KDE Live DVD ISO Base offline +#DEBIAN_ISO_URL=https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ +#GET_ISO_NAME=$(curl -s https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ | grep -oP 'debian-live-\d+(?:\.\d+)+-amd64-kde\.iso' | head -n 1) + +# Standard Live DVD ISO Base offline +#DEBIAN_ISO_URL=https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ +#GET_ISO_NAME=$(curl -s https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ | grep -oP 'debian-live-\d+(?:\.\d+)+-amd64-standard\.iso' | head -n 1) + # NetInstall ISO DEBIAN_ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/ GET_ISO_NAME=$(curl -s https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/ | grep -oP 'debian-\d+(?:\.\d+)+-amd64-netinst\.iso' | head -n 1) # PRESEED_ISO_NAME=DanOS-Debian -#WORK_DIR=$(pwd) #BRUGES IKKE MERE ISO_WORK_TMP=iso-extract # Setup the environment for creating the new ISO version. function setup() { - sudo apt update && sudo apt install -y wget git xorriso isolinux p7zip-full fakeroot binutils + echo "Starting the setup process..." + sudo apt update && sudo apt install -y curl wget git xorriso isolinux p7zip-full fakeroot binutils apt-utils apt-ftparchive dpkg-dev debootstrap if [ -f source-debian.iso ]; then rm source-debian.iso fi @@ -25,15 +33,22 @@ function setup() { fi xorriso -osirrox on -indev source-debian.iso -extract / $ISO_WORK_TMP sudo chmod -R +w $ISO_WORK_TMP - sudo cp preseed-user.cfg $ISO_WORK_TMP/preseed.cfg || exit 1 - sudo cp -rfup src/ iso-extract/ || exit 1 + sudo cp -fu preseed-user.cfg $ISO_WORK_TMP/preseed.cfg || exit 1 + sudo rm -rf $ISO_WORK_TMP/src || true + sudo cp -rfup src/ $ISO_WORK_TMP/ || exit 1 sudo cp src/grub/splash.png $ISO_WORK_TMP/isolinux/splash.png || exit 1 - sudo cp install-danos.sh $ISO_WORK_TMP/install.sh || exit 1 + sudo cp -fu install-danos.sh $ISO_WORK_TMP/install.sh || exit 1 sudo sed -i 's/append vga/append auto=true vga/' $ISO_WORK_TMP/isolinux/gtk.cfg sudo sed -i '/spkgtk\.cfg/d; /spk\.cfg/d' $ISO_WORK_TMP/isolinux/menu.cfg sudo sed -i 's/--- quiet/--- quiet file=\/cdrom\/preseed.cfg/' $ISO_WORK_TMP/isolinux/gtk.cfg - #sudo sed -i '0,/--- quiet/ s/--- quiet/auto=true file=\/cdrom\/preseed.cfg --- quiet/' $ISO_WORK_TMP/boot/grub/grub.cfg - sudo sed -i '0,/--- quiet/ s/--- quiet/auto=true priority=high file=\/cdrom\/preseed.cfg --- quiet/' $ISO_WORK_TMP/boot/grub/grub.cfg + # vga=788 to vga=794 in /boot/grub/grub.cfg "see more on https://pierre.baudu.in/other/grub.vga.modes.html" + sudo sed -i 's/vga=788/vga=794/g' $ISO_WORK_TMP/boot/grub/grub.cfg + sudo sed -i 's/gfxmode=800x600/gfxmode=1280x1024/g' $ISO_WORK_TMP/boot/grub/grub.cfg + sudo sed -i '0,/--- quiet/ s/--- quiet/auto=true file=\/cdrom\/preseed.cfg --- quiet/' $ISO_WORK_TMP/boot/grub/grub.cfg + #sudo sed -i '0,/788 --- quiet/ s/788 --- quiet/788 auto=true file=\/cdrom\/preseed.cfg --- quiet/' $ISO_WORK_TMP/boot/grub/grub.cfg + #sudo sed -i '0,/--- quiet/ s/--- quiet/auto=true priority=high file=\/cdrom\/preseed.cfg --- quiet/' $ISO_WORK_TMP/boot/grub/grub.cfg + sudo sed -i '42,46d' $ISO_WORK_TMP/boot/grub/grub.cfg # Removing items and the boot menu + #sudo sed -i '64,83d' $ISO_WORK_TMP/boot/grub/grub.cfg sudo sed -i '/set theme=\/boot\/grub\/theme\/1/a set default=0' $ISO_WORK_TMP/boot/grub/grub.cfg sudo sed -i '/set theme=\/boot\/grub\/theme\/1/a set timeout=7' $ISO_WORK_TMP/boot/grub/grub.cfg if [ -f source-debian.iso ]; then @@ -49,8 +64,12 @@ function setup() { # Make a new ISO file after removing the old one if it exists. function make() { if [ -d $ISO_WORK_TMP ]; then - sudo cp -rfup src/ iso-extract/ || exit 1 + echo "Starting the make process..." + sudo rm -rf $ISO_WORK_TMP/src + sudo cp -rfup src/ $ISO_WORK_TMP/ || exit 1 + sudo rm -f $ISO_WORK_TMP/install.sh sudo cp -fu install-danos.sh $ISO_WORK_TMP/install.sh || exit 1 + sudo rm -f $ISO_WORK_TMP/preseed.cfg sudo cp preseed-user.cfg $ISO_WORK_TMP/preseed.cfg || exit 1 if [ -f $PRESEED_ISO_NAME.iso ]; then rm $PRESEED_ISO_NAME.iso; fi xorriso -as mkisofs -o $PRESEED_ISO_NAME.iso -V "DANOS_DEBIAN" -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -c isolinux/boot.cat -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat $ISO_WORK_TMP diff --git a/src/apt/sources.list.d/debian.sources b/src/apt/sources.list.d/debian.sources index e4b8249..dff7d73 100644 --- a/src/apt/sources.list.d/debian.sources +++ b/src/apt/sources.list.d/debian.sources @@ -1,33 +1,33 @@ Types: deb deb-src -URIs: https://deb.debian.org/debian +URIs: http://deb.debian.org/debian/ Suites: APTLISTOS APTLISTOS-updates stable-backports Components: main contrib non-free non-free-firmware Enabled: yes Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb deb-src -URIs: https://security.debian.org/debian-security +URIs: http://security.debian.org/debian-security/ Suites: APTLISTOS-security Components: main contrib non-free non-free-firmware Enabled: yes Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb deb-src -URIs: https://deb.debian.org/debian +URIs: http://deb.debian.org/debian/ Suites: unstable Components: main contrib non-free non-free-firmware Enabled: yes Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb deb-src -URIs: https://deb.debian.org/debian/ +URIs: http://deb.debian.org/debian/ Suites: testing Components: main contrib non-free non-free-firmware Enabled: yes Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb deb-src -URIs: https://deb.debian.org/debian/ +URIs: http://deb.debian.org/debian/ Suites: experimental Components: main contrib non-free non-free-firmware Enabled: yes diff --git a/src/config/btop/btop.conf b/src/config/btop/btop.conf new file mode 100644 index 0000000..942d88b --- /dev/null +++ b/src/config/btop/btop.conf @@ -0,0 +1,248 @@ +#? Config file for btop v. 1.3.2 + +#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. +#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" +color_theme = "TTY" + +#* If the theme set background should be shown, set to False if you want terminal background transparency. +theme_background = True + +#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. +truecolor = True + +#* Set to true to force tty mode regardless if a real tty has been detected or not. +#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols. +force_tty = False + +#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. +#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. +#* Use whitespace " " as separator between different presets. +#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty" +presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" + +#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists. +#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. +vim_keys = False + +#* Rounded corners on boxes, is ignored if TTY mode is ON. +rounded_corners = True + +#* Default symbols to use for graph creation, "braille", "block" or "tty". +#* "braille" offers the highest resolution but might not be included in all fonts. +#* "block" has half the resolution of braille but uses more common characters. +#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY. +#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view. +graph_symbol = "braille" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_cpu = "default" + +# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty". +graph_symbol_gpu = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_mem = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_net = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_proc = "default" + +#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. +shown_boxes = "cpu mem net proc" + +#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. +update_ms = 2000 + +#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", +#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. +proc_sorting = "cpu lazy" + +#* Reverse sorting order, True or False. +proc_reversed = False + +#* Show processes as a tree. +proc_tree = False + +#* Use the cpu graph colors in the process list. +proc_colors = True + +#* Use a darkening gradient in the process list. +proc_gradient = True + +#* If process cpu usage should be of the core it's running on or usage of the total available cpu power. +proc_per_core = False + +#* Show process memory as bytes instead of percent. +proc_mem_bytes = True + +#* Show cpu graph for each process. +proc_cpu_graphs = True + +#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate) +proc_info_smaps = False + +#* Show proc box on left side of screen instead of right. +proc_left = False + +#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). +proc_filter_kernel = False + +#* In tree-view, always accumulate child process resources in the parent process. +proc_aggregate = False + +#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. +#* Select from a list of detected attributes from the options menu. +cpu_graph_upper = "Auto" + +#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available. +#* Select from a list of detected attributes from the options menu. +cpu_graph_lower = "Auto" + +#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off". +show_gpu_info = "Auto" + +#* Toggles if the lower CPU graph should be inverted. +cpu_invert_lower = True + +#* Set to True to completely disable the lower CPU graph. +cpu_single_graph = False + +#* Show cpu box at bottom of screen instead of top. +cpu_bottom = False + +#* Shows the system uptime in the CPU box. +show_uptime = True + +#* Show cpu temperature. +check_temp = True + +#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors. +cpu_sensor = "Auto" + +#* Show temperatures for cpu cores also if check_temp is True and sensors has been found. +show_coretemp = True + +#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core. +#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine. +#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries. +#* Example: "4:0 5:1 6:3" +cpu_core_map = "" + +#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine". +temp_scale = "celsius" + +#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024. +base_10_sizes = False + +#* Show CPU frequency. +show_cpu_freq = True + +#* Draw a clock at top of screen, formatting according to strftime, empty string to disable. +#* Special formatting: /host = hostname | /user = username | /uptime = system uptime +clock_format = "%X" + +#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. +background_update = True + +#* Custom cpu model name, empty string to disable. +custom_cpu_name = "" + +#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". +#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". +disks_filter = "" + +#* Show graphs instead of meters for memory values. +mem_graphs = True + +#* Show mem box below net box instead of above. +mem_below_net = False + +#* Count ZFS ARC in cached and available memory. +zfs_arc_cached = True + +#* If swap memory should be shown in memory box. +show_swap = True + +#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. +swap_disk = True + +#* If mem box should be split to also show disks info. +show_disks = True + +#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. +only_physical = True + +#* Read disks list from /etc/fstab. This also disables only_physical. +use_fstab = True + +#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) +zfs_hide_datasets = False + +#* Set to true to show available disk space for privileged users. +disk_free_priv = False + +#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view. +show_io_stat = True + +#* Toggles io mode for disks, showing big graphs for disk read/write speeds. +io_mode = False + +#* Set to True to show combined read/write io graphs in io mode. +io_graph_combined = False + +#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ". +#* Example: "/mnt/media:100 /:20 /boot:1". +io_graph_speeds = "" + +#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False. +net_download = 100 + +net_upload = 100 + +#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. +net_auto = True + +#* Sync the auto scaling for download and upload to whichever currently has the highest scale. +net_sync = True + +#* Starts with the Network Interface specified here. +net_iface = "" + +#* Show battery stats in top right if battery is present. +show_battery = True + +#* Which battery to use if multiple are present. "Auto" for auto detection. +selected_battery = "Auto" + +#* Show power stats of battery next to charge indicator. +show_battery_watts = True + +#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". +#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. +log_level = "WARNING" + +#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. +nvml_measure_pcie_speeds = True + +#* Horizontally mirror the GPU graph. +gpu_mirror_graph = True + +#* Custom gpu0 model name, empty string to disable. +custom_gpu_name0 = "" + +#* Custom gpu1 model name, empty string to disable. +custom_gpu_name1 = "" + +#* Custom gpu2 model name, empty string to disable. +custom_gpu_name2 = "" + +#* Custom gpu3 model name, empty string to disable. +custom_gpu_name3 = "" + +#* Custom gpu4 model name, empty string to disable. +custom_gpu_name4 = "" + +#* Custom gpu5 model name, empty string to disable. +custom_gpu_name5 = "" diff --git a/src/config/qtile/autostart.sh b/src/config/qtile/autostart.sh index cb1b095..28d5296 100755 --- a/src/config/qtile/autostart.sh +++ b/src/config/qtile/autostart.sh @@ -34,8 +34,12 @@ fi #keynav & #kdeconnectd & # +# Turn off the Screensaver or set time. +xset s off # Turn off the Screen after X time in seconds xset dpms 2700 2700 2700 & +# +# TEST / Info run: "xset q" # Run & Remove .user-setup / .first-login-user-setup files -------------------------------------------------------------- if [ -f ~/.first-login-user-setup ]; then diff --git a/src/config/qtile/config.py b/src/config/qtile/config.py index 3f8c912..8a42212 100644 --- a/src/config/qtile/config.py +++ b/src/config/qtile/config.py @@ -16,7 +16,7 @@ from libqtile.utils import guess_terminal # terminal = guess_terminal() def guess_browser(): """Guess the default web browser.""" # Define a list of common web browsers - browsers = ["google-chrome", "firefox", "chromium", "vivaldi", "opera", "brave-browser", "safari"] + browsers = ["google-chrome", "chromium", "waterfox", "firefox", "vivaldi", "opera", "brave-browser", "safari"] # Loop through the list of browsers and check if they exist in PATH for browser in browsers: @@ -175,7 +175,8 @@ for vt in range(1, 8): # Or start a programe on a Group at startup example: , spawn="google-chrome" # # Group("1", label="", layout="monadtall", matches=[Match(wm_class=re.compile(r"^(Google\-chrome)$"))]), -# Group("6", label="", layout="monadtall", matches=[Match(wm_class=["waterfox-default"])]), +# Group("1", label="", layout="monadtall", spawn="google-chrome"), +# Group("6", label="", layout="monadtall", matches=[Match(wm_class=["waterfox"])]), groups = [ Group("1", label="", layout="monadtall"), @@ -294,7 +295,7 @@ screens = [ widget.Spacer(length=7), widget.Systray(background=Color0, padding=5, icon_size=16), widget.Spacer(length=1), - widget.Clock(fmt=" {}",format="%A %d-%m-%Y %H:%M %p"), + widget.Clock(fmt=" {}",format="%A %d-%m %H:%M %p"), widget.QuickExit(default_text='', countdown_format='{}', fontsize=16, countdown_start=3), widget.Spacer(length=10), ], 30, # Define bar height @@ -322,13 +323,17 @@ cursor_warp = False floating_layout = layout.Floating(**layout_theme, float_rules=[ # Run the utility xprop to see the wm class and name of an X client. + # Match by title, wm_class, role, wm_type, wm_instance_class, net_wm_pid, wid *layout.Floating.default_float_rules, - Match(wm_class="confirmreset"), # gitk - Match(wm_class="makebranch"), # gitk - Match(wm_class="maketag"), # gitk - Match(wm_class="ssh-askpass"), # ssh-askpass - Match(title="branchdialog"), # gitk - Match(title="pinentry"), # GPG key password entry + Match(wm_class="confirmreset"), + Match(wm_class="makebranch"), + Match(wm_class="maketag"), + Match(wm_class="ssh-askpass"), + Match(title="branchdialog"), + Match(title="pinentry"), + Match(wm_class="pop-up"), + Match(role="pop-up"), + Match(wm_type="pop-up"), ], no_reposition_rules=[ Match(wm_class="pavucontrol"), @@ -363,4 +368,3 @@ def move_window_to_group(client): wl_input_rules = None wmname = "Qtile" - diff --git a/src/config/xfce4/helpers.rc b/src/config/xfce4/helpers.rc new file mode 100644 index 0000000..330d61c --- /dev/null +++ b/src/config/xfce4/helpers.rc @@ -0,0 +1,5 @@ +FileManager=Thunar +TerminalEmulator=kitty +WebBrowser=google-chrome +MailReader= + diff --git a/src/fonts/JetBrainsMono.zip b/src/fonts/JetBrainsMono.zip new file mode 100644 index 0000000..e681bbc Binary files /dev/null and b/src/fonts/JetBrainsMono.zip differ diff --git a/src/git/JetBrainsMono.zip b/src/git/JetBrainsMono.zip new file mode 100644 index 0000000..e681bbc Binary files /dev/null and b/src/git/JetBrainsMono.zip differ diff --git a/src/git/git-and-zip.sh b/src/git/git-and-zip.sh new file mode 100755 index 0000000..6173cc2 --- /dev/null +++ b/src/git/git-and-zip.sh @@ -0,0 +1,51 @@ +#!/usr/bin/env bash + +echo "Starting..." + +# yt-dlp +sudo rm yt-dlp || true +curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp --output yt-dlp +chmod a+rx yt-dlp +sudo chown root:root yt-dlp + +# LazyVim +rm -rf nvim || true +rm nvim.tar || true +git clone --depth 1 https://github.com/LazyVim/starter nvim +rm -rf nvim/.git +rm nvim/.gitignore +tar -cf nvim.tar nvim +rm -rf nvim || true +# + +# EliverLara-Nordic Theme https://github.com/EliverLara/Nordic +# git clone --depth 1 https://github.com/ + +# https://github.com/alvatip/Nordzy-icon +# git clone --depth 1 https://github.com/ + +#JetBrainsMono (The default front in the configuration) +rm JetBrainsMono.zip || true +curl -OL "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.zip" + +# WaterFox +rm waterfox.tar.bz2 || true +WATERFOX_VERSION=$(curl -s "https://api.github.com/repos/BrowserWorks/waterfox/releases/latest" | grep '"tag_name"' | awk -F'"' '{print $4}') +wget -O waterfox.tar.bz2 https://cdn1.waterfox.net/waterfox/releases/"$WATERFOX_VERSION"/Linux_x86_64/waterfox-"$WATERFOX_VERSION".tar.bz2 + +# Yazi File Manager +# https://github.com/sxyazi/yazi/releases/latest +rm yazi-x86_64-unknown-linux-musl.zip || true +YAZI_VERSION=$(curl -s "https://api.github.com/repos/sxyazi/yazi/releases/latest" | grep '"tag_name"' | awk -F'"' '{print $4}') +wget -O yazi-x86_64-unknown-linux-musl.zip https://github.com/sxyazi/yazi/releases/download/"$YAZI_VERSION"/yazi-x86_64-unknown-linux-musl.zip + +# RustDesk +#DEBIAN_FRONTEND=noninteractive apt -y install libxdo3 gstreamer1.0-pipewire +rm rustdesk.deb || true +RUSTDESK_VERSION=$(curl -s "https://api.github.com/repos/rustdesk/rustdesk/releases/latest" | grep '"tag_name"' | awk -F'"' '{print $4}') +wget -O rustdesk.deb https://github.com/rustdesk/rustdesk/releases/download/"$RUSTDESK_VERSION"/rustdesk-"$RUSTDESK_VERSION"-x86_64.deb + +# +echo "All Done." +ls -l +exit 0 diff --git a/src/git/nvim.tar b/src/git/nvim.tar new file mode 100644 index 0000000..3022cb6 Binary files /dev/null and b/src/git/nvim.tar differ diff --git a/src/git/rustdesk.deb b/src/git/rustdesk.deb new file mode 100644 index 0000000..ea1dc7a Binary files /dev/null and b/src/git/rustdesk.deb differ diff --git a/src/git/waterfox.tar.bz2 b/src/git/waterfox.tar.bz2 new file mode 100644 index 0000000..3e0ec1e Binary files /dev/null and b/src/git/waterfox.tar.bz2 differ diff --git a/src/git/yazi-x86_64-unknown-linux-musl.zip b/src/git/yazi-x86_64-unknown-linux-musl.zip new file mode 100644 index 0000000..31252ce Binary files /dev/null and b/src/git/yazi-x86_64-unknown-linux-musl.zip differ diff --git a/src/git/yt-dlp b/src/git/yt-dlp new file mode 100755 index 0000000..8148049 Binary files /dev/null and b/src/git/yt-dlp differ diff --git a/src/home/.audio-toggle b/src/home/.audio-toggle old mode 100644 new mode 100755 diff --git a/src/home/.ceph-mount.sh b/src/home/.ceph-mount.sh new file mode 100755 index 0000000..a3e22be --- /dev/null +++ b/src/home/.ceph-mount.sh @@ -0,0 +1,18 @@ +#!/usr/bin/env bash +# CEPH Config files, /etc/ceph/ceph.conf and /etc/ceph/ceph.keyring +# sudo mount.ceph CEPH-USERNAME@.NAME-cephfs=/FOLDER /LOCAL-FOLDER/ +# sudo mount -t ceph CEPH-USERNAME@.NAME-cephfs=/FOLDER /LOCAL-FOLDER/ + +# Only run Mount commands if the current IP address is correct +EXPECTED_IP="192.168.18.9" + +# Get the current IP address using 'ip addr' and extract the relevant part +CURRENT_IP=$(ip addr | grep "inet " | grep -v "127.0.0.1" | awk '{print $2}' | cut -d'/' -f1 | head -n 1) + +# Check if the current IP matches the expected IP +if [ "$CURRENT_IP" == "$EXPECTED_IP" ]; then + #sudo mount -t ceph CEPH-USERNAME@.NAME-cephfs=/FOLDER /LOCAL-FOLDER/ + #sudo mount -t ceph CEPH-USERNAME@.NAME-cephfs=/FOLDER /LOCAL-FOLDER/ +fi + +exit 0 diff --git a/src/home/Wallpapers/01118833-4abe-4302-8cf3-a3c7e894364c_2560x1440.jpg b/src/home/Wallpapers/01118833-4abe-4302-8cf3-a3c7e894364c_2560x1440.jpg new file mode 100644 index 0000000..b373e79 Binary files /dev/null and b/src/home/Wallpapers/01118833-4abe-4302-8cf3-a3c7e894364c_2560x1440.jpg differ diff --git a/src/home/Wallpapers/04e9a29e-c9fb-438b-bf8b-9f388266d9cf_2560x1440.jpg b/src/home/Wallpapers/04e9a29e-c9fb-438b-bf8b-9f388266d9cf_2560x1440.jpg new file mode 100644 index 0000000..eaba5ae Binary files /dev/null and b/src/home/Wallpapers/04e9a29e-c9fb-438b-bf8b-9f388266d9cf_2560x1440.jpg differ diff --git a/src/home/Wallpapers/068ae601-e399-49cc-b70a-25cb3b6b860e_2560x1440.jpg b/src/home/Wallpapers/068ae601-e399-49cc-b70a-25cb3b6b860e_2560x1440.jpg new file mode 100644 index 0000000..4974943 Binary files /dev/null and b/src/home/Wallpapers/068ae601-e399-49cc-b70a-25cb3b6b860e_2560x1440.jpg differ diff --git a/src/home/Wallpapers/08e5cf69-9560-47dc-b164-4c33891ed497_2560x1440.jpg b/src/home/Wallpapers/08e5cf69-9560-47dc-b164-4c33891ed497_2560x1440.jpg new file mode 100644 index 0000000..913905a Binary files /dev/null and b/src/home/Wallpapers/08e5cf69-9560-47dc-b164-4c33891ed497_2560x1440.jpg differ diff --git a/src/home/Wallpapers/135c119a-01ac-4bc9-923f-7bc1489032b2_2560x1440.jpg b/src/home/Wallpapers/135c119a-01ac-4bc9-923f-7bc1489032b2_2560x1440.jpg new file mode 100644 index 0000000..bb386f8 Binary files /dev/null and b/src/home/Wallpapers/135c119a-01ac-4bc9-923f-7bc1489032b2_2560x1440.jpg differ diff --git a/src/home/Wallpapers/15b22d5f-2eac-484b-ac9f-ea32a7710bb8_2560x1440.jpg b/src/home/Wallpapers/15b22d5f-2eac-484b-ac9f-ea32a7710bb8_2560x1440.jpg new file mode 100644 index 0000000..1cb64ed Binary files /dev/null and b/src/home/Wallpapers/15b22d5f-2eac-484b-ac9f-ea32a7710bb8_2560x1440.jpg differ diff --git a/src/home/Wallpapers/19ec06a0-2c49-4b8a-a396-8308e7ac01c5_2560x1440.jpg b/src/home/Wallpapers/19ec06a0-2c49-4b8a-a396-8308e7ac01c5_2560x1440.jpg new file mode 100644 index 0000000..97d4168 Binary files /dev/null and b/src/home/Wallpapers/19ec06a0-2c49-4b8a-a396-8308e7ac01c5_2560x1440.jpg differ diff --git a/src/home/Wallpapers/2042766d-450d-4fbb-b607-e5b9d07580fd_2560x1440.jpg b/src/home/Wallpapers/2042766d-450d-4fbb-b607-e5b9d07580fd_2560x1440.jpg new file mode 100644 index 0000000..8c4c83d Binary files /dev/null and b/src/home/Wallpapers/2042766d-450d-4fbb-b607-e5b9d07580fd_2560x1440.jpg differ diff --git a/src/home/Wallpapers/22e2c159-1464-49ce-a28e-292a4dbad9ca_2560x1440.jpg b/src/home/Wallpapers/22e2c159-1464-49ce-a28e-292a4dbad9ca_2560x1440.jpg new file mode 100644 index 0000000..806a03c Binary files /dev/null and b/src/home/Wallpapers/22e2c159-1464-49ce-a28e-292a4dbad9ca_2560x1440.jpg differ diff --git a/src/home/Wallpapers/235f085b-aac4-4f92-8d6c-e8e72802fea6_2560x1440.jpg b/src/home/Wallpapers/235f085b-aac4-4f92-8d6c-e8e72802fea6_2560x1440.jpg new file mode 100644 index 0000000..64f9d59 Binary files /dev/null and b/src/home/Wallpapers/235f085b-aac4-4f92-8d6c-e8e72802fea6_2560x1440.jpg differ diff --git a/src/home/Wallpapers/29861736-fbb4-4b15-aa35-68446bfbae94_2560x1440.jpg b/src/home/Wallpapers/29861736-fbb4-4b15-aa35-68446bfbae94_2560x1440.jpg new file mode 100644 index 0000000..834917c Binary files /dev/null and b/src/home/Wallpapers/29861736-fbb4-4b15-aa35-68446bfbae94_2560x1440.jpg differ diff --git a/src/home/Wallpapers/2d87323a-ba7f-4456-b093-92d49ccbaafc_2560x1440.jpg b/src/home/Wallpapers/2d87323a-ba7f-4456-b093-92d49ccbaafc_2560x1440.jpg new file mode 100644 index 0000000..03b7ebe Binary files /dev/null and b/src/home/Wallpapers/2d87323a-ba7f-4456-b093-92d49ccbaafc_2560x1440.jpg differ diff --git a/src/home/Wallpapers/33013753-d607-4cd5-b75d-6c95a8e4a12d_2560x1440.jpg b/src/home/Wallpapers/33013753-d607-4cd5-b75d-6c95a8e4a12d_2560x1440.jpg new file mode 100644 index 0000000..fc41b30 Binary files /dev/null and b/src/home/Wallpapers/33013753-d607-4cd5-b75d-6c95a8e4a12d_2560x1440.jpg differ diff --git a/src/home/Wallpapers/33d3a013-e790-47a5-9f81-b0c11d309efb_2560x1440.jpg b/src/home/Wallpapers/33d3a013-e790-47a5-9f81-b0c11d309efb_2560x1440.jpg new file mode 100644 index 0000000..6baf64d Binary files /dev/null and b/src/home/Wallpapers/33d3a013-e790-47a5-9f81-b0c11d309efb_2560x1440.jpg differ diff --git a/src/home/Wallpapers/356fbd9d-b0fc-4549-88df-5f4c5503ea06_2560x1440.jpg b/src/home/Wallpapers/356fbd9d-b0fc-4549-88df-5f4c5503ea06_2560x1440.jpg new file mode 100644 index 0000000..28db8b2 Binary files /dev/null and b/src/home/Wallpapers/356fbd9d-b0fc-4549-88df-5f4c5503ea06_2560x1440.jpg differ diff --git a/src/home/Wallpapers/3607bc61-0b93-4315-aaac-363b5e2b4bbf_2560x1440.jpg b/src/home/Wallpapers/3607bc61-0b93-4315-aaac-363b5e2b4bbf_2560x1440.jpg new file mode 100644 index 0000000..495aa24 Binary files /dev/null and b/src/home/Wallpapers/3607bc61-0b93-4315-aaac-363b5e2b4bbf_2560x1440.jpg differ diff --git a/src/home/Wallpapers/3bf92722-a7f2-4a05-9c2e-1cd4b5c5826b_2560x1440.jpg b/src/home/Wallpapers/3bf92722-a7f2-4a05-9c2e-1cd4b5c5826b_2560x1440.jpg new file mode 100644 index 0000000..3ceddee Binary files /dev/null and b/src/home/Wallpapers/3bf92722-a7f2-4a05-9c2e-1cd4b5c5826b_2560x1440.jpg differ diff --git a/src/home/Wallpapers/4a7426c5-56fd-4ebb-b868-648af8ca789d_2560x1440.jpg b/src/home/Wallpapers/4a7426c5-56fd-4ebb-b868-648af8ca789d_2560x1440.jpg new file mode 100644 index 0000000..aebd1ba Binary files /dev/null and b/src/home/Wallpapers/4a7426c5-56fd-4ebb-b868-648af8ca789d_2560x1440.jpg differ diff --git a/src/home/Wallpapers/4ececdc2-44e4-46ad-a7d6-a2fc40f9b551_2560x1440.jpg b/src/home/Wallpapers/4ececdc2-44e4-46ad-a7d6-a2fc40f9b551_2560x1440.jpg new file mode 100644 index 0000000..123e48e Binary files /dev/null and b/src/home/Wallpapers/4ececdc2-44e4-46ad-a7d6-a2fc40f9b551_2560x1440.jpg differ diff --git a/src/home/Wallpapers/54484f57-c340-48b5-8884-09642350c23c_2560x1440.jpg b/src/home/Wallpapers/54484f57-c340-48b5-8884-09642350c23c_2560x1440.jpg new file mode 100644 index 0000000..4cad0b5 Binary files /dev/null and b/src/home/Wallpapers/54484f57-c340-48b5-8884-09642350c23c_2560x1440.jpg differ diff --git a/src/home/Wallpapers/569a35ae-e22b-4313-8b43-c426006850bd_2560x1440.jpg b/src/home/Wallpapers/569a35ae-e22b-4313-8b43-c426006850bd_2560x1440.jpg new file mode 100644 index 0000000..36ecfd7 Binary files /dev/null and b/src/home/Wallpapers/569a35ae-e22b-4313-8b43-c426006850bd_2560x1440.jpg differ diff --git a/src/home/Wallpapers/56b0bb37-f25a-42ff-888c-af29c691b710_2560x1440.jpg b/src/home/Wallpapers/56b0bb37-f25a-42ff-888c-af29c691b710_2560x1440.jpg new file mode 100644 index 0000000..e526cfb Binary files /dev/null and b/src/home/Wallpapers/56b0bb37-f25a-42ff-888c-af29c691b710_2560x1440.jpg differ diff --git a/src/home/Wallpapers/581e9bcf-0ea5-4bfb-af7d-25d20099f043_2560x1440.jpg b/src/home/Wallpapers/581e9bcf-0ea5-4bfb-af7d-25d20099f043_2560x1440.jpg new file mode 100644 index 0000000..9c6f9c7 Binary files /dev/null and b/src/home/Wallpapers/581e9bcf-0ea5-4bfb-af7d-25d20099f043_2560x1440.jpg differ diff --git a/src/home/Wallpapers/59989beb-4c16-42b5-8187-5be11dd30150_2560x1440.jpg b/src/home/Wallpapers/59989beb-4c16-42b5-8187-5be11dd30150_2560x1440.jpg new file mode 100644 index 0000000..ecf9214 Binary files /dev/null and b/src/home/Wallpapers/59989beb-4c16-42b5-8187-5be11dd30150_2560x1440.jpg differ diff --git a/src/home/Wallpapers/59dfbad8-207b-4f10-8b3f-fc196655d559_2560x1440.jpg b/src/home/Wallpapers/59dfbad8-207b-4f10-8b3f-fc196655d559_2560x1440.jpg new file mode 100644 index 0000000..36bdd28 Binary files /dev/null and b/src/home/Wallpapers/59dfbad8-207b-4f10-8b3f-fc196655d559_2560x1440.jpg differ diff --git a/src/home/Wallpapers/5aadfc1a-f571-4667-9a5a-26ee93421f49_2560x1440.jpg b/src/home/Wallpapers/5aadfc1a-f571-4667-9a5a-26ee93421f49_2560x1440.jpg new file mode 100644 index 0000000..66a10f9 Binary files /dev/null and b/src/home/Wallpapers/5aadfc1a-f571-4667-9a5a-26ee93421f49_2560x1440.jpg differ diff --git a/src/home/Wallpapers/6c58f266-32fa-4552-b98d-bb1138d929c6_2560x1440.jpg b/src/home/Wallpapers/6c58f266-32fa-4552-b98d-bb1138d929c6_2560x1440.jpg new file mode 100644 index 0000000..8af5b96 Binary files /dev/null and b/src/home/Wallpapers/6c58f266-32fa-4552-b98d-bb1138d929c6_2560x1440.jpg differ diff --git a/src/home/Wallpapers/79b4df06-8bc9-4fd3-aaa7-3674f5470791_2560x1440.jpg b/src/home/Wallpapers/79b4df06-8bc9-4fd3-aaa7-3674f5470791_2560x1440.jpg new file mode 100644 index 0000000..c932647 Binary files /dev/null and b/src/home/Wallpapers/79b4df06-8bc9-4fd3-aaa7-3674f5470791_2560x1440.jpg differ diff --git a/src/home/Wallpapers/7e483463-6d5a-4d57-b745-3d3ee9d01491_2560x1440.jpg b/src/home/Wallpapers/7e483463-6d5a-4d57-b745-3d3ee9d01491_2560x1440.jpg new file mode 100644 index 0000000..f8597e3 Binary files /dev/null and b/src/home/Wallpapers/7e483463-6d5a-4d57-b745-3d3ee9d01491_2560x1440.jpg differ diff --git a/src/home/Wallpapers/8b0fcae8-5074-406b-8cef-2ff5de91e48f_2560x1440.jpg b/src/home/Wallpapers/8b0fcae8-5074-406b-8cef-2ff5de91e48f_2560x1440.jpg new file mode 100644 index 0000000..8cd8d3a Binary files /dev/null and b/src/home/Wallpapers/8b0fcae8-5074-406b-8cef-2ff5de91e48f_2560x1440.jpg differ diff --git a/src/home/Wallpapers/908b9f8f-7cfe-49e5-8454-c53c5228e994_2560x1440.jpg b/src/home/Wallpapers/908b9f8f-7cfe-49e5-8454-c53c5228e994_2560x1440.jpg new file mode 100644 index 0000000..e6de982 Binary files /dev/null and b/src/home/Wallpapers/908b9f8f-7cfe-49e5-8454-c53c5228e994_2560x1440.jpg differ diff --git a/src/home/Wallpapers/9721db3a-25d0-4cee-ac31-11328d9ee991_2560x1440.jpg b/src/home/Wallpapers/9721db3a-25d0-4cee-ac31-11328d9ee991_2560x1440.jpg new file mode 100644 index 0000000..7b8f9b7 Binary files /dev/null and b/src/home/Wallpapers/9721db3a-25d0-4cee-ac31-11328d9ee991_2560x1440.jpg differ diff --git a/src/home/Wallpapers/9d05e34c-1ffb-40d6-bd10-946715f49d61_2560x1440.jpg b/src/home/Wallpapers/9d05e34c-1ffb-40d6-bd10-946715f49d61_2560x1440.jpg new file mode 100644 index 0000000..9812751 Binary files /dev/null and b/src/home/Wallpapers/9d05e34c-1ffb-40d6-bd10-946715f49d61_2560x1440.jpg differ diff --git a/src/home/Wallpapers/BG101c9151-35a9-4d05-8e83-4c3748dc3352.jpg b/src/home/Wallpapers/BG101c9151-35a9-4d05-8e83-4c3748dc3352.jpg deleted file mode 100644 index 53d9a07..0000000 Binary files a/src/home/Wallpapers/BG101c9151-35a9-4d05-8e83-4c3748dc3352.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG19df40e2-3154-499f-8669-548e977c1f17.jpg b/src/home/Wallpapers/BG19df40e2-3154-499f-8669-548e977c1f17.jpg deleted file mode 100755 index 75b9719..0000000 Binary files a/src/home/Wallpapers/BG19df40e2-3154-499f-8669-548e977c1f17.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG1cad201c-5cf1-42fe-b4a4-058ee4fab55d_2560x1440.jpg b/src/home/Wallpapers/BG1cad201c-5cf1-42fe-b4a4-058ee4fab55d_2560x1440.jpg new file mode 100644 index 0000000..80d4471 Binary files /dev/null and b/src/home/Wallpapers/BG1cad201c-5cf1-42fe-b4a4-058ee4fab55d_2560x1440.jpg differ diff --git a/src/home/Wallpapers/BG2dabf583-1897-42f6-a826-b78db6ec21d3.jpg b/src/home/Wallpapers/BG2dabf583-1897-42f6-a826-b78db6ec21d3.jpg deleted file mode 100644 index 5e45f9f..0000000 Binary files a/src/home/Wallpapers/BG2dabf583-1897-42f6-a826-b78db6ec21d3.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG33293df6-9b2a-4adf-9c8b-c7fba6884ed3.jpg b/src/home/Wallpapers/BG33293df6-9b2a-4adf-9c8b-c7fba6884ed3.jpg deleted file mode 100755 index 572a421..0000000 Binary files a/src/home/Wallpapers/BG33293df6-9b2a-4adf-9c8b-c7fba6884ed3.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG400d07b1-9533-4476-8ffd-640c74c01203.jpg b/src/home/Wallpapers/BG400d07b1-9533-4476-8ffd-640c74c01203.jpg deleted file mode 100755 index 1c3805b..0000000 Binary files a/src/home/Wallpapers/BG400d07b1-9533-4476-8ffd-640c74c01203.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG475dab50-18fa-429d-8645-7d4294b5321b.jpg b/src/home/Wallpapers/BG475dab50-18fa-429d-8645-7d4294b5321b.jpg deleted file mode 100755 index 688e08c..0000000 Binary files a/src/home/Wallpapers/BG475dab50-18fa-429d-8645-7d4294b5321b.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG5a37e659-6e76-4f6c-bae3-ccdc3893e20e.jpg b/src/home/Wallpapers/BG5a37e659-6e76-4f6c-bae3-ccdc3893e20e.jpg deleted file mode 100644 index fac5aad..0000000 Binary files a/src/home/Wallpapers/BG5a37e659-6e76-4f6c-bae3-ccdc3893e20e.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG6381d5b3-a1d0-4be5-addc-b91342b9589b.jpg b/src/home/Wallpapers/BG6381d5b3-a1d0-4be5-addc-b91342b9589b.jpg deleted file mode 100755 index de16fe7..0000000 Binary files a/src/home/Wallpapers/BG6381d5b3-a1d0-4be5-addc-b91342b9589b.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG8c3099cb-9ae7-4f3a-a28b-616be0e20089.jpg b/src/home/Wallpapers/BG8c3099cb-9ae7-4f3a-a28b-616be0e20089.jpg deleted file mode 100644 index 556968a..0000000 Binary files a/src/home/Wallpapers/BG8c3099cb-9ae7-4f3a-a28b-616be0e20089.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG_5467beeb-7aa2-4332-ae66-fdda016369d8.jpg b/src/home/Wallpapers/BG_5467beeb-7aa2-4332-ae66-fdda016369d8.jpg deleted file mode 100644 index f4ed02d..0000000 Binary files a/src/home/Wallpapers/BG_5467beeb-7aa2-4332-ae66-fdda016369d8.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BG_7ad38b59-3b95-4a2b-9f25-babf0166b409.jpg b/src/home/Wallpapers/BG_7ad38b59-3b95-4a2b-9f25-babf0166b409.jpg deleted file mode 100644 index 108a5c7..0000000 Binary files a/src/home/Wallpapers/BG_7ad38b59-3b95-4a2b-9f25-babf0166b409.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BGa64a360a-6e27-4da2-b311-8e2aa98f6f39.jpg b/src/home/Wallpapers/BGa64a360a-6e27-4da2-b311-8e2aa98f6f39.jpg deleted file mode 100644 index ee24980..0000000 Binary files a/src/home/Wallpapers/BGa64a360a-6e27-4da2-b311-8e2aa98f6f39.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BGa8313f9a-0cc6-4787-8f81-7e2594152fce.jpg b/src/home/Wallpapers/BGa8313f9a-0cc6-4787-8f81-7e2594152fce.jpg deleted file mode 100644 index 4b1409b..0000000 Binary files a/src/home/Wallpapers/BGa8313f9a-0cc6-4787-8f81-7e2594152fce.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BGaa94f567-14bf-4dd3-98af-4ee711d4dbe4.jpg b/src/home/Wallpapers/BGaa94f567-14bf-4dd3-98af-4ee711d4dbe4.jpg deleted file mode 100755 index 7cd2018..0000000 Binary files a/src/home/Wallpapers/BGaa94f567-14bf-4dd3-98af-4ee711d4dbe4.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BGc1b12c21-df9a-4b3e-92d5-17af0bd560a5_2560x1440.jpg b/src/home/Wallpapers/BGc1b12c21-df9a-4b3e-92d5-17af0bd560a5_2560x1440.jpg new file mode 100644 index 0000000..3de3c40 Binary files /dev/null and b/src/home/Wallpapers/BGc1b12c21-df9a-4b3e-92d5-17af0bd560a5_2560x1440.jpg differ diff --git a/src/home/Wallpapers/BGc97d9f03-86d3-4d56-9395-bdce65f21bec.jpg b/src/home/Wallpapers/BGc97d9f03-86d3-4d56-9395-bdce65f21bec.jpg deleted file mode 100644 index 7c07a0c..0000000 Binary files a/src/home/Wallpapers/BGc97d9f03-86d3-4d56-9395-bdce65f21bec.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BGd0ccb3a2-5464-4ed5-8790-7f7957a29569.jpg b/src/home/Wallpapers/BGd0ccb3a2-5464-4ed5-8790-7f7957a29569.jpg deleted file mode 100755 index 7933c27..0000000 Binary files a/src/home/Wallpapers/BGd0ccb3a2-5464-4ed5-8790-7f7957a29569.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BGd9906987-d6b1-4d2f-a249-22d7f2f1d081.jpg b/src/home/Wallpapers/BGd9906987-d6b1-4d2f-a249-22d7f2f1d081.jpg deleted file mode 100755 index 627cd0d..0000000 Binary files a/src/home/Wallpapers/BGd9906987-d6b1-4d2f-a249-22d7f2f1d081.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BGf6958622-a90a-4e58-8815-63befd8a41b2.jpg b/src/home/Wallpapers/BGf6958622-a90a-4e58-8815-63befd8a41b2.jpg deleted file mode 100644 index 99667f7..0000000 Binary files a/src/home/Wallpapers/BGf6958622-a90a-4e58-8815-63befd8a41b2.jpg and /dev/null differ diff --git a/src/home/Wallpapers/BGfba50d6f-1499-42d2-8c66-58495ddd2949.jpg b/src/home/Wallpapers/BGfba50d6f-1499-42d2-8c66-58495ddd2949.jpg deleted file mode 100644 index 83d331b..0000000 Binary files a/src/home/Wallpapers/BGfba50d6f-1499-42d2-8c66-58495ddd2949.jpg and /dev/null differ diff --git a/src/home/Wallpapers/a0592b1b-1e8c-4ce4-934b-19936b0264ec_2560x1440.jpg b/src/home/Wallpapers/a0592b1b-1e8c-4ce4-934b-19936b0264ec_2560x1440.jpg new file mode 100644 index 0000000..25ecc9d Binary files /dev/null and b/src/home/Wallpapers/a0592b1b-1e8c-4ce4-934b-19936b0264ec_2560x1440.jpg differ diff --git a/src/home/Wallpapers/a0894f6b-73bd-49d2-80b7-5b0d017426a0_2560x1440.jpg b/src/home/Wallpapers/a0894f6b-73bd-49d2-80b7-5b0d017426a0_2560x1440.jpg new file mode 100644 index 0000000..eefc484 Binary files /dev/null and b/src/home/Wallpapers/a0894f6b-73bd-49d2-80b7-5b0d017426a0_2560x1440.jpg differ diff --git a/src/home/Wallpapers/b56827c9-7e7b-462c-bd6b-8724e42b260b_2560x1440.jpg b/src/home/Wallpapers/b56827c9-7e7b-462c-bd6b-8724e42b260b_2560x1440.jpg new file mode 100644 index 0000000..d7cb612 Binary files /dev/null and b/src/home/Wallpapers/b56827c9-7e7b-462c-bd6b-8724e42b260b_2560x1440.jpg differ diff --git a/src/home/Wallpapers/b6410831-7c4b-4e3d-84be-195b23170641_2560x1440.jpg b/src/home/Wallpapers/b6410831-7c4b-4e3d-84be-195b23170641_2560x1440.jpg new file mode 100644 index 0000000..fd5c2cd Binary files /dev/null and b/src/home/Wallpapers/b6410831-7c4b-4e3d-84be-195b23170641_2560x1440.jpg differ diff --git a/src/home/Wallpapers/b66406a2-36f6-4d81-b5f6-650d0d1ea557_2560x1440.jpg b/src/home/Wallpapers/b66406a2-36f6-4d81-b5f6-650d0d1ea557_2560x1440.jpg new file mode 100644 index 0000000..751a1a9 Binary files /dev/null and b/src/home/Wallpapers/b66406a2-36f6-4d81-b5f6-650d0d1ea557_2560x1440.jpg differ diff --git a/src/home/Wallpapers/bb7a2f24-4e44-407e-9cec-20615306e6a3_2560x1440.jpg b/src/home/Wallpapers/bb7a2f24-4e44-407e-9cec-20615306e6a3_2560x1440.jpg new file mode 100644 index 0000000..e450164 Binary files /dev/null and b/src/home/Wallpapers/bb7a2f24-4e44-407e-9cec-20615306e6a3_2560x1440.jpg differ diff --git a/src/home/Wallpapers/c033acbe-f13b-41e4-bcfb-cdbeecfb3ccc_2560x1440.jpg b/src/home/Wallpapers/c033acbe-f13b-41e4-bcfb-cdbeecfb3ccc_2560x1440.jpg new file mode 100644 index 0000000..6c84550 Binary files /dev/null and b/src/home/Wallpapers/c033acbe-f13b-41e4-bcfb-cdbeecfb3ccc_2560x1440.jpg differ diff --git a/src/home/Wallpapers/c4619e6e-786e-4d52-a946-5f6803f487f6_2560x1440.jpg b/src/home/Wallpapers/c4619e6e-786e-4d52-a946-5f6803f487f6_2560x1440.jpg new file mode 100644 index 0000000..83b4329 Binary files /dev/null and b/src/home/Wallpapers/c4619e6e-786e-4d52-a946-5f6803f487f6_2560x1440.jpg differ diff --git a/src/home/Wallpapers/cf6fa935-4d17-4574-ac2a-cffe37c96da8_2560x1440.jpg b/src/home/Wallpapers/cf6fa935-4d17-4574-ac2a-cffe37c96da8_2560x1440.jpg new file mode 100644 index 0000000..ef85247 Binary files /dev/null and b/src/home/Wallpapers/cf6fa935-4d17-4574-ac2a-cffe37c96da8_2560x1440.jpg differ diff --git a/src/home/Wallpapers/d57d066b-2317-45f1-be6d-c664676f8e95_2560x1440.jpg b/src/home/Wallpapers/d57d066b-2317-45f1-be6d-c664676f8e95_2560x1440.jpg new file mode 100644 index 0000000..af717bc Binary files /dev/null and b/src/home/Wallpapers/d57d066b-2317-45f1-be6d-c664676f8e95_2560x1440.jpg differ diff --git a/src/home/Wallpapers/db39584a-a6eb-4ee0-a8e0-f4a62d2d55ca_2560x1440.jpg b/src/home/Wallpapers/db39584a-a6eb-4ee0-a8e0-f4a62d2d55ca_2560x1440.jpg new file mode 100644 index 0000000..101584a Binary files /dev/null and b/src/home/Wallpapers/db39584a-a6eb-4ee0-a8e0-f4a62d2d55ca_2560x1440.jpg differ diff --git a/src/home/Wallpapers/de96f07d-a00b-4349-98e3-e5a5d739ee0b_2560x1440.jpg b/src/home/Wallpapers/de96f07d-a00b-4349-98e3-e5a5d739ee0b_2560x1440.jpg new file mode 100644 index 0000000..ad0af3e Binary files /dev/null and b/src/home/Wallpapers/de96f07d-a00b-4349-98e3-e5a5d739ee0b_2560x1440.jpg differ diff --git a/src/home/Wallpapers/e07b0689-2e3a-4f24-b788-bd5d55249fa0_2560x1440.jpg b/src/home/Wallpapers/e07b0689-2e3a-4f24-b788-bd5d55249fa0_2560x1440.jpg new file mode 100644 index 0000000..daba261 Binary files /dev/null and b/src/home/Wallpapers/e07b0689-2e3a-4f24-b788-bd5d55249fa0_2560x1440.jpg differ diff --git a/src/home/Wallpapers/e1208542-cd7d-40e5-aee2-e08495f431a1_2560x1440.jpg b/src/home/Wallpapers/e1208542-cd7d-40e5-aee2-e08495f431a1_2560x1440.jpg new file mode 100644 index 0000000..ef37719 Binary files /dev/null and b/src/home/Wallpapers/e1208542-cd7d-40e5-aee2-e08495f431a1_2560x1440.jpg differ diff --git a/src/home/Wallpapers/eae0c75b-3ea8-4578-86c6-13c416b57fa3_2560x1440.jpg b/src/home/Wallpapers/eae0c75b-3ea8-4578-86c6-13c416b57fa3_2560x1440.jpg new file mode 100644 index 0000000..a122fc6 Binary files /dev/null and b/src/home/Wallpapers/eae0c75b-3ea8-4578-86c6-13c416b57fa3_2560x1440.jpg differ diff --git a/src/home/Wallpapers/ef50936e-5fb9-4d9a-afe0-18b863ad3067_2560x1440.jpg b/src/home/Wallpapers/ef50936e-5fb9-4d9a-afe0-18b863ad3067_2560x1440.jpg new file mode 100644 index 0000000..aa29d8a Binary files /dev/null and b/src/home/Wallpapers/ef50936e-5fb9-4d9a-afe0-18b863ad3067_2560x1440.jpg differ diff --git a/src/home/Wallpapers/f81e5fb3-7d9d-414f-ac51-96fd007ebefe_2560x1440.jpg b/src/home/Wallpapers/f81e5fb3-7d9d-414f-ac51-96fd007ebefe_2560x1440.jpg new file mode 100644 index 0000000..2d8ac28 Binary files /dev/null and b/src/home/Wallpapers/f81e5fb3-7d9d-414f-ac51-96fd007ebefe_2560x1440.jpg differ diff --git a/src/home/Wallpapers/fb5ed2e9-b785-472f-abd2-4072edda8091_2560x1440.jpg b/src/home/Wallpapers/fb5ed2e9-b785-472f-abd2-4072edda8091_2560x1440.jpg new file mode 100644 index 0000000..1735b89 Binary files /dev/null and b/src/home/Wallpapers/fb5ed2e9-b785-472f-abd2-4072edda8091_2560x1440.jpg differ diff --git a/src/home/Wallpapers/fce780d8-720a-4c81-8acb-ce960ede4556_2560x1440.jpg b/src/home/Wallpapers/fce780d8-720a-4c81-8acb-ce960ede4556_2560x1440.jpg new file mode 100644 index 0000000..73d15cb Binary files /dev/null and b/src/home/Wallpapers/fce780d8-720a-4c81-8acb-ce960ede4556_2560x1440.jpg differ diff --git a/src/home/Wallpapers/fd9ced50-823e-4238-b19b-de945823ae1e_2560x1440.jpg b/src/home/Wallpapers/fd9ced50-823e-4238-b19b-de945823ae1e_2560x1440.jpg new file mode 100644 index 0000000..bd4ac0f Binary files /dev/null and b/src/home/Wallpapers/fd9ced50-823e-4238-b19b-de945823ae1e_2560x1440.jpg differ diff --git a/src/home/Wallpapers/fe853573-757e-4d5d-a798-8237f828c5f9_2560x1440.jpg b/src/home/Wallpapers/fe853573-757e-4d5d-a798-8237f828c5f9_2560x1440.jpg new file mode 100644 index 0000000..991b569 Binary files /dev/null and b/src/home/Wallpapers/fe853573-757e-4d5d-a798-8237f828c5f9_2560x1440.jpg differ diff --git a/src/home/root.face.icon b/src/home/root.face.icon deleted file mode 100644 index 62d2637..0000000 Binary files a/src/home/root.face.icon and /dev/null differ diff --git a/src/themes/root.face.icon b/src/themes/root.face.icon new file mode 100644 index 0000000..2372b7f Binary files /dev/null and b/src/themes/root.face.icon differ diff --git a/src/usr/bin/auto-new-wallpaper-and-colors.sh b/src/usr/bin/auto-new-wallpaper-and-colors similarity index 100% rename from src/usr/bin/auto-new-wallpaper-and-colors.sh rename to src/usr/bin/auto-new-wallpaper-and-colors diff --git a/src/usr/bin/iso-to-usb b/src/usr/bin/iso-to-usb index e891e3a..ddcfbdc 100755 --- a/src/usr/bin/iso-to-usb +++ b/src/usr/bin/iso-to-usb @@ -38,11 +38,11 @@ fi # Execute the dd command echo "Writing '$1' to '$2'..." -sudo dd bs=4M status=progress conv=fsync oflag=direct if="$1" of="/dev/$2" +time sudo dd bs=8M status=progress conv=fsync oflag=direct if="$1" of="/dev/$2" # Check the exit code of the dd command if [ $? -eq 0 ]; then - echo "Write complete." + echo "ISO to USB Write complete." else echo "Write failed. Check for errors." fi