[Pkg-privacy-commits] [tails-installer] 05/35: /EFI/boot/grub.conf has been renamed to /EFI/BOOT/grub.cfg
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a commit to annotated tag 3.12.0
in repository tails-installer.
commit d96fd49de46b01fe65576a036b8597bc859996ec
Author: Luke Macken <lmacken at redhat.com>
Date: Fri Mar 1 11:24:54 2013 -0500
/EFI/boot/grub.conf has been renamed to /EFI/BOOT/grub.cfg
---
liveusb/creator.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/liveusb/creator.py b/liveusb/creator.py
index 6dae7b0..881c90b 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -290,10 +290,10 @@ class LiveUSBCreator(object):
def update_configs(self):
""" Generate our syslinux.cfg and grub.conf files """
- grubconf = os.path.join(self.dest, "EFI", "boot", "grub.conf")
- bootconf = os.path.join(self.dest, "EFI", "boot", "boot.conf")
- bootx64conf = os.path.join(self.dest, "EFI", "boot", "bootx64.conf")
- bootia32conf = os.path.join(self.dest, "EFI", "boot", "bootia32.conf")
+ grubconf = os.path.join(self.dest, "EFI", "BOOT", "grub.cfg")
+ bootconf = os.path.join(self.dest, "EFI", "BOOT", "boot.conf")
+ bootx64conf = os.path.join(self.dest, "EFI", "BOOT", "bootx64.conf")
+ bootia32conf = os.path.join(self.dest, "EFI", "BOOT", "bootia32.conf")
updates = [(os.path.join(self.dest, "isolinux", "isolinux.cfg"),
os.path.join(self.dest, "isolinux", "syslinux.cfg")),
(grubconf, bootconf)]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list