From Fedora Project Wiki
(Created page with 'Something in kickstart that basically looks like start storagegroup "mystorage" add-criteria acpipath matches "/*/8080:2922/[0..3]" end storagegroup and then you'd get mystora...')
 
No edit summary
Line 1: Line 1:
Something in kickstart that basically looks like
Something in kickstart that basically looks like


 
start storagegroup "mystorage"<br>
start storagegroup "mystorage"
add-criteria acpipath matches "/*/8080:2922/[0..3]"<br>
add-criteria acpipath matches "/*/8080:2922/[0..3]"
end storagegroup<br>
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.
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.

Revision as of 21:13, 11 June 2009

Something in kickstart that basically looks like

start storagegroup "mystorage"
add-criteria acpipath matches "/*/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.