From Fedora Project Wiki

< User:Pjones

Revision as of 21:12, 11 June 2009 by Pjones (talk | contribs) (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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.