Home | History | Annotate | Download | only in faft

Lines Matching refs:rootfs

52     # Mapping of partition number of kernel and rootfs.
359 rootfs = '%s%s' % (usb_dev, self._ROOTFS_PARTITION_NUMBER)
362 self.servo.system('mount -o ro %s %s' % (rootfs, tmpd))
379 for cmd in ('umount %s' % rootfs, 'sync', 'rm -rf %s' % tmpd):
544 """Copy kernel and rootfs from from_part to to_part.
555 logging.info('Copying rootfs from %s to %s. Please wait...',
887 logging.info('Checking the integrity of kernel B and rootfs B...')
889 not self.faft_client.rootfs.verify_rootfs('B')):
890 logging.info('Copying kernel and rootfs from A to B...')