#!/bin/sh #---------------------------------------------------------------------------- # /usr/sbin/mkfs.xfs # wrapper to call mkfs.xfs (in.mkds.xfs) with the default -m crc=0 syntax # based on eiskernel # # Creation : 2019-04-23 holbru # Last update: $Id$ #---------------------------------------------------------------------------- "/usr/sbin/in.mkfs.xfs" -m crc=0 "${@}"