File: fix-initial_grub_cfg.template.patch

package info (click to toggle)
ironic 1%3A32.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,992 kB
  • sloc: python: 184,221; sh: 3,917; pascal: 766; xml: 387; makefile: 86
file content (15 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix initial_grub_cfg.template
 The default grub.cfg happen /srv/tftp, but tftp-hpa is, in Debian,
 already doing a chroot in there.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2024-09-16

--- ironic-21.1.0.orig/ironic/drivers/modules/initial_grub_cfg.template
+++ ironic-21.1.0/ironic/drivers/modules/initial_grub_cfg.template
@@ -1,4 +1,4 @@
 echo Booting from $prefix
 
-source {{ tftp_root }}/$net_default_mac.conf
+source /$net_default_mac.conf