search for: deb_configure_extra_flags

Displaying 5 results from an estimated 5 matches for "deb_configure_extra_flags".

2014 Sep 07
1
Bug#703586: Bug#703586: Xen fails to boot Linux dom0 under UEFI
...fi and when you boot grub and a non-Xen entry, you can use efivars (and efibootmgr) all you want. Steps: 1. Rebuild the debian package with a small change Do your usual apt-sourcing and build-depping, but add the pep target to debian/rules: (I put it right underneath include debian/rules.defs) DEB_CONFIGURE_EXTRA_FLAGS += --enable-targets=x86_64-pep then do your usual binary run to produce the files needed. You?ll find xen.efi in ./debian/build/build-hypervisor_amd64_amd64/xen/xen.efi 2. Allow UEFI to find your xen.efi UEFI uses your ESP to launch the efi binaries, so that?s where it needs to go. Simply put (...
2018 Jul 04
2
Invalid directive CERTFILE /etc/nut/keys/gold.pem on Debian stretch
...irective CERTFILE /etc/nut/keys/gold.pem Jul 04 10:49:05 maria upsd[4744]: listening on 0.0.0.0 port 3493 My first reaction was to check the spelling of CERTFILE, but it looks ok. I then checked that nut 2.7.4 on Debian is compiled with SSL/TLS support DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --with-ssl --with-nss \ --with-cgi \ ... so now I'm stuck for ideas. Any suggestion would be much appreciated. Roger
2014 Sep 07
0
Bug#703586: Bug#703586: Xen fails to boot Linux dom0 under UEFI
...can use efivars (and efibootmgr) all you want. > > Steps: > > 1. Rebuild the debian package with a small change > > Do your usual apt-sourcing and build-depping, but add the pep target to debian/rules: > > (I put it right underneath include debian/rules.defs) > > DEB_CONFIGURE_EXTRA_FLAGS += --enable-targets=x86_64-pep > > then do your usual binary run to produce the files needed. > You?ll find xen.efi in ./debian/build/build-hypervisor_amd64_amd64/xen/xen.efi > > 2. Allow UEFI to find your xen.efi > > UEFI uses your ESP to launch the efi binaries, so that?s...
2014 Sep 13
2
Bug#703586: Bug#703586: Bug#703586: Xen fails to boot Linux dom0 under UEFI
...7 at 13:42 +0200, John Keates wrote: > > 1. Rebuild the debian package with a small change > > > > Do your usual apt-sourcing and build-depping, but add the pep target to debian/rules: > > > > (I put it right underneath include debian/rules.defs) > > > > DEB_CONFIGURE_EXTRA_FLAGS += --enable-targets=x86_64-pep > > This isn't actually necessary, the Xen build will automatically produce > xen.efi if the tools are new enough and contain the necessary support. > --enable-targets=x86_64-pep is actually something which needs to be > passed to the *binutils* c...
2014 Sep 07
0
Bug#703586: Bug#703586: Xen fails to boot Linux dom0 under UEFI
On Sun, 2014-09-07 at 00:02 +0200, John Keates wrote: > How do I assist with getting this in for Jessie? > > I have this working in a fairly easy setup, it basically only requires > the pep target to be on for debian?s Xen package, What is "pep"? > and a tiny bit of infrastructure to get xen.efi, vmlinuz, an initrd > and a xen.cfg on to the ESP partition and letting