Go to file
Jean-Philippe Ouellet 9b7667c3a5
Ignore EFI boot args when parsing for filename
I need to set some flags in order to boot as described here:
https://www.qubes-os.org/doc/uefi-troubleshooting/

My settings look like this:
    $ efibootmgr -v
    BootCurrent: 0000
    Boot0000* Qubes HD(...)/File(\EFI\qubes\xen.efi)p.l.a.c.e.h.o...

which causes awk to get confused and think my $EFI_DIR should be:
    /EFI/qubesp.l.a.c.e.h.o.l.d.e.r. ./.m.a.p.b.s. ./.n.o.e.x.i.t.b.o.o.t.

This causes the script to later bail:
    if [ ! -d "$EFI_DIR" ]; then
        # non-EFI system
        exit 0;
    fi

So my xen.cfg did not get new entries when installing dom0 kernel packages.
2016-11-11 16:22:23 -05:00
appmenus-files appmenus: add xterm in Disposable VM menu entry 2016-07-17 00:00:47 +02:00
appmenus-scripts appmenus: force X-Qubes-VM category for all VM-related entries 2016-07-15 11:31:27 +02:00
doc Keep Makefile DRY 2016-11-10 06:42:39 -05:00
dom0-updates qubes-dom0-update: Show sync and download progress 2016-09-05 13:57:07 +00:00
dracut dracut: Omit network and kernel-network-modules 2016-04-10 00:00:00 -04:00
file-copy-vm Use #!/bin/bash and && in qvm-move-to-vm 2016-02-16 08:33:54 +00:00
icons Initial commit: appmenus handling code, icons 2013-03-16 18:23:22 +01:00
pm-utils pm-utils: call qubes.SuspendPreAll/qubes.SuspendPostAll services 2016-03-15 23:13:48 +01:00
qrexec Revert "qrexec: fix "yes to all" for qrexec calls with custom argument" 2016-10-31 14:17:54 +01:00
rpm_spec appmenus: add xterm in Disposable VM menu entry 2016-07-17 00:00:47 +02:00
system-config Ignore EFI boot args when parsing for filename 2016-11-11 16:22:23 -05:00
vaio-fixes vaio-fixes 2013-03-16 18:24:21 +01:00
.gitignore gitignore 2015-05-03 16:05:02 +02:00
.travis.yml travis: initial version 2016-06-03 20:23:10 +02:00
Makefile Remove support for old builder API 2013-03-19 19:03:41 +01:00
Makefile.builder Add Makefile.builder 2013-03-19 15:23:17 +01:00
README.txt Update README 2015-07-10 17:50:25 +02:00
version version 3.2.9 2016-10-31 14:18:21 +01:00
version_vaio_fixes vaio-fixes 2013-03-16 18:24:21 +01:00

This package contains Linux dom0 files.

Mostly there are config files for different system services, but also some
"addons" to Qubes core:
 - udev scripts for block and USB devices exposure (in qvm-block and qvm-usb)
 - appmenu generation for Linux GUI (including icons)