aboutsummaryrefslogtreecommitdiffstats
path: root/main/compat-pvgrub
Commit message (Collapse)AuthorAgeFilesLines
* main/compat-pvgrub: include updated checksumsKevin Daudt2019-10-281-3/+1
|
* main/compat-pvgrub: bump pkgrelKevin Daudt2019-10-281-1/+1
|
* main/compat-pvgrub: prevent output to wrong conf-fileJailBox2019-10-281-1/+2
| | | | | | | | | | | if "$myconf" defines/redefines "$conf" the generated output would go to the wrong file I.e. >echo "conf=/boot/mybootdir/extlinux.conf" >> /etc/update-extliunx.conf /sbin/update-extlinux will honor this, while update-pvgrub would write to the wrong config file. So postpone presetting "$conf" until "$myconf" has been source'd
* add real timeout to grub config fileBastien Durel2019-10-281-1/+1
| | | | | | as $rtimeout is undefined, config file ends with timeout line, which makes pvgrub fail on int parsing
* orphan all of my packagesWilliam Pitcock2019-03-261-2/+2
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/compat-pvgrub: update checksumsBartłomiej Piotrowski2013-11-181-3/+3
|
* main/compat-pvgrub: new aportWilliam Pitcock2013-11-183-0/+153
This builds a grub configuration automatically, similar to update-extlinux (derived from that code). It assumes a typical Xen deployment, with the filesystem being flat, and on (hd0). fix #2356