Moderator: Moderators

R3MF wrote:i'd like to stress the KDE3-free nature of Sabayon 5.0 as a plus point.
by which i mean that all major apps and KDE system tools should be KDE4, with KDE3 limited to libs and any essential apps that don't have a KDE4 equivalent yet.


Thev00d00 wrote:A seperate home partition is doable ... which i want to see changed too. Its more hassel than its worth 90% of the time
WarraWarra wrote:equo world --replay
Might want to add a method to create packages from "hd installed packages" so that you do not have to download 1355 packages you already have when using --replay after gcc or kernel or python updates.
No need to re-download the packages that is the livedvd you already have installed and just need to rebuild.
Something like this below just moded that can then check the new files md5 versus online repository md5 = less bandwidth used / 1gb saved in downloads.
"quickpkg installed world" for world rebuild.
cd /var/db/pkg/; for i in */*; do echo $i; done | while read package; do quickpkg --include-config=y =$package; done
or
cd /var/db/pkg/; for i in */*; do quickpkg --include-config=y =$i; done
Also a method to auto add highest installed package to equo database / usable list to prevent downgrading from say gcc-4.4.0 back to 4.3.3.-r2.
What is installed = add to list then downgrade only on request / use highest installed as default.

Return to Artwork and Development Suggestions
Users browsing this forum: No registered users and 1 guest