#!/bin/bash ################################################################################ ### File Type : Preinst ### Profile : vmssrvstd ### Date : 2023-10-21-1307 ################################################################################ FNAME=`basename -- "$0"` env echo $PATH pwd export PS4='Line $LINENO: ' set -x ############################################ # Delete all existing partitions on the disk ############################################ logger -p syslog.info -i " $FNAME: Delete old partitions of disk /dev/sda" sfdisk -f --delete /dev/sda # END-OF-FILE