Changes between Version 2 and Version 3 of SaliUsage/Functions/create_filesystem


Ignore:
Timestamp:
06/29/10 10:38:51 (14 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliUsage/Functions/create_filesystem

    v2 v3  
    1313  * fs_type. See [wiki:SaliUsage/Functions/partition#FStype FStype]
    1414  * label.  If set the use this string to set a label on the disk
     15
     16== Example ==
     17
     18Create xfs filesystem on sda3 with label ROOT:
     19  *
     20{{{
     21create_filesystem sda3 xfs ROOT
     22}}}