3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-14 20:51:16 +00:00
Robert C Jennings 4a65c41a5e ubuntu-cpc: Mask blkid failure in mount_image
On trusty parted does not create the FS based on the type passed to it.
As a result, calling mount_image for a newly created image will not have
an FS on the root partition.  Calling blkid in mount_image to provide
additional debug output will fail when the root partition has no FS.
The root FS is created after mount_image is called in the hook that
creates the base.ext4 image.  We can ignore the blkid failure as it is
used for debug output; the base image will not have output but derivative
images already have a formatted partition and we'll have handy info.
2017-05-25 20:35:25 -05:00
2009-09-15 13:20:15 +01:00
Description
Languages
Shell 87.1%
Python 10.9%
Perl 2%