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

Commit

Permalink
Merge pull request #412 from kciepluc/patch-1
Browse files Browse the repository at this point in the history
add support for media/images with UDF filesystem
  • Loading branch information
crawford committed Feb 24, 2016
2 parents 60de56b + 9de3798 commit b3f805d
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 b3f805d

Please sign in to comment.