summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-03-29 17:59:42 +0100
committerJonas Smedegaard <dr@jones.dk>2014-03-29 17:59:42 +0100
commit37ea74d36ca4c9fab0f876d08046b0566e12b275 (patch)
treeac6bd6d1ca56dbe2487c953274df6e436a6e5d29
parentd937a138618596e01760270397333bf62df9e57a (diff)
Tidy/add header comments.
-rw-r--r--profiles/desktop3
-rw-r--r--profiles/desktop-media1
-rw-r--r--profiles/desktop-mobile1
-rw-r--r--profiles/desktop-office1
-rw-r--r--profiles/desktop-scheduling1
-rw-r--r--profiles/desktop-web1
-rw-r--r--profiles/desktop-z1
-rw-r--r--tweaks/base4
8 files changed, 10 insertions, 3 deletions
diff --git a/profiles/desktop b/profiles/desktop
index 6ed8755..33944c3 100644
--- a/profiles/desktop
+++ b/profiles/desktop
@@ -1,4 +1,5 @@
-## install the lightweight Xfce desktop
+## desktop
+# install the lightweight Xfce desktop
xfce4-session tango-icon-theme lightdm
# include desktop helper tools missing from Xfce
usermode network-manager-gnome
diff --git a/profiles/desktop-media b/profiles/desktop-media
index 737e4e3..2d3cdb6 100644
--- a/profiles/desktop-media
+++ b/profiles/desktop-media
@@ -1,3 +1,4 @@
+## media
# include PulseAudio with volume control and ESounD support (needed by Mplayer2)
pulseaudio pavucontrol
#FIXME: include mplayer2 with web plugin on hardware supporting OpenGL
diff --git a/profiles/desktop-mobile b/profiles/desktop-mobile
index e179ad6..133b72e 100644
--- a/profiles/desktop-mobile
+++ b/profiles/desktop-mobile
@@ -1,2 +1,3 @@
+## mobile
# include SyncEvolution with command-line interface and http service
sync-ui syncevolution syncevolution-http
diff --git a/profiles/desktop-office b/profiles/desktop-office
index 157724f..6498065 100644
--- a/profiles/desktop-office
+++ b/profiles/desktop-office
@@ -1,3 +1,4 @@
+## office
# include LibreOffice core (excluding Galaxy theme)
libreoffice-gtk libreoffice-style-galaxy-
# exclude the full libreoffice or Java-dependent parts
diff --git a/profiles/desktop-scheduling b/profiles/desktop-scheduling
index 509737f..d3abca4 100644
--- a/profiles/desktop-scheduling
+++ b/profiles/desktop-scheduling
@@ -1,2 +1,3 @@
+## scheduling
# include Icedove extension Iceowl
iceowl-extension
diff --git a/profiles/desktop-web b/profiles/desktop-web
index c1ed29d..81e0866 100644
--- a/profiles/desktop-web
+++ b/profiles/desktop-web
@@ -1,2 +1,3 @@
+## web
# include Iceweasel web browser with security plugins
iceweasel xul-ext-flashblock xul-ext-noscript xul-ext-cookie-monster xul-ext-certificatepatrol xul-ext-refcontrol xul-ext-requestpolicy
diff --git a/profiles/desktop-z b/profiles/desktop-z
index b5a7294..9e0ae4d 100644
--- a/profiles/desktop-z
+++ b/profiles/desktop-z
@@ -1,3 +1,4 @@
+## desktop finalizing
# include crypto helper tools
parcimonie haveged gnome-disk-utility
# include CPU tools, firmware and automatic maintenance routines
diff --git a/tweaks/base b/tweaks/base
index 575003f..9a2c9a6 100644
--- a/tweaks/base
+++ b/tweaks/base
@@ -1,4 +1,4 @@
-## tidy loose ends...
+## tidy loose ends
set -e
# fix mark auto-installed essential packages + dependencies (bug#742977)
_pkgdeps(){ set -e
@@ -33,6 +33,6 @@ _setvar(){ set -e
_backup "$1"
sed -i -r -e "s,^#?($2)=.*,\\1=$3," "$1"; }
-## non-technical operation
+## improve autonomy
# auto-repair inconsistent filesystems during boot
_setvar /target/etc/default/rcS FSCKFIX yes