cleanup disks module

This commit is contained in:
fatalerrors
2021-06-07 18:08:11 +02:00
parent 461355b9df
commit 8bef5d7a6a
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
. conf/legos.conf.sh . conf/includes/legos.conf.sh
# Utilisateur de la machine # Utilisateur de la machine
export MAINUSER="levasseu" export MAINUSER="levasseu"

View File

@@ -56,7 +56,8 @@ mkpart()
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
conf_ext4() conf_ext4()
{ {
mkpart
# A finir
} }
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@@ -64,6 +65,8 @@ conf_xfs()
{ {
prnt I "Installation des outils XFS..." prnt I "Installation des outils XFS..."
apt install -y xfsprogs apt install -y xfsprogs
mkpart
# A finir
} }