| » Linux Archive |
|
Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.
|
| » Sponsor |
|
|
| » Sponsor |
|
|
|
|

09-13-2011, 08:44 AM
|
|
|
Log how we run mkisofs.
It's very useful to know when trying to rebuild the iso manually.
---
src/pylorax/images.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/pylorax/images.py b/src/pylorax/images.py
index 75d38e0..23b6059 100644
--- a/src/pylorax/images.py
+++ b/src/pylorax/images.py
@@ -344,6 +344,7 @@ class PPC(object):
"-magic", joinpaths(self.installtree.root, MAGIC),
"-no-desktop", "-allow-multidot", "-graft-points", isopathdir]
+ logger.debug("calling mkisofs: %s" % cmd)
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
stdout=subprocess.PIPE)
p.wait()
@@ -565,6 +566,7 @@ class X86(object):
"images={0}".format(joinpaths(self.outputroot, IMAGESDIR))] +
efigraft
+ logger.debug("calling mkisofs: %s" % cmd)
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
stdout=subprocess.PIPE)
p.wait()
@@ -780,6 +782,7 @@ class SPARC(object):
"-o", bootiso_fpath, "-graft-points",
"boot=%s" % joinpaths(self.outputroot, SPARCDIR)]
+ logger.debug("calling mkisofs: %s" % cmd)
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
stdout=subprocess.PIPE)
--
1.7.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|
|

09-13-2011, 10:42 AM
|
|
|
Log how we run mkisofs.
ack
--
Martin Gracik
----- Original Message -----
> It's very useful to know when trying to rebuild the iso manually.
> ---
> src/pylorax/images.py | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/src/pylorax/images.py b/src/pylorax/images.py
> index 75d38e0..23b6059 100644
> --- a/src/pylorax/images.py
> +++ b/src/pylorax/images.py
> @@ -344,6 +344,7 @@ class PPC(object):
> "-magic", joinpaths(self.installtree.root, MAGIC),
> "-no-desktop", "-allow-multidot", "-graft-points", isopathdir]
>
> + logger.debug("calling mkisofs: %s" % cmd)
> p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
> stdout=subprocess.PIPE)
> p.wait()
> @@ -565,6 +566,7 @@ class X86(object):
> "images={0}".format(joinpaths(self.outputroot, IMAGESDIR))] +
> efigraft
>
> + logger.debug("calling mkisofs: %s" % cmd)
> p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
> stdout=subprocess.PIPE)
> p.wait()
> @@ -780,6 +782,7 @@ class SPARC(object):
> "-o", bootiso_fpath, "-graft-points",
> "boot=%s" % joinpaths(self.outputroot, SPARCDIR)]
>
> + logger.debug("calling mkisofs: %s" % cmd)
> p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
> stdout=subprocess.PIPE)
>
> --
> 1.7.6
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|
|
|
All times are GMT. The time now is 03:20 AM.
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org
|