[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian-installer/rootskel/src/var/lib Makefile,1.1,1.2



Update of /cvs/debian-boot/debian-installer/rootskel/src/var/lib
In directory gluck:/tmp/cvs-serv1319/src/var/lib

Modified 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.

Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-installer/rootskel/src/var/lib/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	3 May 2003 14:16:57 -0000	1.1
+++ Makefile	8 Dec 2003 21:52:31 -0000	1.2
@@ -1,5 +1,5 @@
 dir = var/lib
 
-subdirs = apt-install
+subdirs = apt-install register-module
 
 include ../../Makefile.inc



Reply to: