diff options
author | Simon Rettberg | 2024-12-09 16:10:13 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-12-09 16:10:13 +0100 |
commit | 8ee51b3cbb0b1027b49e4b98569c1c102cb214c2 (patch) | |
tree | 3786f64f375046e88940b0359a474b65e3808864 /automatic-build | |
parent | Include systemd-container in stage4 (diff) | |
download | netboot-debootstrap-master.tar.gz netboot-debootstrap-master.tar.xz netboot-debootstrap-master.zip |
Diffstat (limited to 'automatic-build')
-rwxr-xr-x | automatic-build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/automatic-build b/automatic-build index 02488db..e552879 100755 --- a/automatic-build +++ b/automatic-build @@ -32,7 +32,8 @@ distro="debian" release="bookworm" mirror="ftp.halifax.rwth-aachen.de" -pkg_sources="main contrib" +# Need non-free for intel-media-va-driver-non-free +pkg_sources="main contrib non-free non-free-firmware" # if you don't put a kernel.config in $ROOT_DIR, this will be used # fallback would be the running kernel's config |