/[d-i]/trunk/build/config
ViewVC logotype

Log of /trunk/build/config

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 11647)

Revision 6226 - Directory Listing
Modified Tue Nov 18 17:05:16 2003 UTC (9 years, 6 months ago) by mlang
Add speakup and access to TYPES_SUPPORTED

Revision 6224 - Directory Listing
Modified Tue Nov 18 17:02:01 2003 UTC (9 years, 6 months ago) by mlang
update to use speakup kernel version so that we get the right modules, and also add a label for the driver floppy

Revision 6223 - Directory Listing
Modified Tue Nov 18 17:00:26 2003 UTC (9 years, 6 months ago) by mlang
new boot floppy flavour for speakup kernels

Revision 6136 - Directory Listing
Modified Sun Nov 16 22:58:20 2003 UTC (9 years, 6 months ago) by joeyh
Fix DISKLABEL stuff to not be done if there is no label.
Labels do not make sense on CDROM boot initrds.

Revision 6095 - Directory Listing
Modified Sat Nov 15 12:21:47 2003 UTC (9 years, 6 months ago) by sjogren
Add dummy DISK_LABEL to get cdrom-image to build

Revision 6065 - Directory Listing
Modified Fri Nov 14 11:03:43 2003 UTC (9 years, 6 months ago) by mlang
Add DISK_LABEL and sync DRIVERFD_UDEBS setting

Revision 6058 - Directory Listing
Modified Fri Nov 14 03:07:15 2003 UTC (9 years, 6 months ago) by joeyh
- Add disk labels to the i386 floppy images, for use by the bootfloppy
      initrd, and maybe later by the floppy retreiver, etc.

Revision 5722 - Directory Listing
Modified Wed Nov 5 01:56:22 2003 UTC (9 years, 6 months ago) by joeyh
NO_TERMINFO hack no longer needed

Revision 5704 - Directory Listing
Modified Tue Nov 4 20:27:45 2003 UTC (9 years, 6 months ago) by rhirst
Misc ia64 fixes - define KERNEL_FLAVOUR, clean up pkglists, etc

Revision 5499 - Directory Listing
Modified Wed Oct 29 17:32:31 2003 UTC (9 years, 6 months ago) by joeyh
change the default TYPE to cdrom; floppy is not building on all arches

Revision 5495 - Directory Listing
Modified Wed Oct 29 16:55:12 2003 UTC (9 years, 6 months ago) by joeyh
move the currently i386-specific driver disks to floppy-i386

Revision 5494 - Directory Listing
Modified Wed Oct 29 16:53:38 2003 UTC (9 years, 6 months ago) by joeyh
Move floppy to only i386. It is way over on at least powerpc. May need
tweaking for other architectures.

Revision 5493 - Directory Listing
Modified Wed Oct 29 16:20:25 2003 UTC (9 years, 6 months ago) by joeyh
only build bootflopy and hd-media on i386, for now

Revision 5397 - Directory Listing
Modified Sun Oct 26 01:35:34 2003 UTC (9 years, 6 months ago) by joeyh
put all initrds back in dest temporarily to unbreak cd building

Revision 5330 - Directory Listing
Modified Thu Oct 23 18:08:34 2003 UTC (9 years, 7 months ago) by joeyh
include kernel images in dest/ for initrd
updated version in changelog

Revision 5322 - Directory Listing
Modified Thu Oct 23 16:32:03 2003 UTC (9 years, 7 months ago) by joeyh
add demo to list of types

Revision 5317 - Directory Listing
Modified Thu Oct 23 16:23:53 2003 UTC (9 years, 7 months ago) by joeyh
Put only the final image (floppy image, or initrd) in dest/, keeping
intermediates in tmp.

Turn off floppy building for hd-media, netboot, for which only an initrd is
really useful.

Revision 5210 - Directory Listing
Modified Tue Oct 21 20:04:13 2003 UTC (9 years, 7 months ago) by joeyh
parameterise --force-overwrite

Revision 4897 - Directory Listing
Modified Wed Oct 15 14:50:13 2003 UTC (9 years, 7 months ago) by joeyh
the scsi drivers currently fit on the cd_drivers floppy, so we do not need
this fourth floppy for scsi cdroms

Revision 4842 - Directory Listing
Modified Tue Oct 14 02:06:30 2003 UTC (9 years, 7 months ago) by joeyh
- Add a per-arch KERNEL_FLAVOUR variable, that controls the flavour of kernel
  module udebs that is used. This could be the true kernel flavour (i686,
  etc), but for now it is being used to handle the linux-kernel-di
  transition without breaking anything.
- For i386, use the new "di" udebs, from kernel-image-di in d-i cvs.
- For now, all other architectures keep on using the "udeb" udebs. As alpha,
  etc, are transitioned to use the new linux-kernel-di package (if they
  are), they can be switched over to the "di" udebs.
- Fix a bug in the localudebs handling if a udeb is listed in $needed twice
  (due to drivers lists).
- Modified pkg-list to take the KERNEL_FLAVOUR as a parameter. It then
  substitutes this in along with the kernel version in ${kernel:Version},
  so all the pkg-lists had to be changed, removing the "-udeb" after
  "${kernel:Version}"
- Update i386 pkg-lists to reflect changes in linux-kernel-di: fat-modules
  was split out of floppy-modules, and all i386 lists that include the
  latter get the former added.
- Similar changes to i386 pkg-lists for ide-core-modules and scsi-core-modules.
- The bootfloppy will now support loading the initrd from USB floppies,
  and other USB storage media. 69k free, whee!
- Don't delete unreferenced missing.txt in reallyclean. Delete it in
  debian/rules, which is what creates it.
- Fix make clean to delete driver stuff in tmp dir.
- Version build-dependency on libdebconfclient0.
- Add hd-media image type, for installs from ISOs on a hard drive.
- Fixed type listing when incorrect type is given (don't loop).
- Add all_clean target.
- TODO updates
- README updates
- add usage message to pkg-lists

Revision 4656 - Directory Listing
Modified Fri Oct 10 17:24:54 2003 UTC (9 years, 7 months ago) by joeyh
parameterise DOS disk label stuff

Revision 4608 - Directory Listing
Modified Tue Oct 7 21:41:37 2003 UTC (9 years, 7 months ago) by joeyh
- remove my daily build stuff from Makefile
- remove code to rm a $(TEMP)/modules directory that is not referenced anywhere
- also code to remove $(NETDRIVERS), also unreferenced
- remove the USER_MOUNT_HACK
- make the TYPE sanity check clearer (combine it all into one place, commnent)
- update copyright
- broke list file parsing out into a standalone program (pkg-list), and
  removed the nasty, nasty code that used to do this
- removed NO_KERNEL and NO_BASE hacks. Instead list files can #include
  "base" and/or "kernel" to get those.
- modified all list files to include base/kernel as necessary
- no need for a versioned dep on sed anymore, removed it (good riddance!)
- many comment cleanups
- move wget-cache removal to the crufy old debian/rules, which creates it.
- move pcmcia-cs-udeb to the net_drivers image. Library reduction should still
  kick in for it
- Don't fail get_udebs if the apt-get update fails. It will fail later if not
  all required udebs are already downloaded. This allows for offline builds.
- Add a config/local, that can override other configs. I use it to set my
  floppy device. Like sources.list.local, it is not in CVS
- add a NO_TERMINFO to prevent copying of that for the bootfloppy.
  Terminfo should really be in a udeb..
- reordered targets
- remove fetch-sources and compile-udebs targets. If you used them, I will
  put them back, but they're unreferenced and look crufty
- don't generate -reduced entries in status for the kernel image
  (it was finding .dep files..)
- remove DEBUGUDEBDIR in reallyclean
- if a /etc/apt/sources.list item does not have "main" on it, it is probably
  not something to use for d-i
- add a warning comment to the top of generated sources.list
- add a FLOPPY_SIZE to netboot config. 1440 is a bit too small, but 2880
  may be far too big, so it needs tweaking
- remove extraneous dd in make/arch/linux-i386, the mkfs.mdsos -C will
  set up the file
- doc updates for new sources.list system, etc
- add listtypes target to makefile
- add sources.list to .cvsignore
- fix regexp for reduced font file in .cvsignore
- moved some more paths out of the main Makefile to config/dir
- corrected wording in the powerpc boot.msg file

Revision 4541 - Directory Listing
Modified Sat Oct 4 17:42:42 2003 UTC (9 years, 7 months ago) by falk
Bump kernel version to 2.4.22-1.

Revision 4530 - Directory Listing
Modified Sat Oct 4 12:12:51 2003 UTC (9 years, 7 months ago) by ley
Don't set MIRROR to empty by default

Revision 4529 - Directory Listing
Modified Sat Oct 4 11:54:55 2003 UTC (9 years, 7 months ago) by ley
Set the image size also for the bootfloppy. mkfs needs to know that.

Revision 4487 - Directory Listing
Modified Fri Oct 3 02:54:26 2003 UTC (9 years, 7 months ago) by kraai
Use 2.4.22.

Revision 4456 - Directory Listing
Modified Thu Oct 2 03:51:33 2003 UTC (9 years, 7 months ago) by kraai
busybox-cvs and kernel-image-2.4.22-powerpc are stuck in main, so use
modutils-basic and kernel-image-2.4.21-powerpc until they escape.

Revision 4433 - Directory Listing
Modified Tue Sep 30 20:56:48 2003 UTC (9 years, 7 months ago) by ley
Derive sources.list from the system wide sources.list (overridable)

Revision 4412 - Directory Listing
Modified Tue Sep 30 14:23:53 2003 UTC (9 years, 7 months ago) by ley
Move mirror configuration to config/main. This is a first step to store
all user configurable data in config which make customization much easier
for new users.

Revision 4350 - Directory Listing
Modified Sun Sep 28 12:40:46 2003 UTC (9 years, 7 months ago) by joeyh
update to 2.4.22 kernel

Revision 4337 - Directory Listing
Modified Sun Sep 28 08:18:06 2003 UTC (9 years, 7 months ago) by joeyh
remove cdrom144, unused

Revision 4296 - Directory Listing
Modified Sat Sep 27 15:29:55 2003 UTC (9 years, 7 months ago) by joeyh
add scsi_drivers

Revision 4273 - Directory Listing
Modified Sat Sep 27 12:54:24 2003 UTC (9 years, 7 months ago) by joeyh
add new image

Revision 4269 - Directory Listing
Modified Sat Sep 27 12:50:43 2003 UTC (9 years, 7 months ago) by joeyh
remove kernel from this image

Revision 4262 - Directory Listing
Modified Sat Sep 27 12:41:31 2003 UTC (9 years, 7 months ago) by tsauter
make 2.4.22 to the default kernel

Revision 4173 - Directory Listing
Modified Wed Sep 24 17:58:21 2003 UTC (9 years, 8 months ago) by rhirst
Set "floppy" size to 8MB for ia64, and compress kernel images

Revision 3874 - Directory Listing
Modified Fri Aug 22 14:58:30 2003 UTC (9 years, 9 months ago) by mlang
accessibility floppy type

Revision 3866 - Directory Listing
Modified Fri Aug 22 09:29:49 2003 UTC (9 years, 9 months ago) by wouter
Make the m68k build work again

Revision 3750 - Directory Listing
Modified Tue Jul 29 18:34:51 2003 UTC (9 years, 9 months ago) by dannf
update to 2.4.20 for ia64 - use vmlinux as the linux image name

Revision 3691 - Directory Listing
Modified Thu Jul 24 21:51:34 2003 UTC (9 years, 10 months ago) by mckinstry
Re-write the driver floppy handling code: can now create an arbitrary
number of driver floppies (see config/type/floppy for examples)
Currently create net_drivers for network installs, cd_drivers for
old CDROMS that must be booted from floppy

Revision 3684 - Directory Listing
Modified Wed Jul 23 21:01:35 2003 UTC (9 years, 10 months ago) by mckinstry
Removed; now have cd_drivers floppy instead

Revision 3602 - Directory Listing
Modified Sat Jul 19 12:35:32 2003 UTC (9 years, 10 months ago) by flo
Mips and Mipsel need basic /dev/console to boot into initrd

Revision 3591 - Directory Listing
Modified Fri Jul 18 16:29:03 2003 UTC (9 years, 10 months ago) by mckinstry
Rename driver1 to 'net_drivers', to match 'cd_drivers'

Revision 3569 - Directory Listing
Modified Thu Jul 17 08:49:46 2003 UTC (9 years, 10 months ago) by mckinstry
Type floppy not supported on Alpha

Revision 3505 - Directory Listing
Modified Tue Jul 15 14:22:53 2003 UTC (9 years, 10 months ago) by mckinstry
Now require upx-ucl-beta, to make kernel fit on first floppy

Revision 3467 - Directory Listing
Modified Mon Jul 14 16:33:25 2003 UTC (9 years, 10 months ago) by flo
Kernel for the Indy/I2

Revision 3465 - Directory Listing
Modified Mon Jul 14 15:16:50 2003 UTC (9 years, 10 months ago) by mckinstry
Build a two-disk 'floppy' solution.
When doing the library reduction step, first build a tree with all the udebs from
both floppies in tmp/$(TYPE)/full, reduce the libraries and then put the libraries
in tmp/$(FULL)/tree/lib on initrd. This ensures the libraries have all they need
for the udebs on the second floppy. (Hack needed because we can't fit the full
libc udeb on the second floppy)

Revision 3455 - Directory Listing
Modified Mon Jul 14 11:58:01 2003 UTC (9 years, 10 months ago) by mckinstry
Revert to the 2.4.20 kernel. The 2.4.21 kernel is _200K_ bigger on cdrom,
and overfills cdrom, cdrom144

Revision 3451 - Directory Listing
Modified Mon Jul 14 10:59:17 2003 UTC (9 years, 10 months ago) by mckinstry
Replaced net by floppy

Revision 3448 - Directory Listing
Modified Mon Jul 14 10:28:22 2003 UTC (9 years, 10 months ago) by joeyh
now it can be run remotely, making one ssh call to auric for madison

Revision 3432 - Directory Listing
Modified Mon Jul 14 08:24:51 2003 UTC (9 years, 10 months ago) by joeyh
remove USER_MOUNT_HACK vestiges

Revision 3430 - Directory Listing
Modified Mon Jul 14 08:21:07 2003 UTC (9 years, 10 months ago) by mckinstry
Move to kernel 2.4.21

Revision 3421 - Directory Listing
Modified Sun Jul 13 21:18:43 2003 UTC (9 years, 10 months ago) by pere
Document the savins with the new UPX version in Sid.

Revision 3395 - Directory Listing
Modified Sat Jun 28 05:20:14 2003 UTC (9 years, 10 months ago) by toff
applied 15 May patch from Gaudenz Steinlin -- except new cd targets in Makefile (hunks failed).

Revision 3340 - Directory Listing
Modified Tue Jun 10 14:54:08 2003 UTC (9 years, 11 months ago) by bcollins
Default image is netboot.

Revision 3339 - Directory Listing
Modified Tue Jun 10 14:53:47 2003 UTC (9 years, 11 months ago) by bcollins
Get rid of remnants of floppy_image and FLOPPY_IMAGE. Looks like
everything switched over to image and $(IMAGE).

Revision 3338 - Directory Listing
Modified Tue Jun 10 14:09:53 2003 UTC (9 years, 11 months ago) by bcollins
Updates for SPARC IMAGE build. Uses latest kernel udeb's (just uploaded).

Revision 3323 - Directory Listing
Modified Mon Jun 9 13:29:51 2003 UTC (9 years, 11 months ago) by waldi
- make arch dependend rules
- cleanup prequesites of initrd and some other rules

Revision 3290 - Directory Listing
Modified Thu Jun 5 01:59:06 2003 UTC (9 years, 11 months ago) by bcollins
Fix ver/name of sparc kernel images

Revision 3279 - Directory Listing
Modified Tue Jun 3 16:30:16 2003 UTC (9 years, 11 months ago) by bcollins
Misc sparc updates

Revision 3160 - Directory Listing
Modified Sun May 18 13:57:49 2003 UTC (10 years ago) by waldi
syslinux and upx is only available for i386

Revision 3159 - Directory Listing
Modified Sun May 18 13:16:06 2003 UTC (10 years ago) by mckinstry
First config for a mipsel build

Revision 3054 - Directory Listing
Modified Fri May 9 08:12:27 2003 UTC (10 years ago) by sjogren
Temporary fix to get DNS lookup to work on the netinst CDs. Shouldn't these files be put in libc-udeb?

Revision 3010 - Directory Listing
Modified Mon May 5 23:12:20 2003 UTC (10 years ago) by mckinstry
-udeb is needed for 2.4.20 kernel

Revision 3009 - Directory Listing
Modified Mon May 5 22:53:19 2003 UTC (10 years ago) by mckinstry
Update kernel to 2.4.20

Revision 2748 - Directory Listing
Modified Fri Apr 18 09:38:15 2003 UTC (10 years, 1 month ago) by waldi
FLOPPY_IMAGE, USER_MOUNT_HACK, SYSLINUX_OPTS

Revision 2746 - Directory Listing
Modified Fri Apr 18 08:56:59 2003 UTC (10 years, 1 month ago) by pere
Make sure KERNELIMAGEVERSION is set on all archs.

Revision 2744 - Directory Listing
Modified Thu Apr 17 15:15:15 2003 UTC (10 years, 1 month ago) by waldi
- don't display floppy size if none is specified
- support infinite number of kernels

Revision 2743 - Directory Listing
Modified Thu Apr 17 14:26:02 2003 UTC (10 years, 1 month ago) by waldi
readd FLOPPY_SIZE

Revision 2742 - Directory Listing
Modified Thu Apr 17 13:45:44 2003 UTC (10 years, 1 month ago) by waldi
forget MKLIBS

Revision 2741 - Directory Listing
Added Thu Apr 17 13:26:13 2003 UTC (10 years, 1 month ago) by waldi
split config into system, arch and type depend files

  ViewVC Help
Powered by ViewVC 1.1.5