ChangeLog
From LFScript
This is the change log for LFScript 4.
2012, January 31st (revision 20)
- Removed all documentation as it is being moved to this Wiki.
- Interactive configuration (LFClass)
- Now properly configures the system after selecting an .xinitrc implementation.
- No longer configures a display manager. It is assumed you install only one at most.
- LFScript
- Now prints the phrase "*** BUILD_PROBLEM_DETECTED ***" to the log, if a script fails somehow. This allows you to quickly find where errors occur, by searching for that phrase in any text editor.
- Disabled the
mkdir()
wrapper (at least temporarily). I suspect this will speed up creation of directories. - No longer skipping base system packages if they are set through -s. If you want to disable the build of a base system package (like Vim), you should do that by editing buildbase.lfs.
- Scripts
- Upgraded to BLFS SVN 9255
dhcpcd
: Removed configuration of theeth0
network device. NetworkManager should automatically configure devices from now on.libcanberra
: Modified to link against Mate.firefox
: Added to the stable scripts.postlfs
: Removed thecompressdoc
command from post-installation. If you want to compress man pages, you can still run this command yourself.udev-rebuild
: Upgraded to use the same version as in LFS.fsos-nox
: Removed kernel configuration check for VESA VGA graphics.livekernel
: Removed this script (at least temporarily), because UnionFS does not provide a patch for a current kernel.compiz
: Now also buildsgtk-window-decorator
.mate
: Fixed "Unable to open computer://" (or "trash://") issues by addinggvfs
as a dependency.x7app
: Changed xinitrc-functionslistSessions()
so that aSlim
properly lists all available sessions.- Added scripts for NetworkManager,
wpa-supplicant
andbtrfs-progs
.
extend.conf
: Added a function which converts a package that usesGnome
to Mate.
Earlier changes
As of LFScript4 revision 20, the change log is kept on this Wiki. Earlier changes can be found in the change log provided with the revision 19 tar ball.