[Pkg-privacy-commits] [tails-installer] 07/35: Change isolinux to syslinux in the grub.cfg (#810112)
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:41 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 d705783c7e5c770bbe45000916311121540faac8
Author: Luke Macken <lmacken at redhat.com>
Date: Fri Mar 1 11:26:25 2013 -0500
Change isolinux to syslinux in the grub.cfg (#810112)
---
liveusb/creator.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/liveusb/creator.py b/liveusb/creator.py
index f6bd5e0..8dbf2d3 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -278,6 +278,8 @@ class LiveUSBCreator(object):
line = re.sub("rootfstype=[^ ]*",
"rootfstype=%s" % self.fstype,
line)
+ if "isolinux" in line:
+ line = re.sub("isolinux", "syslinux", line)
if self.overlay and "liveimg" in line:
line = line.replace("liveimg", "liveimg overlay=" + usblabel)
line = line.replace(" ro ", " rw ")
--
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