started new diskman.sh lib and reflect consequences on conf_disks module

This commit is contained in:
2022-01-27 20:00:16 +01:00
parent 6131afa3e3
commit 4c97d6afff
2 changed files with 101 additions and 24 deletions

View File

@@ -69,30 +69,6 @@ conf_zfs()
fi
}
# ------------------------------------------------------------------------------
# Creation partitions for XFS or Ext4
mkpart()
{
prnt I "Création d'une nouvelle table de partition GPT..."
#fdisk -g
}
# ------------------------------------------------------------------------------
conf_ext4()
{
mkpart
# Todo
}
# ------------------------------------------------------------------------------
conf_xfs()
{
prnt I "Installation des outils XFS..."
pkginst xfsprogs
mkpart
# todo
}
# ------------------------------------------------------------------------------
conf_disks()