1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

The stuff that needs to be done.

This commit is contained in:
freesource 2003-02-06 17:52:04 +00:00
parent 526031d371
commit 1d03c1eefc

24
Changes
View File

@ -5,12 +5,32 @@ 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 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{}.
*Fixed a glibc with uml_mconsole and genext2fs for distributions using *Fix glibc with uml_mconsole and genext2fs for distributions using
libc6 2.2.5 since the version previously included was being compiled 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. for 2.3.1. Accomplished this by making gbootroot within redhat 7.3
or stable Debian
* make libc6 dep for debian >= 2.3.1. .. good idea? * make libc6 dep for debian >= 2.3.1. .. good idea?
* Helper and Initrd need to take into consideration getties for mdk
and redhat.
* mdk is now history, but will still be supported
* 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
1.4.0 - 01/06/2003 1.4.0 - 01/06/2003
------------------ ------------------