From Fedora Project Wiki

< User:Pjones

Revision as of 19:05, 19 January 2011 by Pjones (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Important.png
This is just one idea. You might have others.

Something in kickstart that basically looks like

start storagegroup "mystorage"
add-criteria $UDEV_VARIABLE $COMPARATOR "/*/8080:2922/[0..3]"
end storagegroup

and then you'd get mystorage0, ... mystorageN (depending on how many of the 4 possible devices matched) to actually work with in the partitioning code.