Revision a803b449 image_creator/disk.py

b/image_creator/disk.py
242 242
        """Mount all disk partitions in a correct order."""
243 243

  
244 244
        mount = self.g.mount_ro if readonly else self.g.mount
245
        self.out.output("Mounting image...", False)
245
        msg = " read-only" if readonly else ""
246
        self.out.output("Mounting the media%s..." % msg, False)
246 247
        mps = self.g.inspect_get_mountpoints(self.root)
247 248

  
248 249
        # Sort the keys to mount the fs in a correct order.

Also available in: Unified diff