====== domU basique ====== ===== Utilisation du disque ===== ==== Partitions à créer ==== ^Montage^DSN^Mail^SQL^Web^Proxy^Monitoring^Taille^ |/|1,6 Go|1,6 Go|2,1 Go|1,7 Go|1,4 Go|1,4 Go|3,0 Go| |/tmp|0 Go|0 Go|0 Go|0 Go|0 Go|0 Go|0,5 Go| |/var|1,3 Go|1,2 Go|1,4 Go|1,4 Go|1,2 Go|1,1 Go|3,0 Go| ==== /etc/xen-tools/partition.d/base ==== [root] size=3G type=ext4 mountpoint=/ options=sync,errors=remount-ro [tmp] size=512M type=ext4 mountpoint=/tmp options=nodev,nosuid [var] size=3G type=ext4 mountpoint=/var options=nodev,nosuid [swap] size=2G type=swap ===== Paquets à ajouter ===== * vim * dialog * net-tools (ifconfig) * wget * traceroute ===== Configuration ===== ==== /etc/apt/sources.list ==== deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware ==== .vimrc ===== set mouse= syntax on