File tree 1 file changed +33
-0
lines changed 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0
2
+
3
+ Initial development release based on Debian stable (Jessie).
4
+
5
+ #### Notes
6
+
7
+ - Based off turnkeylinux/bootstrap and turnkeylinux/fab/share.
8
+ - Imported files refactored, rewritten and tweaked (see git log).
9
+
10
+ - APT configurations
11
+
12
+ - Don't install recommends by default.
13
+ - Don't download translation files.
14
+ - Explicitly request gzipped indexes, keep compressed on-disk.
15
+ - Ensure APT is aggressive about removing packages it added.
16
+ - Prevent initscripts from running during install/update.
17
+ - Use httpredir.debian.org for fastest geo-location updates.
18
+ - Only main repo enabled (contrib, non-free commented out).
19
+
20
+ - APT clean convenience script: apt-clean [ --aggressive]
21
+
22
+ - Cleans all APT related cached files.
23
+ - Supports optional --aggressive option to clean docs, locales,
24
+ manpages, info, groff, linda and lintian. Note that copyright
25
+ files are * not* deleted.
26
+ - Locale to exclude from aggressive clean is determined from
27
+ environment variable LANG. If not set, `` en_* `` is assumed.
28
+
29
+ - Bashrc
30
+
31
+ - Set PS1 (promptpath) to max 2 levels (readability, usefulness).
32
+ - Enable color support when possible.
33
+
You can’t perform that action at this time.
0 commit comments