summaryrefslogtreecommitdiff
path: root/tools/pygrub
Commit message (Expand)AuthorAgeFilesLines
* tools: Use -s for python shebangsAndrew Cooper2023-03-172-2/+3
* tools/pygrub: Factor out common setup.py partsAndrew Cooper2023-03-171-5/+6
* tools: Delete trailing whitespace in python scriptsAndrew Cooper2023-03-174-42/+42
* tools: Remove -Werror everywhere elseAnthony PERARD2022-10-141-1/+1
* tools/python: Pass linker to Python build processElliott Mitchell2020-10-161-4/+5
* tools/pygrub: Failing to set value to 0 in Grub2ConfigFileMichael Young2019-08-141-1/+1
* pygrub: encode / decode string in Python 3Wei Liu2019-04-021-2/+8
* pygrub/grub: always use integer for default entryWei Liu2019-04-021-1/+5
* pygrub: fix message in grub parserWei Liu2019-04-021-1/+1
* pygrub/fsimage: make it work with python 3Wei Liu2019-03-121-54/+69
* pygrub: make python scripts work with 2.6 and upWei Liu2019-03-124-70/+78
* pygrub: change tabs into spacesWei Liu2019-03-121-2/+2
* pygrub/fsimage: drop unused structWei Liu2019-03-121-7/+0
* tools/pygrub: Add `xen' to fsimage python module nameIan Jackson2018-10-153-9/+9
* tools/libfsimage: Add `xen' to .h names and principal .so nameIan Jackson2018-10-152-2/+2
* pygrub fsimage.so: Honour LDFLAGS when buildingIan Jackson2018-10-151-1/+1
* pygrub: fix package versionSimon Rowe2018-08-151-1/+1
* DEPS handling: Use DEPS_INCLUDE everywhereIan Jackson2017-09-071-1/+1
* DEPS handling: Use DEPS_RM everywhereIan Jackson2017-09-071-1/+1
* Makefile: Fix uninstall targetPetre Pircalabu2017-07-281-3/+12
* pygrub: Properly quote results, when returning them to the caller:Ian Jackson2016-11-221-3/+6
* tools/pygrub: fix usage of LDFLAGSRoger Pau Monne2016-04-271-3/+4
* tools: pygrub: if partition table is empty, try treating as a whole diskIan Campbell2015-11-161-0/+5
* Replace FSF street address with canonical URLIan Campbell2015-07-293-6/+3
* tools: replace private BINDIR with automake bindirOlaf Hering2015-05-211-3/+3
* tools/pygrub: Add example from Ubuntu 14.04 LTSIan Jackson2015-03-021-0/+234
* tools: work around collision of -O0 and -D_FORTIFY_SOURCEIan Jackson2015-02-061-2/+4
* tools: fix "make distclean"Wei Liu2015-01-271-0/+3
* pygrub: Fix regression from c/s d1b93ea, attempt 2Boris Ostrovsky2014-12-041-1/+3
* tools/pygrub: Fix TOCTOU race introduced by c/s 63dcc68Andrew Cooper2014-11-041-3/+9
* pygrub: fix non-interactive parsing of grub1 config filesSimon Rowe2014-11-041-9/+14
* Use configure --libexecdir=BASEDIR to set LIBEXECOlaf Hering2014-10-061-4/+4
* pygrub: fix read sizes on FreeBSDRoger Pau Monne2014-09-291-4/+13
* tools/pygrub: store kernels in /var/run/xen/pygrubOlaf Hering2014-09-231-1/+7
* tools/pygrub: Make pygrub understand default entry in string formatBoris Ostrovsky2014-07-032-6/+25
* tools/pygrub: Fix extlinux when /boot is a separate partition from /Andrew Cooper2014-06-181-1/+3
* tools/pygrub: Fix error handling if no valid partitions are foundAndrew Cooper2014-05-121-2/+2
* tools/pygrub: add APPEND_LDFLAGS to CFLAGSOlaf Hering2014-04-231-2/+2
* tools/pygrub: remove /var/run/xend/boot from install targetOlaf Hering2014-04-231-1/+0
* xen/pygrub: grub2/grub.cfg from RHEL 7 has new commands in menuentryJoby Poriyath2014-03-122-1/+121
* pygrub: remote ia64 from pygrubOlaf Hering2014-03-121-24/+11
* pygrub: Support (/dev/xvda) style disk specificationsIan Campbell2013-10-142-1/+109
* pygrub: add Debian extlinux.conf pathIan Campbell2013-08-271-0/+1
* pygrub: allow user to specify an explicit offset to fsKjetil Torgrim Homme2013-07-171-4/+13
* pygrub: add fedora 19 grub.cfg exampleMarcel J.E. Mol2013-06-271-0/+117
* pygrub/GrubConf: fix boot problem for fedora 19 grub.cfg (2nd attempt)Marcel J.E. Mol2013-06-271-0/+2
* tools/pygrub: Fix install when $(BINDIR) and $(PRIVATE_BINDIR) are the sameChristoph Egger2013-04-241-1/+2
* Fix pygrub handling non-default entryMiroslav Rezanina2013-01-171-1/+1
* pygrub: Fix command line argument error handlingMatthew Daley2012-11-123-4/+4
* pygrub: Add option to list grub entriesCharles Arnold2012-10-261-4/+20