Ссылки:
slax-remix-v07-ublaze.net.ru.part1.rar 95,7 МБ
slax-remix-v07-ublaze.net.ru.part2.rar 95,7 МБ
slax-remix-v06-ublaze.net.ru.part3.rar 30,2 МБ
Список изменений по сравнению с slax-remix-v06:
1) New kernel - 2.6.34 more info: http://www.h-online.com/open/features/W ... 00122.html
2) kernel config:
- enabled 'CONFIG_PRINTK_TIME=y' mainly for bootchart purpose
- enabled 'Control Group Support'
- 'floppy' support is compiled as (M)
- removed msdos fs support (vfat does the job)
- removed plenty of experimental network protocols (not needed on desktop system)
- fuse and squashfs are compiled in (*)
3) Boot folder
- upgraded busybox and ntfs-3g driver in initrd.lz to latest version ('sed workaround' is not needed anymore)
- usr.lzm and drivers.lzm are unpacked by default
- tweaked linuxrc to speed up boot process. Also - when copy2ram cheatcode is active, source media (cd disc, pendrive, hd etc) are still available through /mnt/live/mnt directory
- replaced 'initrd.gz' with 'initrd.lz' in liloinst.sh file (thanks Syntux)
- new syslinux boot image (well done Blaze89)
- fixed permissions inside /slax folder (thanks Rava)
4) 001-core
- all packages updated to Slackware-13.1
- updated and tweaked almost all rc scripts (wicd, lxde autostart, faster boot, etc.)
- updated squashfs4 tools to latest version from cvs (xattr support)
- added 'mkfileswap' and 'mkslaxsave' scripts by Tomas M (thanks to tonio)
- added missing 'vi' symlink (also tonio)
- fixed jayflood's modtools (broken by me in v06)
- updated Remix-FAQ
- updated bonaparts' Slax Module Center
- latest version of 'mount' binary is back (no more ugly hacks!) but automount of CD/DVD discs is gone. Slax CD will be still availiable
through /mnt/live/mnt directory, other CD's needs to be mounted manually, example: 'mount /mnt/sr2' will mount disc in third CD/DVD drive.
- wpa_supplicant from sns-tool is replaced with standard slackware package for wifi 'N' support (thanks to nimh)
5) 002-xorg
- all packages updated to Slackware-13.1
- fluxbox replaced by lxde desktop (thanks ponce for your great job!). you dont need to remove 003-kde to use it. just edit slax.cfg as follows: 'autoexec=lxde;xconf;telinit~4'
in this case you'll be able to use KDE applications and still have lxde as default deskop
- new cursor and gtk theme by Blaze89
- added 'numlock on' to lxde and KDE autostart (eddi suggestion)
6) 003-kde
- module renamed from 003-desktop to 003-kde (to avoid confusion as we have lxde desktop in 002-xorg already)
- added 'convert tgz_txz to sq4...' konqueror servicemenu
- moved sq3 operations in konqueror to 'Other actions' subfolder (ceremcem_ suggestion)
- added 'LXDE' submenu for lxde stuff
- replaced KDE startup sound, Kmenu and shutdownkonq images (good job Blaze89!)
7) 006-devel
- all packages updated to Slackware-13.1
- added missing qt3 headers and 'moc' binary
- due to newest libpng-1.4.x package you need to link qt-based aplications against older libpng-1.2x during compilation:
Код: Выделить всё
rm /usr/lib/libpng.la
ln -s /usr/lib/libpng12.la /usr/lib/libpng.la
- debugging symbols are not stripped from libs in this module. It's little bit bigger size but applications like 'gdm' should work correctly now (thanks Blaze89)
007-firefox
- upgraded flashplugin to latest beta (gusterrapolis suggestion)