From 92cd8d88a90ab8bd88a046046cbd243ecc1a15b7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 12 Jan 2018 22:16:54 -0500 Subject: cam1: Organize packages list into categories --- diff --git a/hosts/cam1 b/hosts/cam1 index d9f3d8f..23182db 100644 --- a/hosts/cam1 +++ b/hosts/cam1 @@ -40,37 +40,129 @@ debconf_selections=' keyboard-configuration keyboard-configuration/variant select English (US) ' -postinst_pkgs=' - bash bash-completion - screen sudo adduser +postinst_pkgs=" + `# Base system utilities ` bc + `# Shells ` + bash + bash-completion + `# Administrative daemons ` + anacron + `# Administrative utilities ` + adduser + sudo + `# File and file system utilities ` + ncdu nocache - vcsh myrepos - vim bvi less wdiff vbindiff - git gitk build-essential autoconf automake pkg-config m4 bison flex gdb - patch quilt + `# User configuration management utilities ` + vcsh + myrepos + `# Editors, pagers, and documentation readers ` + bvi + less + vbindiff + vim + wdiff + `# Version control systems ` + git + gitk + `# Patch management utilities ` + patch + quilt + `# Build system utilities ` + autoconf + automake + pkg-config + `# Build utilities ` + bison + build-essential + flex + gdb + `# Flashing utilities ` flashrom - dnsutils whois - cups printer-driver-hpcups system-config-printer - xorg xserver-xorg-video-intel xserver-xorg-input-evdev - xinput xserver-xorg-input-synaptics desktop-base x11-xserver-utils - xdg-utils avahi-daemon libnss-mdns anacron iw alsa-utils alsa-base - fluxbox fbpanel fbpager clipit compton - xdm xscreensaver scrot + `# Graphics and document utilities ` + imagemagick + librsvg2-bin + m4 + xcftools + `# Networking utilities ` + dnsutils + whois + `# Network communication utilities ` + netcat-openbsd + openssh-client + openssh-server + rsync + `# DNS service discovery daemon and NSS module ` + avahi-daemon + libnss-mdns + `# Wi-Fi utilities ` + iw + `# Time utilities ` + ntp + `# System monitoring utilities ` + htop + `# ALSA ` + alsa-base + alsa-utils + `# CUPS, etc. ` + cups + printer-driver-hpcups + system-config-printer + `# X.org X server, drivers, and utilities ` + x11-xserver-utils + xinput + xorg + xserver-xorg-input-evdev + xserver-xorg-input-synaptics + xserver-xorg-video-intel + `# Window manager and panel ` + clipit + compton + fbpager + fbpanel + fluxbox + `# Display manager, screensaver daemon, etc. ` + scrot + xdm + xscreensaver + `# Desktop artwork, utilities, etc. ` + desktop-base + xdg-utils + `# GNOME themes ` gnome-themes-standard - roxterm-gtk3 gtk-redshift - gpicview gimp inkscape - librsvg2-bin xcftools imagemagick - openssh-server openssh-client rsync netcat-openbsd - openscad meshlab - slic3r printrun + `# Terminal utilities ` + minicom + roxterm-gtk3 + screen + `# Ergonomics applications ` + gtk-redshift + `# Image, font, and tileset viewers and editors ` + gimp + gpicview + inkscape + `# Mathematics applications ` + gnome-calculator + units + `# Office, productivity, and accounting applications ` evince - minicom htop ntp ncdu - gnome-calculator units - fonts-mplus fonts-linuxlibertine fonts-freefont-ttf - fonts-dejavu fonts-liberation - fonts-droid-fallback fonts-ubuntu-title fonts-lato ttf-unifont - ' + `# Solid CAD applications ` + meshlab + openscad + `# CAM applications ` + printrun + slic3r + `# Font families ` + fonts-dejavu + fonts-droid-fallback + fonts-freefont-ttf + fonts-lato + fonts-liberation + fonts-linuxlibertine + fonts-mplus + fonts-ubuntu-title + ttf-unifont + " do_postinst() { -- cgit v0.9.1