adapted to devuan excalibur
This commit is contained in:
@@ -19,6 +19,9 @@ export COM_AUTOREM="autoremove --purge -y"
|
|||||||
# This is not used by init.sh
|
# This is not used by init.sh
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
# Configure how apt behave regarding source.list files
|
||||||
|
export NO_MAIN_SOURCE=false
|
||||||
|
|
||||||
# Conf chemin
|
# Conf chemin
|
||||||
export RC_SCRIPTS_PATH="/etc/init.d"
|
export RC_SCRIPTS_PATH="/etc/init.d"
|
||||||
|
|
||||||
|
|||||||
@@ -26,8 +26,6 @@ MAINUSER=root
|
|||||||
WITH_LDAP_KERB=no
|
WITH_LDAP_KERB=no
|
||||||
|
|
||||||
# Users to create, add or remove
|
# Users to create, add or remove
|
||||||
#LOCAL_USERS="$MAINUSER"
|
|
||||||
#REMOTE_USERS="kroot"
|
|
||||||
REMOVE_USERS="fatal"
|
REMOVE_USERS="fatal"
|
||||||
|
|
||||||
# Network
|
# Network
|
||||||
@@ -40,7 +38,7 @@ NET4_NS_eth0="192.168.1.205 192.168.1.206"
|
|||||||
NET4_NS_SEARCH_eth0=$REALM
|
NET4_NS_SEARCH_eth0=$REALM
|
||||||
|
|
||||||
NET4_MODE_eth1="static"
|
NET4_MODE_eth1="static"
|
||||||
NET4_IP_eth1="10.42.0.207/16"
|
NET4_IP_eth1="10.42.250.180/16"
|
||||||
|
|
||||||
IPV6_IFACES=""
|
IPV6_IFACES=""
|
||||||
|
|
||||||
@@ -64,5 +62,5 @@ PKGSEL="$PKGSEL nsd ldnsutils haveged"
|
|||||||
|
|
||||||
# Liste des modules à executer (surchargeable en ligne de commande)
|
# Liste des modules à executer (surchargeable en ligne de commande)
|
||||||
MODULE_LIST="conf_ntp upgrade_dist conf_ceph authnz conf_locale conf_ssh \
|
MODULE_LIST="conf_ntp upgrade_dist conf_ceph authnz conf_locale conf_ssh \
|
||||||
conf_mail install_pkg install_profile patch_snmp install_mkagent \
|
conf_mail install_pkg install_profile patch_snmp \
|
||||||
conf_syslog conf_network"
|
conf_syslog conf_network"
|
||||||
|
|||||||
@@ -7,12 +7,12 @@ export PKGS_RMLIST="apparmor laptop-detect resolvconf snapd wamerican chafa"
|
|||||||
export PKGS_BLACKLIST="apparmor resolvconf chafa snapd"
|
export PKGS_BLACKLIST="apparmor resolvconf chafa snapd"
|
||||||
|
|
||||||
# Base
|
# Base
|
||||||
export PKGS_BASE="debconf-utils debhelper deborphan ethtool cpufrequtils \
|
export PKGS_BASE="debconf-utils debhelper ethtool \
|
||||||
curl hwinfo lm-sensors libatasmart-bin lsscsi pciutils vim emacs-nox \
|
curl hwinfo lm-sensors libatasmart-bin lsscsi pciutils vim emacs-nox \
|
||||||
mailutils htop lsof ltrace strace bash-completion host dnsutils \
|
mailutils htop lsof ltrace strace bash-completion host dnsutils \
|
||||||
sysstat ifstat iftop iotop mtr-tiny tcpdump mc pbzip2 pigz \
|
sysstat ifstat iftop iotop mtr-tiny tcpdump mc pbzip2 pigz \
|
||||||
xz-utils zip unzip plzip lzip ftp lftp bc dc dos2unix psmisc udunits-bin \
|
xz-utils zip unzip plzip lzip ftp lftp bc dc dos2unix psmisc udunits-bin \
|
||||||
whois tmux screen debconf-doc dump figlet gawk multitail neofetch nmap \
|
whois tmux screen debconf-doc dump figlet gawk multitail fastfetch nmap \
|
||||||
oping pv traceroute rsync tree git qemu-guest-agent ca-certificates"
|
oping pv traceroute rsync tree git qemu-guest-agent ca-certificates"
|
||||||
|
|
||||||
# Agregation of the package lists
|
# Agregation of the package lists
|
||||||
|
|||||||
10
repo/common/pkgman/devuan_6.list
Normal file
10
repo/common/pkgman/devuan_6.list
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
deb http://fr.deb.devuan.org/merged excalibur main non-free-firmware contrib
|
||||||
|
deb-src http://fr.deb.devuan.org/merged excalibur main non-free-firmware contrib
|
||||||
|
|
||||||
|
deb http://fr.deb.devuan.org/merged excalibur-security main non-free-firmware contrib
|
||||||
|
deb-src http://fr.deb.devuan.org/merged excalibur-security main non-free-firmware contrib
|
||||||
|
|
||||||
|
# excalibur-updates, to get updates before a point release is made;
|
||||||
|
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
|
||||||
|
deb http://fr.deb.devuan.org/merged excalibur-updates main non-free-firmware contrib
|
||||||
|
deb-src http://fr.deb.devuan.org/merged excalibur-updates main non-free-firmware contrib
|
||||||
Reference in New Issue
Block a user