Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
add support for media/images with UDF filesystem
Browse files Browse the repository at this point in the history
CROM media or ISO image might also contain UDF (ISO/IEC 13346) file system which should be support as well.
  • Loading branch information
krisiasty committed Feb 15, 2016
1 parent 2915be5 commit 9de3798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/90-configdrive.rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ACTION!="add|change", GOTO="coreos_configdrive_end"

# A normal config drive. Block device formatted with iso9660 or fat
SUBSYSTEM=="block", ENV{ID_FS_TYPE}=="iso9660|vfat", ENV{ID_FS_LABEL}=="config-2", TAG+="systemd", ENV{SYSTEMD_WANTS}+="media-configdrive.mount"
SUBSYSTEM=="block", ENV{ID_FS_TYPE}=="iso9660|udf|vfat", ENV{ID_FS_LABEL}=="config-2", TAG+="systemd", ENV{SYSTEMD_WANTS}+="media-configdrive.mount"

# Addtionally support virtfs from QEMU
SUBSYSTEM=="virtio", DRIVER=="9pnet_virtio", ATTR{mount_tag}=="config-2", TAG+="systemd", ENV{SYSTEMD_WANTS}+="media-configvirtfs.mount"
Expand Down

0 comments on commit 9de3798

Please sign in to comment.