diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-03-02 12:05:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-03-02 12:09:12 +0100 |
commit | 3f7186f69bf9ed30d854fadc8510ccd2e9cff089 (patch) | |
tree | 3a4698903f3141dff9e971edbf4985f21dfb8afa /data/live-build-config/hooks/live/14-firmware-linux-nonfree.chroot | |
parent | 18eb7c3e52a916cb7f19439c7c0bfdc8615de7bf (diff) | |
download | vyos-build-3f7186f69bf9ed30d854fadc8510ccd2e9cff089.tar.gz vyos-build-3f7186f69bf9ed30d854fadc8510ccd2e9cff089.zip |
T929: remove debian-firmware packages from build
Kernel Firmware BLOBs will be delivered by the new vyos-firmware package
Diffstat (limited to 'data/live-build-config/hooks/live/14-firmware-linux-nonfree.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/14-firmware-linux-nonfree.chroot | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/live-build-config/hooks/live/14-firmware-linux-nonfree.chroot b/data/live-build-config/hooks/live/14-firmware-linux-nonfree.chroot deleted file mode 100755 index 887831cc..00000000 --- a/data/live-build-config/hooks/live/14-firmware-linux-nonfree.chroot +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 - -if [ -e /etc/apt/sources.list.d/zz-sources.list ] ; then - cp /etc/apt/sources.list /etc/apt/sources.list.d/zz-non-free.list - sed -i 's/main/non-free/g' /etc/apt/sources.list.d/zz-non-free.list -fi - -apt-get update -apt-get -y install firmware-linux-nonfree |