Add firmware-nonfree repository support for comprehensive hardware compatibility

- Added firmware-nonfree to LB_ARCHIVE_AREAS in main config
- Updated sources.list to include firmware-nonfree repository
- Modified preseed to enable firmware-nonfree in installer
- Ensures access to all firmware packages for maximum hardware support
- Covers WiFi cards, graphics drivers, and other hardware firmware
parent 2f731f37
# Devuan merged repository with main, contrib, and non-free
deb http://packages.devuan.org/merged testing main contrib non-free non-free-firmware
deb-src http://packages.devuan.org/merged testing main contrib non-free non-free-firmware
# Devuan merged repository with main, contrib, non-free, and firmware-nonfree
deb http://packages.devuan.org/merged testing main contrib non-free firmware-nonfree
deb-src http://packages.devuan.org/merged testing main contrib non-free firmware-nonfree
# Security updates
deb http://packages.devuan.org/merged testing-security main contrib non-free non-free-firmware
deb-src http://packages.devuan.org/merged testing-security main contrib non-free non-free-firmware
\ No newline at end of file
deb http://packages.devuan.org/merged testing-security main contrib non-free firmware-nonfree
deb-src http://packages.devuan.org/merged testing-security main contrib non-free firmware-nonfree
\ No newline at end of file
......@@ -25,10 +25,10 @@ LB_PARENT_DISTRIBUTION_BINARY="testing"
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION=""
# Select archive areas to use
LB_ARCHIVE_AREAS="main contrib non-free"
LB_ARCHIVE_AREAS="main contrib non-free firmware-nonfree"
# Select parent archive areas to use
LB_PARENT_ARCHIVE_AREAS="main contrib non-free"
LB_PARENT_ARCHIVE_AREAS="main contrib non-free firmware-nonfree"
# Set parent mirror to bootstrap from
LB_PARENT_MIRROR_BOOTSTRAP="http://packages.devuan.org/merged/"
......
......@@ -25,10 +25,10 @@ d-i apt-setup/mirror/http/hostname string deb.debian.org
d-i apt-setup/mirror/http/directory string /debian
d-i apt-setup/mirror/http/proxy string
# Enable contrib and non-free repositories
# Enable contrib, non-free, and firmware-nonfree repositories
d-i apt-setup/contrib boolean true
d-i apt-setup/non-free boolean true
d-i apt-setup/non-free-firmware boolean true
d-i apt-setup/firmware-nonfree boolean true
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select none
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment