diff --git a/dracut.sh b/dracut.sh index 955740dc2d..634ef87bf3 100755 --- a/dracut.sh +++ b/dracut.sh @@ -2572,8 +2572,6 @@ else fi fi -command -v restorecon &> /dev/null && restorecon -- "$outfile" - btrfs_uuid() { btrfs filesystem show "$1" | sed -n '1s/^.*uuid: //p' }