aboutsummaryrefslogtreecommitdiffstats
path: root/main/compat-pvgrub/update-pvgrub
Commit message (Collapse)AuthorAgeFilesLines
* 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
* main/compat-pvgrub: new aportWilliam Pitcock2013-11-181-0/+117
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