Changeset 484


Ignore:
Timestamp:
May 1, 2008, 1:08:14 AM (16 years ago)
Author:
price
Message:

update sx-make-iso to black-mesa's version

The modtime on black-mesa of this new version is late October.

The script is overtaken by events anyway, but just keeping things clean.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-guest-installer/files/usr/sbin/sipb-xen-make-iso

    r221 r484  
    99data_dir = '/srv/guest-installer'
    1010
    11 def make_debian_cd(name, passhashfile):
     11def make_debian_cd(name, tmptree, passhashfile):
    1212  basetree = os.path.join(data_dir, name)
    13   tmptree = tempfile.mkdtemp('', 'auto-install.', '/tmp')
    1413  cdtree = os.path.join(tmptree, 'cdrom')
    1514  shutil.copytree(os.path.join(basetree, 'cdrom'), cdtree, symlinks=True)
Note: See TracChangeset for help on using the changeset viewer.