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

debian-installer/rootskel/debian rules,1.35,1.36 templates-arch,1.6,1.7



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

Modified Files:
	rules templates-arch 
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: rules
===================================================================
RCS file: /cvs/debian-boot/debian-installer/rootskel/debian/rules,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- rules	22 Oct 2003 00:06:07 -0000	1.35
+++ rules	8 Dec 2003 21:52:30 -0000	1.36
@@ -30,6 +30,8 @@
 	dh_testroot
 	dh_installdirs
 	$(MAKE) -C src DESTDIR=$(CURDIR)/debian/rootskel/
+
+	# TODO make this be in the Makefiles too, instead of done here..
 	mkdir -p debian/rootskel-bootfloppy/sbin/
 	install -m755 src/sbin/init.bootfloppy debian/rootskel-bootfloppy/sbin/init
 

Index: templates-arch
===================================================================
RCS file: /cvs/debian-boot/debian-installer/rootskel/debian/templates-arch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- templates-arch	7 Nov 2003 23:50:28 -0000	1.6
+++ templates-arch	8 Dec 2003 21:52:30 -0000	1.7
@@ -19,6 +19,11 @@
 Default[s390]: true
 Description: enable devfs (linux only)
 
+Template: debian-installer/framebuffer
+Type: boolean
+Default: true
+Description: enable frame buffer console on boot
+
 Template: debian-installer/kernel/linux/devfs/builtin
 Type: boolean
 Default: true



Reply to: