Skip to content

Commit

Permalink
getting ready for 0.8.1/0.9 & 2GB/4GB split
Browse files Browse the repository at this point in the history
  • Loading branch information
v-fox committed Jul 8, 2015
1 parent d2fb379 commit 8871e77
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
15 changes: 12 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
0.9.0:
* dropping 2GB limit and not considering anything less than 4GB:
keeping file persistency enabled;
keeping basic devel packages since OpenCL wants half of them anyway;
installing all translations and not shunning away from 32bit packages
* font selection is completely overhauled in favour of Google Noto collection
* support for OpenCL (AMD & Intel)
* support for high-quality midi playback
* addition of wine with native Gallium DirectX 9 support
* addition of well working gaming emulators

0.8.1:
* file persistency is disabled again due to extreme system slowness and
space exhaustion on 2GB USB sticks
* removal of dispcalGUI and plaso kit for making under 2GB size limit
* removal of basic devel packages for purpose of space conservation

0.8.1 & 0.9.0:
* LXQt migration to Qt5 / 0.9 update
* fix for YaST2-firstboot no-GUI oversight
* font selection is completely overhauled in favour of Google Noto collection
* support for F/OSS OpenMAX IL (AMD & Nvidia)
* addition of Tano IPTV player and return of non-beta VLC
* addition of mednafen, JACK-capable multi-system emulator
* addition of efitools and UEFITool for manipulating U/EFI crap
* removal of vaapi support in gstreamer (it brings more trouble than it's worth)
* removal of basic devel packages for purpose of space conservation
* removal of XScreenSaver (due to inhibition problem)
* removal of SIP Witch (too specific purpose)
* replacement of caching polipo with non-caching privoxy Tor-forwarding proxy
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SubtitleComposer and Aegisub subtitle editors, Trackma anime/manga tracker
* Clementine audio player, Audacity audio editor/recorder;
GStreamer with FFMPEG and JACK output by default
* professional colour management facilities
(consisting of colord and xiccd)
(consisting of colord, argyllCMS, dispcalGUI and xiccd)
* printer (via cups), scanner (via x/sane)
and analogue video input (via tvtime) support
* professional screencasting tool SimpleScreenRecorder with native JACK support
Expand Down Expand Up @@ -57,7 +57,7 @@ fresh PPAPI Flash abomination with excellent NPAPI shim, all JACK-ready
* support for pretty much all filesystems known to man, in kernel or via FUSE
* U/EFI manipulation via efitools and UEFITool
* security/forensics tools:
* autopsy/sleuthkit, scalpel, chkrootkit/rkhunter, ntpassw/dchntpw/ophcrack, lynis
* autopsy/sleuthkit, scalpel, [plaso/log2timeline](http://plaso.kiddaland.net) & [Windows®-gutting toolkit](https://github.com/libyal), chkrootkit/rkhunter, ntpassw/dchntpw/ophcrack, lynis
* encryption tools:
* tc-play (TrueCrypt reimplementation), aespipe, emount/zuluCrypt/cryptsetup, seahorse/gnome-keyring, keepassx
* useful things that I've put there but forgot to mention
Expand Down
20 changes: 20 additions & 0 deletions config/packages.root_only
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ delayacct-utils
deltarpm
desktop-translations
dictd
dispcalGUI
djvulibre-djview4
dmidecode
dnscrypt-proxy
Expand Down Expand Up @@ -501,6 +502,7 @@ libcap-progs
libclutter-gst-2_0-0
libcryptsetup4-hmac
liberation-fonts
libflashsupport
libfreerdp-1_0-plugins
libgcrypt20-hmac
libhmac-tools
Expand Down Expand Up @@ -737,6 +739,8 @@ pulseaudio-utils
pulseaudio-zsh-completion
pure-ftpd
pwgen
python-plaso
python-scapy
python-SpiceClientGtk
qasmixer
qbittorrent
Expand Down Expand Up @@ -995,3 +999,19 @@ zuluCrypt
zypper
zypper-aptitude
zypper-log
adobe-sourcesanspro-fonts
arabic-fonts
efont-unicode
farsi-fonts
indic-fonts
intlfonts-ttf-fonts
khmeros-fonts
mongolian-fonts
nanum-fonts
pothana2000-fonts
sazanami-fonts
sil-padauk-fonts
thai-fonts
thryomanes-fonts
wqy-microhei-fonts
wqy-zenhei-fonts
3 changes: 2 additions & 1 deletion source/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ update-smart-drivedb

# force-installing Google-fonts from crapload of packages here instead of the proper place
zypper --non-interactive --gpg-auto-import-keys refresh
zypper --non-interactive install "google-*-fonts"
#zypper --non-interactive install "google-*-fonts"
#zypper --non-interactive install --from security_forensics "*-tools"
rm -rf /var/{cache,log}/zypp/*

# making list of installed packages from default user
Expand Down

0 comments on commit 8871e77

Please sign in to comment.