Skip to content

Instantly share code, notes, and snippets.

@ahkok
Created August 28, 2019 22:25
Show Gist options
  • Select an option

  • Save ahkok/081efc51cdf657fa649336aa66250057 to your computer and use it in GitHub Desktop.

Select an option

Save ahkok/081efc51cdf657fa649336aa66250057 to your computer and use it in GitHub Desktop.
/etc/udev/rules.d/ucd-config-drive.rules
ACTION!="add|change", GOTO="ucd_config_drive_end"
SUBSYSTEM=="block", ENV{ID_FS_TYPE}=="iso9660|udf|vfat", ENV{ID_FS_LABEL}=="config-2", RUN+="/usr/bin/ucd --user-data-once"
LABEL="ucd_config_drive_end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment