configuration files cosmetics
This commit is contained in:
@@ -13,7 +13,7 @@ export RC_SCRIPTS_PATH="/etc/init.d"
|
||||
|
||||
# Conf init
|
||||
# Init SystemV ou OpenRC:
|
||||
#export INIT_COM="/etc/init.d/%srv% %comm%"
|
||||
#export INIT_COM="$RC_SCRIPTS_PATH/%srv% %comm%"
|
||||
# Init Systemd:
|
||||
#export INIT_COM="systemctl %comm% %srv%"
|
||||
# Init Upstart (plus ou moins universel)
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Fichier de configuration principal
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# -------------------- Importation de paramêtres globaux -----------------------
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# Importe les paramètres spécifiques LEGOS
|
||||
. $MYPATH/conf/includes/legos.conf.sh
|
||||
|
||||
@@ -9,7 +13,12 @@
|
||||
# Importe la sélection de paquets par défaut
|
||||
. $MYPATH/conf/includes/pkgsel.conf.sh
|
||||
|
||||
# -------------- Section générale ---------------
|
||||
# Les paramètres précédemment importés sont surchargeable après cette ligne
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# ----------------------------- Section générale -------------------------------
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# Utilisateur de la machine (celui qui a été renseigné dans l'installeur Ubuntu)
|
||||
export MAINUSER="levasseur"
|
||||
|
||||
@@ -31,7 +40,9 @@ export X11_DRV="nvidia-drivers"
|
||||
export UBUNTU_FLAVOR=xubuntu
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# -------------------- Section disque de calcul ---------------------
|
||||
# ------------------------- Section disque de calcul ---------------------------
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# Niveau ZFS : mirror (RAID1), raidz1 (RAID5), raidz2 (RAID6)
|
||||
# Laisser vide pour RAID0
|
||||
export CALCLEVEL=""
|
||||
@@ -44,6 +55,9 @@ export CALCDRV="/dev/disk/by-id/xxxxx"
|
||||
export FORCEBLANK="no"
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# -------------------- Section modules d'init ---------------------
|
||||
# -------------------------- Section modules d'init ----------------------------
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# Liste des modules à executer (surchargeable en ligne de commande)
|
||||
export MODULE_LIST="upgrade_dist conf_disks conf_locale conf_ntp conf_ssh \
|
||||
install_desktop install_pkg"
|
||||
|
||||
Reference in New Issue
Block a user