From Fedora Project Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Admon/important | This is just one idea. You might have others.}} | |||
Something in kickstart that basically looks like | Something in kickstart that basically looks like | ||
start storagegroup "mystorage"<br> | start storagegroup "mystorage"<br> | ||
add-criteria | add-criteria $UDEV_VARIABLE $COMPARATOR "/*/8080:2922/[0..3]"<br> | ||
end storagegroup<br> | end storagegroup<br> | ||
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. | 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. |
Latest revision as of 19:05, 19 January 2011
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.