summaryrefslogtreecommitdiff
path: root/debian/vyos-1x.postinst
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-04 20:07:08 +0200
committerChristian Breunig <christian@breunig.cc>2024-07-04 20:07:08 +0200
commita414190447c32be0775a077cde13cef0cf2b8c54 (patch)
tree97811a261e1e6f6b51cae323cfdab4afc4404dff /debian/vyos-1x.postinst
parentecaa44498949a377622e98c8490e6b83d57ebdc4 (diff)
downloadvyos-1x-a414190447c32be0775a077cde13cef0cf2b8c54.tar.gz
vyos-1x-a414190447c32be0775a077cde13cef0cf2b8c54.zip
wireless: T4287: use Debian postinst over preinst when using update-alternatives
This fixes an error during ISO assembly: update-alternatives: error: no alternatives for regulatory.db dpkg: error processing archive /tmp/apt-dpkg-install-PJplR3/00-vyos-1x_1.5dev0-1880-gecaa44498_amd64.deb (--unpack): new vyos-1x package pre-installation script subprocess returned error exit status 2
Diffstat (limited to 'debian/vyos-1x.postinst')
-rw-r--r--debian/vyos-1x.postinst3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst
index 26b81db6f..141a9e8f9 100644
--- a/debian/vyos-1x.postinst
+++ b/debian/vyos-1x.postinst
@@ -256,3 +256,6 @@ python3 /usr/lib/python3/dist-packages/vyos/xml_ref/update_cache.py
if [ ! -f /lib/systemd/system/ssh@.service ]; then
ln /lib/systemd/system/ssh.service /lib/systemd/system/ssh@.service
fi
+
+# T4287 - as we have a non-signed kernel use the upstream wireless reulatory database
+update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream