summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-bootloader-grub2.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-71/+75
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* Add configure option for unsuffixed GRUB2 commandsKenneth J. Miller2021-03-181-13/+14
* grub2: Generate config from pending deploymentRobert Fairley2019-04-241-6/+5
* grub2: add support for devicetreeRicardo Salveti2018-12-211-0/+10
* lib/grub2: Support Debian-style grub.cfg pathFelix Krull2018-09-041-6/+12
* tree-wide: Update to new libglnx fd APIsColin Walters2017-10-111-1/+1
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib/grub2: Port some to new code styleColin Walters2017-09-081-70/+57
* grub2: Handle aarch64 (at least on Fedora/RHEL)Colin Walters2017-07-271-18/+20
* Update libglnx, port some uses to newer APIsColin Walters2017-07-241-7/+5
* tree-wide: Convert to using autoptr(GString) vs g_string_free(...,TRUE)Colin Walters2017-05-051-3/+1
* Define TARGET_PREFIX to use with grub2 deploymentAnton Gerasimov2017-03-271-1/+1
* grub2: Use "linux16" only on x86/x86_64Colin Walters2017-03-031-2/+28
* grub2: Use g_spawn_sync() rather than GSubprocess to avoid SIGCHLDColin Walters2017-02-271-27/+37
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-3/+0
* Move ostree-* executables to /usr/lib/ostreeGatis Paeglis2016-08-111-1/+1
* grub2: Port away from gs_file_sync_data()Colin Walters2016-08-031-2/+12
* lib: Port away from gs_file_rename()Colin Walters2016-08-031-3/+5
* lib: Use g_file_enumerator_iterate() if available, with fallbackColin Walters2016-06-211-2/+2
* Introducing ostree-grub-generatorGatis Paeglis2016-04-041-2/+22
* Use GSubprocess instead of GSSubprocess (libgsystem removal)Colin Walters2016-03-231-24/+18
* grub2: Don't delete grub2.cfg.old file we just copiedColin Walters2016-01-271-2/+0
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use g_auto(GStrv) instead of gs_strfreevMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-2/+2
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-2/+2
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-10/+10
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-3/+3
* trivial: Fix typo in previous commitColin Walters2014-11-251-1/+1
* grub2: If using --sysroot, run in chrootColin Walters2014-11-251-0/+75
* grub2: Fix bad substitution in review followupColin Walters2014-10-271-1/+1
* Add (non-atomic) support for GRUB2 + UEFIColin Walters2014-10-231-9/+131
* libostree: Add initial GRUB2 supportColin Walters2014-10-161-0/+261