/lvfs_sync

Primary LanguagePython

Linux Vendor Firmware Service mirror container

Build and run mirror

mkdir mirror
docker buildx build . -t lvfs_sync
docker run -ti --rm -v $PWD/mirror:/mirror:z lvfs_sync

To host the mirror

docker buildx build . -t lvfs_nginx
docker run -ti --rm -v $PWD/mirror:/mirror:z lvfs_nginx

To enable your host to use the mirror

# cat /etc/fwupd/remotes.d/remote.conf
[fwupd Remote]
Enabled=true
Type=download
MetadataURI=http://<url>/firmware.xml.gz
FirmwareBaseURI=http://<url>/