]> git.proxmox.com Git - grub2.git/commit - debian/po/de.po
Fix --disable-quiet-boot
authorWill Thompson <will@willthompson.co.uk>
Mon, 24 Jun 2019 06:59:38 +0000 (07:59 +0100)
committerColin Watson <cjwatson@debian.org>
Mon, 24 Jun 2019 07:00:55 +0000 (08:00 +0100)
commit168de093858f512ba0656b93a9048fc46c909181
tree262553056de0b3be29c64530c7b5ce100edf9214
parentcf195afaeb08987b0c2099d4d1a7001908fe2d89
parent5254a0a3d9f5b25e1ac95d6ac8d48dc2b65cf936
Fix --disable-quiet-boot

QUIET_BOOT is always defined: it is 1 if --enable-quiet-boot is passed
to configure, and 0 otherwise. But every CPP conditional was based on
whether it is defined or not; so the --enable-quiet-boot code paths were
in fact always enabled.
36 files changed:
debian/.git-dpm
debian/changelog
debian/patches/arm-align-section-alignment-with-manual-reloc-offset.patch
debian/patches/arm-move-trampolines-into-code-section.patch
debian/patches/at_keyboard-module-init.patch
debian/patches/bash-completion-drop-have-checks.patch
debian/patches/bootp-new-net_bootp6-command.patch
debian/patches/bootp-process-dhcpack-http-boot.patch
debian/patches/efi-variable-storage-minimise-writes.patch
debian/patches/efinet-set-dns-from-uefi-proto.patch
debian/patches/efinet-set-network-from-uefi-devpath.patch
debian/patches/efinet-uefi-ipv6-pxe-support.patch
debian/patches/fix-lockdown.patch
debian/patches/gfxpayload-dynamic.patch
debian/patches/grub-install-extra-removable.patch
debian/patches/grub-install-pvxen-paths.patch
debian/patches/grub-install-removable-shim.patch
debian/patches/ieee1275-clear-reset.patch
debian/patches/ignore-grub_func_test-failures.patch
debian/patches/insmod-xzio-and-lzopio-on-xen.patch
debian/patches/install-efi-ubuntu-flavours.patch
debian/patches/install-powerpc-machtypes.patch
debian/patches/linuxefi-skip-validation-without-secure-boot.patch
debian/patches/maybe-quiet.patch
debian/patches/mkconfig-other-inits.patch
debian/patches/mkconfig-recovery-title.patch
debian/patches/net-read-bracketed-ipv6-addr.patch
debian/patches/no-devicetree-if-secure-boot.patch
debian/patches/ppc64el-disable-vsx.patch
debian/patches/probe-fusionio.patch
debian/patches/quick-boot.patch
debian/patches/skip-grub_cmd_set_date.patch
debian/patches/uefi-secure-boot-cryptomount.patch
debian/patches/vsnprintf-upper-case-hex.patch
debian/patches/vt-handoff.patch
debian/patches/zpool-full-device-name.patch