qubes-core-admin-linux/system-config
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
..
00-qubes-ignore-devices.rules udev: prevent race with kpartx -d 2015-02-01 04:05:05 +01:00
60-persistent-storage.rules Don't probe disk contents of loop* or xvd* 2016-06-26 12:51:20 +00:00
75-qubes-dom0.preset Add AEM services to 75-qubes-dom0.preset 2016-06-26 15:17:38 +00:00
99-qubes-default-disable.preset system-config: add systemd-preset configuration 2016-06-06 02:22:58 +02:00
cpufreq-xen.modules Load xen-acpi-processor module 2015-04-10 17:56:58 +02:00
disable-lesspipe Disable lesspipe in dom0 2015-06-25 02:37:29 +02:00
kernel-grub2.install kernel-install: call grub2-mkconfig only when it is installed 2015-09-26 02:54:32 +02:00
kernel-remove-bls.install Undo 'Boot Loader Spec' by deleting /boot/MACHINE_ID 2015-08-03 03:00:59 +02:00
kernel-xen-efi.install Ignore EFI boot args when parsing for filename 2016-11-11 16:22:23 -05:00
limits-qubes.conf Other Linux-specific files 2013-03-16 19:52:16 +01:00
polkit-1-qubes-allow-all.rules Other Linux-specific files 2013-03-16 19:52:16 +01:00
qubes-dom0.modules Other Linux-specific files 2013-03-16 19:52:16 +01:00
qubes-sync-clock.cron Other Linux-specific files 2013-03-16 19:52:16 +01:00
qubes.sudoers Other Linux-specific files 2013-03-16 19:52:16 +01:00