~lool/vmbuilder/debian-kpartx-output

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/ubuntu/distro.py

  • Committer: Soren Hansen
  • Date: 2008-10-22 10:52:20 UTC
  • Revision ID: soren@canonical.com-20081022105220-6bg9dt2ys8ptm8v6
Create /var/{run,lock} on root filesystem, so that the appropriate tmpfs's
will be mountable before /var is mounted in the running system. This matches
d-i behaviour.

Don't create /var/run/network anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
 
116
116
        self.suite.install(destdir)
117
117
 
 
118
    def post_mount(self, fs):
 
119
        self.suite.post_mount(fs)
 
120
 
118
121
    def install_bootloader(self):
119
122
        devmapfile = '%s/device.map' % self.vm.workdir
120
123
        devmap = open(devmapfile, 'w')