Some stuff which I neglected to commit.

This commit is contained in:
freesource
2003-02-08 06:30:06 +00:00
parent 2fea11b391
commit 8689e00a9a
10 changed files with 124 additions and 33 deletions
+11 -22
View File
@@ -1,35 +1,24 @@
Updated to 2.4.19-49um and the latest uml tools 20030202.
Updated to 2.4.19-50um and the latest uml tools 20030202.
Fixed a @INC problem with rpm packages. The fhs checks usually insert
the module path (Debian std. path) into @INC via a BEGIN {}, but the
new BootRoot::Options was trying to be loaded before the fact because
it had been placed within the BEGIN{}.
*Fix glibc with uml_mconsole and genext2fs for distributions using
libc6 2.2.5 since the version previously included was being compiled
for 2.3.1. Accomplished this by making gbootroot within redhat 7.3
or stable Debian
Added a new if/elsif control structure. \ if ( condition ) \n
statement(s) \n elsif ( condition ) \n statements elsif .. \ Nice
functionality to have.
* make libc6 dep for debian >= 2.3.1. .. good idea?
Made the Example.yard and Helper.yard templates portable with the new
if/elsif control structure, and added pam.d/system-auth if it exists
on the system.
* Helper and Initrd need to take into consideration getties for mdk
and redhat.
Added format rules found in Example* to the main documentation.
* mdk is now history, but will still be supported
Compiled for >= glibc 2.2.5. Previous version was compiled >= 2.3.1
which caused some things not to work on old distributions using 2.2.
* add [ %if {} %else {} ] logic to templates this allows one template
to work properly on a variety of distributions
# don't place files with \(){} characters in the logic
# can put "#" comments within {}
\ if ( file ) { file } elsif (file) { file } else { file } \
* (later) add a debootstrap method, tried rootstrap and it is quite
buggy, all the infrastructure is in place to have this, and I need
these root_fs to run tests from anyways!
* system-auth is now another required redhat pam.d/file
Tested on Debian stable, RedHat 7.3 and Mandrake ?
1.4.0 - 01/06/2003
------------------