mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Include non-free firmware in the image (ref T15).
This commit is contained in:
parent
6b9627e678
commit
dfd4089b97
6
data/live-build-config/hooks/13-firmware-linux-nonfree.chroot
Executable file
6
data/live-build-config/hooks/13-firmware-linux-nonfree.chroot
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp /etc/apt/sources.list /etc/apt/sources.list.d/non-free.list
|
||||
sed -i 's/main/non-free/g' /etc/apt/sources.list.d/non-free.list
|
||||
apt-get update
|
||||
apt-get -y install firmware-linux-nonfree
|
||||
Loading…
x
Reference in New Issue
Block a user