/
githubmirror
/
fwupd
ОбзорДокументацияВойти
/
githubmirror
/
fwupd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
fwupd/
contrib/debian/
..
lintian

trivial: ci: debian: sync relevant changes from distro Debian packaging

16 дней назад
source

trivial: debian: drop unused debian/source/include-binaries

5 лет назад
tests

trivial: ci: debian: sync relevant changes from distro Debian packaging

16 дней назад
.gitignore

trivial: ci: debian: sync relevant changes from distro Debian packaging

16 дней назад
README.Debian

Update the template building service for the move to fwupd

8 лет назад
README.source

Add debian packaging

9 лет назад
clean

Remove gtkdoc build option

4 года назад
compat

trivial: debian: bump compat version

7 лет назад
control.in

trivial: debian: drop gir:provides from fwupd

16 дней назад
control.qubes.in

contrib/qubes: Add Qubes wrapper source and create packages

5 лет назад
copyright.in

trivial: Use the non-deprecated SPDX license ID

2 года назад
docs

trivial: Move the release descriptions to the metainfo.xml file

8 лет назад
fwupd-doc.links

trivial: debian: Add symlinks for devhelp to work

4 года назад
fwupd-qubes-vm-whonix.install

contrib/qubes: Add Qubes wrapper source and create packages

5 лет назад
fwupd-qubes-vm-whonix.postinst

trivial: run shfmt on all posix and bash scripts

год назад
fwupd-qubes-vm-whonix.postrm

trivial: run shfmt on all posix and bash scripts

год назад
fwupd-tests.postinst

trivial: run shfmt on all posix and bash scripts

год назад
fwupd-tests.postrm

trivial: run shfmt on all posix and bash scripts

год назад
fwupd.dirs

Add debian packaging

9 лет назад
fwupd.install

trivial: Fix the debian CI by removing library-not-linked-against-libc

7 месяцев назад
fwupd.maintscript

Ensure the i2c_dev kernel driver is always loaded

год назад
fwupd.pkla

Add debian packaging

9 лет назад
fwupd.postinst

trivial: debian: remove code from fwupdate->fwupd transition

3 года назад
fwupd.postrm

trivial: run shfmt on all posix and bash scripts

год назад
fwupd.preinst

trivial: run shfmt on all posix and bash scripts

год назад
fwupd.purge

trivial: ci: debian: sync relevant changes from distro Debian packaging

16 дней назад
gbp.conf

Add debian packaging

9 лет назад
gir1.2-fwupd-2.0.install

Install development files for libfwupdplugin

7 лет назад
libfwupd-dev.install

trivial: debian: make abi changes more invisible

3 года назад
libfwupd3.install

Remove deprecated API from libfwupd

3 года назад
not-installed

contrib/qubes: Add Qubes wrapper source and create packages

5 лет назад
rules

ci: Support Rust cross-compilation for Debian builds

9 дней назад
watch

trivial: update references of hughsie/fwupd to fwupd/fwupd

7 лет назад
README.Debian
signed vs unsigned fwupd programs
------------------------------------
 
fwupd 1.1.0 is configured to understand when to use a signed version
of the EFI binary. If the signed version isn't installed but secure
boot is turned on, it will avoid copying to the EFI system partition.
 
This allows supporting secure boot even if not turned on at install, or
changed later after install.
 
In Ubuntu, both fwupd-signed and fwupd are seeded in the default
installation. Nothing is installed to the ESP until it's needed.
 
In Debian, the package name for the signed version is slightly
different due to different infrastructure. fwupd-signed-$ARCH and
fwupd should both be installed and then things will work similarly
to what's described above.