From b69536e0ad3258ae14482a9a319804d5324d4ddf Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 12 Jan 2018 22:28:34 -0500 Subject: erp1: Organize packages list into categories --- (limited to 'hosts') diff --git a/hosts/erp1 b/hosts/erp1 index 4c1a9d5..655f764 100644 --- a/hosts/erp1 +++ b/hosts/erp1 @@ -40,25 +40,60 @@ debconf_selections=' ledgersmb ledgersmb/debconf_install false ' -postinst_pkgs=' - bash bash-completion - screen sudo adduser +postinst_pkgs=" + `# Base system utilities ` bc - nocache + `# Shells ` + bash + bash-completion + `# Administrative utilities ` + adduser + sudo + `# Block device utilities ` + gddrescue + `# File and file system utilities ` lsof + ncdu + nocache + `# Package management utilities ` + apt-transport-https + `# User configuration management utilities ` + vcsh + myrepos + `# Editors, pagers, and documentation readers ` + bvi info - vcsh myrepos - vim bvi less wdiff vbindiff + less + vbindiff + vim + wdiff + `# Version control systems ` git + `# Flashing utilities ` flashrom - dnsutils whois ftp - gddrescue - alsa-utils alsa-base - openssh-server openssh-client rsync netcat-openbsd - htop ntp ncdu - postgresql apache2 - apt-transport-https - ' + `# Database management systems ` + postgresql + `# Web servers ` + apache2 + `# Networking utilities ` + dnsutils + ftp + whois + `# Network communication utilities ` + netcat-openbsd + openssh-client + openssh-server + rsync + `# Time utilities ` + ntp + `# System monitoring utilities ` + htop + `# ALSA ` + alsa-base + alsa-utils + `# Terminal utilities ` + screen + " do_postinst() { -- cgit v0.9.1