Skip to content

Commit

Permalink
distro: add sfdisk cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Oct 9, 2024
1 parent 40fc547 commit 2a7c85a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/distro/distro.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var (
mountCmd = "mount"
partxCmd = "partx"
sgdiskCmd = "sgdisk"
sfdiskCmd = "sfdisk"
modprobeCmd = "modprobe"
udevadmCmd = "udevadm"
usermodCmd = "usermod"
Expand Down Expand Up @@ -95,6 +96,7 @@ func MdadmCmd() string { return mdadmCmd }
func MountCmd() string { return mountCmd }
func PartxCmd() string { return partxCmd }
func SgdiskCmd() string { return sgdiskCmd }
func SfdiskCmd() string { return sfdiskCmd }
func ModprobeCmd() string { return modprobeCmd }
func UdevadmCmd() string { return udevadmCmd }
func UsermodCmd() string { return usermodCmd }
Expand Down

0 comments on commit 2a7c85a

Please sign in to comment.