-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog: updated for 0.1.0 release
- Loading branch information
1 parent
b3ca94e
commit 3e58d0e
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## 0.1.0 | ||
|
||
Initial development release based on Debian stable (Jessie). | ||
|
||
#### Notes | ||
|
||
- Based off turnkeylinux/bootstrap and turnkeylinux/fab/share. | ||
- Imported files refactored, rewritten and tweaked (see git log). | ||
|
||
- APT configurations | ||
|
||
- Don't install recommends by default. | ||
- Don't download translation files. | ||
- Explicitly request gzipped indexes, keep compressed on-disk. | ||
- Ensure APT is aggressive about removing packages it added. | ||
- Prevent initscripts from running during install/update. | ||
- Use httpredir.debian.org for fastest geo-location updates. | ||
- Only main repo enabled (contrib, non-free commented out). | ||
|
||
- APT clean convenience script: apt-clean [--aggressive] | ||
|
||
- Cleans all APT related cached files. | ||
- Supports optional --aggressive option to clean docs, locales, | ||
manpages, info, groff, linda and lintian. Note that copyright | ||
files are *not* deleted. | ||
- Locale to exclude from aggressive clean is determined from | ||
environment variable LANG. If not set, ``en_*`` is assumed. | ||
|
||
- Bashrc | ||
|
||
- Set PS1 (promptpath) to max 2 levels (readability, usefulness). | ||
- Enable color support when possible. | ||
|