~lool/vmbuilder/debian-kpartx-output

« back to all changes in this revision

Viewing changes to VMBuilder/vm.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:
358
358
        fss = disk.get_ordered_filesystems(self)
359
359
        for fs in fss:
360
360
            fs.mount()
 
361
            self.distro.post_mount(fs)
361
362
 
362
363
    def umount_partitions(self):
363
364
        """Unmounts all the vm's partitions and filesystems"""