HomeSort by relevance Sort by last modified time
    Searched refs:rootfs_dir (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/scripts/image_signing/
strip_boot_from_image.sh 46 local rootfs_dir=$(make_temp_dir)
47 mount_image_partition ${image} 3 ${rootfs_dir}
49 sudo rm -rf "${rootfs_dir}/boot" &&
56 zero_free_space "${rootfs_dir}"
sign_official_build.sh 262 local rootfs_dir=$(make_temp_dir)
263 mount_image_partition_ro "${image}" 3 "${rootfs_dir}"
264 if has_needs_to_be_resigned_tag "${rootfs_dir}"; then
266 sudo umount "${rootfs_dir}"
267 mount_image_partition "${image}" 3 "${rootfs_dir}"
268 sudo rm -f "${rootfs_dir}/${TAG_NEEDS_TO_BE_SIGNED}"
270 sudo umount "${rootfs_dir}"
492 local rootfs_dir=$(make_temp_dir)
493 mount_image_partition ${image} 3 ${rootfs_dir}
494 local firmware_bundle="${rootfs_dir}/usr/sbin/chromeos-firmwareupdate
    [all...]

Completed in 4560 milliseconds