projects
/
invirt/packages/invirt-autoinstaller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a8f9f
)
update sx-make-iso to black-mesa's version
author
Greg Price
<price@mit.edu>
Thu, 1 May 2008 05:08:14 +0000
(
01:08
-0400)
committer
Greg Price
<price@mit.edu>
Thu, 1 May 2008 05:08:14 +0000
(
01:08
-0400)
The modtime on black-mesa of this new version is late October.
The script is overtaken by events anyway, but just keeping things clean.
svn path=/trunk/packages/sipb-xen-guest-installer/; revision=484
files/usr/sbin/sipb-xen-make-iso
patch
|
blob
|
history
diff --git
a/files/usr/sbin/sipb-xen-make-iso
b/files/usr/sbin/sipb-xen-make-iso
index
97b651e
..
9b959cb
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-make-iso
+++ b/
files/usr/sbin/sipb-xen-make-iso
@@
-8,9
+8,8
@@
from subprocess import call
data_dir = '/srv/guest-installer'
-def make_debian_cd(name, passhashfile):
+def make_debian_cd(name, tmptree, passhashfile):
basetree = os.path.join(data_dir, name)
- tmptree = tempfile.mkdtemp('', 'auto-install.', '/tmp')
cdtree = os.path.join(tmptree, 'cdrom')
shutil.copytree(os.path.join(basetree, 'cdrom'), cdtree, symlinks=True)
new_preseed = file(os.path.join(cdtree, 'preseed.cfg'), 'w')