~didrocks/ubiquity/intall-metrics

« back to all changes in this revision

Viewing changes to ubiquity/frontend/noui.py

  • Committer: Colin Watson
  • Date: 2006-04-21 11:39:15 UTC
  • Revision ID: colin.watson@canonical.com-20060421113915-7d2d711cd6afc4f5
* Rename from espresso to ubiquity, to better suggest an association with
  Ubuntu. Log output now written to /var/log/installer/syslog rather than
  using the package name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
import debconf
15
15
    
16
 
from espresso.backend.part import call_autoparted
 
16
from ubiquity.backend.part import call_autoparted
17
17
 
18
18
 
19
19
class Wizard:
64
64
        # This is just a example info.
65
65
        # We should take that info from the debconf
66
66
        # Something like:
67
 
        # re = self.db.get('espresso/mountpoints')
 
67
        # re = self.db.get('ubiquity/mountpoints')
68
68
        # for path, dev in re:
69
69
        #     mountpoints[path] = dev
70
70
        self.mountpoints = {'/'         : '/dev/hda1',