mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
Fixes another nasty.
This commit is contained in:
@@ -3,7 +3,8 @@ 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{}.
|
||||
it had been placed within the BEGIN{} and there was even a reminder in
|
||||
the code documentation from prior releases explaining not to do this.
|
||||
|
||||
Added a new if/elsif control structure. \ if ( condition ) \n
|
||||
statement(s) \n elsif ( condition ) \n statements elsif .. \ Nice
|
||||
@@ -19,7 +20,10 @@ 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*
|
||||
|
||||
Removed the -q from expect_uml because this caused the newer version
|
||||
of mkreiserfs to fail.
|
||||
of mkreiserfs to fail because Namesys decided that unsolicited
|
||||
advertising was in order so everybody knows that there are actually
|
||||
some organizations and companies paying for its development. Wouldn't
|
||||
this be nice in a perfect world for all Free Software projects?
|
||||
|
||||
Tested on Debian stable (2.2.5), RedHat 7.3 (2.2.5 ? and Mandrake ?,
|
||||
and known to work on Redhat 7.2 (2.2.4) and Mandrake 8.1 (2.2.4).
|
||||
@@ -27,6 +31,11 @@ and known to work on Redhat 7.2 (2.2.4) and Mandrake 8.1 (2.2.4).
|
||||
Added /usr/info/dir and info to make_debian which makes things much
|
||||
nicer.
|
||||
|
||||
Added libexpect-perl to Build-Depends for debs; in general, there were
|
||||
may fixes for both debs and rpms and their respective source packages.
|
||||
|
||||
Improved documentation.
|
||||
|
||||
* make a new public root_fs_dev from the uml gbootroot was made on?
|
||||
update make-debian-x11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user