cleanup disks module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
. conf/legos.conf.sh
|
||||
. conf/includes/legos.conf.sh
|
||||
|
||||
# Utilisateur de la machine
|
||||
export MAINUSER="levasseu"
|
||||
|
||||
@@ -56,7 +56,8 @@ mkpart()
|
||||
# ------------------------------------------------------------------------------
|
||||
conf_ext4()
|
||||
{
|
||||
|
||||
mkpart
|
||||
# A finir
|
||||
}
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
@@ -64,6 +65,8 @@ conf_xfs()
|
||||
{
|
||||
prnt I "Installation des outils XFS..."
|
||||
apt install -y xfsprogs
|
||||
mkpart
|
||||
# A finir
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user