Changeset 3328 in MondoRescue for branches/3.2/mondo/src/restore-scripts
- Timestamp:
- Dec 17, 2014, 1:38:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/restore-scripts/mondo/label-partitions-as-necessary
r3040 r3328 37 37 elif [ "$format" = "reiserfs" ]; then 38 38 command="reiserfstune $opttun $label $mountpt" 39 LogIt "Running $command" 40 $command 41 elif [ "$format" = "xfs" ]; then 42 command="xfs_admin $opttun $label $mountpt" 39 43 LogIt "Running $command" 40 44 $command
Note:
See TracChangeset
for help on using the changeset viewer.