Update of /cvs/debian-boot/debian-installer/rootskel/src/var/lib/register-module
In directory gluck:/tmp/cvs-serv1319/src/var/lib/register-module
Added Files:
Makefile
Log Message:
* Add a register-module command, similar to apt-install, which queues
modules for entry into /target/etc/modules and /target/etc/modutils/local.
Does not yet handle 2.6 modutils. Should only be used for modules
that discover does not find, or that have special parameters.
* Add debian-installer/framebuffer and only enable frame buffer if it is
true.
* Add a S25env2debconf in debian-installer.d, that finds environment
variables in the form foo/bar=baz, and uses these special ones to set
debconf values in the db. This allows booting with any d-i debconf
values on the command line, to override *anything*. For example --
boot: debian-installer/framebuffer=false
* Fixed debconf-get to not output value on stderr, and not clear screen
either. But it is insanely gross and expensive now, and should be
moved to cdebconf and rewritten.
--- NEW FILE: Makefile ---
dir = var/lib/register-module
include ../../../Makefile.inc
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]