summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-01-12 22:28:34 (EST)
committer P. J. McDermott <pj@pehjota.net>2018-01-12 22:28:34 (EST)
commitb69536e0ad3258ae14482a9a319804d5324d4ddf (patch)
tree28b67e6f882d78a1bb5073cad0f425c5bf08d9ce /hosts
parent92cd8d88a90ab8bd88a046046cbd243ecc1a15b7 (diff)
downloadpc-inst-b69536e0ad3258ae14482a9a319804d5324d4ddf.zip
pc-inst-b69536e0ad3258ae14482a9a319804d5324d4ddf.tar.gz
pc-inst-b69536e0ad3258ae14482a9a319804d5324d4ddf.tar.bz2
erp1: Organize packages list into categories
Diffstat (limited to 'hosts')
-rw-r--r--hosts/erp163
1 files changed, 49 insertions, 14 deletions
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()
{