diff --git a/conf/init.conf.sh b/conf/init.conf.sh index 6caaab4..77fe337 100644 --- a/conf/init.conf.sh +++ b/conf/init.conf.sh @@ -1,4 +1,4 @@ -. conf/legos.conf.sh +. conf/includes/legos.conf.sh # Utilisateur de la machine export MAINUSER="levasseu" diff --git a/modules/conf_disks.sh b/modules/conf_disks.sh index 80bf857..f183df6 100644 --- a/modules/conf_disks.sh +++ b/modules/conf_disks.sh @@ -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 }