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

Re: question about daily build



On Mon, May 05, 2003 at 08:27:48PM -0400, Joe Nahmias wrote:
> Hello,
> 
> What is the difference between the two network initrd's net-initrd.gz
> and netboot-initrd.gz?  Is one of them obsolete?  Are they intended for
> different audiences?  Is this documented anywhere?

Mmmm, that was asked before   ( and I did miss also the answer )

Perhaps can this
|mir-CHROOT:/usr/src/debian-installer/build
|# ls pkg-lists
|CVS  base  cdrom  cdrom144  net  netboot
|mir-CHROOT:/usr/src/debian-installer/build
|# ls config/type
|CVS  cdrom  cdrom144  net  net-linux  netboot-linux
|mir-CHROOT:/usr/src/debian-installer/build
|#
help

> 
> I was planning on doing another test install tonight, and I want to make
> sure I'm not testing some know obselete version.

The Makefile in build/ has lines like these:
|ALL_TYPES=$(shell find pkg-lists -type d -maxdepth 1 -mindepth 1 -not -name CVS
-printf '%f\n')
|
|      for type in $(ALL_TYPES); do \
|              $(MAKE) sub_daily_build TYPE=$$type USER_MOUNT_HACK=$(shell pwd)/$(DEST)/tmp-mnt.img; \
|      done


So they are both generated.

> Thanks in advance,
Looking forward to see a testreport 


> Joe Nahmias

Geert Stappers



Reply to: