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

debian-installer/build/config/type bootfloppy,1.4,1.5 cdrom,1.4,1.5 netboot,1.2,1.3 speakup,1.1,1.2



Update of /cvs/debian-boot/debian-installer/build/config/type
In directory gluck:/tmp/cvs-serv26079/config/type

Modified Files:
	bootfloppy cdrom netboot speakup 
Log Message:
    - makelabel takes the build date as its second parameter. Calculating
      BUILD_DATE once at the start to avoid inconsistencies during
      long/midnight builds.
    - Add MEDIA_TYPE to configs for bootable image types.
    - Add DEBIAN_VERSION to config.
    - Add bootscreen-subst to substitute these variables into boot screens.
    - Make a syslinux help screen, for all i386 syslinuxed boot media.
      Includes the build date, debian version, and media type, and is derived
      from isolinux help texts on the sarge cds, but modified to actually
      match d-i:
        - remove boot flavor docs, as we currently have no flavors
        - remove rescue stuff, as d-i is not currently also a rescue disk
        - reduce number of colors used for cleaner look
        - remove mention of non-free
        - try to make the prerequisites documentation somewhere close to
          reality -- 64 mb ram and 256 mb disk.
        - make every boot message screen 22 lines long, followed by a blank
          line (which is in turn followed by the boot: prompt), for consistent
          display
        - remove references in f4.txt to a nonexistant table
        - remove documentation of mono and vga16:off, as they do not work with
          d-i
        - remove keytimer hack documentation, that was for boot-floppies
        - add documentation of d-i's boot time parameters, including the new
          debian-installer/framebuffer=false
        - remove the mailing list subscription info; boot time is not the
          time to tell the user about this. In its place, make f9.txt be
          about Debian.
      - Remove DEBCONF_DEBUG setting from syslinux.cfg.
      - Use bootscreen-subst on powerpc's boot.msg, too.


Index: speakup
===================================================================
RCS file: /cvs/debian-boot/debian-installer/build/config/type/speakup,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- speakup	18 Nov 2003 17:00:26 -0000	1.1
+++ speakup	8 Dec 2003 21:08:33 -0000	1.2
@@ -6,4 +6,4 @@
 KERNELNAME=vmlinuz
 KERNELIMAGEVERSION=$(KERNELVERSION)
 DISK_LABEL="boot floppy"
-
+MEDIA_TYPE=floppy

Index: bootfloppy
===================================================================
RCS file: /cvs/debian-boot/debian-installer/build/config/type/bootfloppy,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bootfloppy	14 Nov 2003 03:07:15 -0000	1.4
+++ bootfloppy	8 Dec 2003 21:08:33 -0000	1.5
@@ -2,3 +2,4 @@
 FLOPPY_SIZE=1440
 
 DISK_LABEL="boot floppy"
+MEDIA_TYPE=floppy

Index: netboot
===================================================================
RCS file: /cvs/debian-boot/debian-installer/build/config/type/netboot,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- netboot	23 Oct 2003 16:23:53 -0000	1.2
+++ netboot	8 Dec 2003 21:08:33 -0000	1.3
@@ -0,0 +1 @@
+MEDIA_TYPE=netboot image

Index: cdrom
===================================================================
RCS file: /cvs/debian-boot/debian-installer/build/config/type/cdrom,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cdrom	16 Nov 2003 22:58:20 -0000	1.4
+++ cdrom	8 Dec 2003 21:08:33 -0000	1.5
@@ -1,2 +1,4 @@
 # How big a floppy image should I make? (in kilobytes)
 FLOPPY_SIZE=2880
+
+MEDIA_TYPE=CD-ROM



Reply to: