started new diskman.sh lib and reflect consequences on conf_disks module
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user