updated mk agent version

This commit is contained in:
2024-02-04 18:46:57 +01:00
parent 15ac387271
commit 8de818a3d0
4 changed files with 75 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ export -f is_blank
# Partition size like 10G for 10 GiB, 600M for 600 MiB and so on... Without unit
# it will use a number of cylinder. 0 will stand for all remaining size.
# If no partition size is provided we create a single whole disk partition.
# TODO: support extended partition for DOS type, add error if trying to create
# more than 4 primary partitions
mkparts()
{
local device=$1 && shit