Changeset 3732 in MondoRescue
- Timestamp:
- Nov 18, 2019, 1:43:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/restore-scripts/mondo/mr-label-partitions-as-necessary
r3726 r3732 56 56 # Also see https://btrfs.wiki.kernel.org/index.php/Project_ideas#Filesystem_UUID_change_-_off-line 57 57 device=`awk '{print $1,$5}' $mountlist | grep -E " $label" | awk '{print $1}'` 58 command="btrfstune $opttun $label $device"58 command="btrfstune -f $opttun $label $device" 59 59 else 60 60 command="btrfs filesystem label $mountpt $label"
Note:
See TracChangeset
for help on using the changeset viewer.