Add netboot generator script

This commit is contained in:
Michael Aldridge
2016-03-12 21:58:30 -06:00
parent 76ea7500b2
commit 414ebf318f
18 changed files with 444 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
SUBSYSTEM!="block", GOTO="ps_end"
ACTION!="add|change", GOTO="ps_end"
# Also don't process disks that are slated to be a multipath device
ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="ps_end"
KERNEL=="mtdblock[0-9]*", IMPORT BLKID
LABEL="ps_end"