Changeset 3732 in MondoRescue


Ignore:
Timestamp:
Nov 18, 2019, 1:43:47 AM (4 years ago)
Author:
Bruno Cornec
Message:

Force btrfs relabelling to avoid question from the cmd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/restore-scripts/mondo/mr-label-partitions-as-necessary

    r3726 r3732  
    5656                # Also see https://btrfs.wiki.kernel.org/index.php/Project_ideas#Filesystem_UUID_change_-_off-line
    5757                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"
    5959            else
    6060                command="btrfs filesystem label $mountpt $label"
Note: See TracChangeset for help on using the changeset viewer.