/[fai]/trunk/debian/changelog
ViewVC logotype

Diff of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1082 by lange, Tue Mar 5 13:14:37 2002 UTC revision 1357 by lange, Tue Dec 10 15:59:07 2002 UTC
# Line 1  Line 1 
1  fai (2.3pre) unstable; urgency=low  fai (2.4) unstable; urgency=low
2    
3      * use fai-class to define classes
4      * bootsector: do not use dpkg to get hardware architecture
5      * a lot of spelling mistakes corrected. Thanks Era! (closes: # 155735)
6      * control: correct name for Debian distribution (closes: #150887)
7      * make-fai-nfsroot: add -l to tar when creating base.tgz (closes: #151173),
8        add noatime to mount, new mknbi-linux options, check for existence of
9        mknbi-linux (closes: #167900), replace $UID with `id -u`, do not call
10        rdev, remove packages that are already installed by debootstrap, new
11        option for mknbi-linux, always do setup for dhcp and bootp, write PATH
12        to /root/.profile, correct location for syslog.conf
13      * scripts/BOOT: echo each kernel module to a seperate line in
14        /etc/modules, lilo.conf can also boot the old kernel
15      * scripts/LAST: add call: apt-get -f install
16      * ftar: conditional rm -rf
17      * test if mknbi-linux is available (closes: #167900)
18      * make-fai-bootfloppy: rmdir lost+found and copy fewer files to get more
19        space on the floppy, replace $UID with `id -u`, create a generic
20        boot floppy independant of the boot protocol, use one image with
21        multiple append parameters, new options -v, -d
22      * DEFAULT/S01: install $addpackages with one dpkg call, installation of
23        default kernel creates symlinks in /, make /root accessable only by root
24      * bug fix: hooks can now skip its task again
25      * NFS file systems are also mounted with noatime.
26      * rcS_fai: create var/run/sshd directory, /usr/local/{bin,sbin} at the
27        very beginning of PATH, add /usr/lib/fai to PATH, PATH is defined
28        before doing anything else, create_ramdisk is an extern script
29      * scripts/USB: fix option for echo
30      * scripts/FAI_BOOTPART: missing $target added, remove rdev call
31      * lib/subroutines*: better regex for matching disks in /proc/partitions,
32        task_sysinfo, prepare_apt, task_sysinfo now a separate script, add
33        link last to last action performed, new variable $LOGSERVER
34      * Fai.pm and subroutines* are moved from lib/ moved to share/
35      * fai-setup: ssh-keygen needs option -t (closes: #156947)
36      * fai.conf: correct line containing proposed-updates
37      * setup_harddisks: allow more that 3 primary partitions, new regex for
38        matching disks and partitions
39      * fai_modules_off: add block-major-{104,105}
40      * remove debian/undocumented
41      * install_packages: add option -l, only print the list of packages
42      * add suffix -386 to name of kernel-image package
43      * save_log_*(): do not loops in symlinks
44      * apt.conf: add option force-confdef to dpkg call
45      * 03hwdetect script loads scsi and ide modules and prints /proc/scsi info
46    
47     -- Thomas Lange <lange@debian.org>  Tue, 10 Dec 2002 16:58:31 +0100
48    
49    fai (2.3.4) unstable; urgency=low
50    
51      * default name for fai kernel-image has changed
52    
53     -- Thomas Lange <lange@debian.org>  Thu, 16 May 2002 14:42:00 +0200
54    
55    fai (2.3.3) unstable; urgency=medium
56    
57      * enable use strict in perl scripts
58      * remove some potato specific code
59      * typo fixed (closes: #143272)
60      * add some packages to SERVER
61      * copy id_dsa* and id_rsa* files in make-fai-nfsroot
62      * debian/rules uses DH_COMPAT=3
63      * add packages to AUDIO, changes in SERVER
64      * potato specific code removed
65      * faireboot kills syslogd before booting
66      * change symlink of rcS_fai (closes: #146430)
67      * print warning before removing nfsroot
68      * do not compress pdf files in /usr/share/doc/
69    
70     -- Thomas Lange <lange@debian.org>  Thu, 16 May 2002 09:27:15 +0200
71    
72    fai (2.3.2) unstable; urgency=low
73    
74      * bug fix: THISLOG is unused variable
75      * added save_log_*(): only remove files (-type f added)
76      * load net-pf-1 kernel module (unix socket)
77      * minor changes in package_config files
78      * added script class/S03hwdetect.source
79      * dhclient-perl: dhcp use host_name
80      * faireboot: use rmalldivert for removing diversions
81      * $divertlist not used any more; use dpkg-divert --list
82      * setup_harddisks writes list of swap devices; they are enables using swapon
83    
84     -- Thomas Lange <lange@debian.org>  Mon, 29 Apr 2002 19:47:39 +0200
85    
86    fai (2.3.1) unstable; urgency=low
87    
88      * bug fix in make-fai-bootfloppy, fcopy
89      * first letter in description now uppercase (closes: #142017)
90      * add option -m to make-fai-bootfloppy
91      * save keymap to boottime.kmap.gz
92      * add many comments to shell scripts
93      * copy $loguserhome/.ssh/*.pub files to $NFSROOT/root/.ssh
94      * packages from $addpackages are also installed to the system if
95        they exist in $FAI/files/packages/
96      * minor changes in package_config files
97      * move task_confdir() to subroutines-linux
98      * added create_resolv_conf(); code removed from task_confdir
99      * jobsrunning() subroutine for linux and solaris added
100      * faireboot: source fai.conf and subroutines-$OS_TYPE
101      * subroutines-linux: additional way to determine all ethernet devices
102      * move some packages from $NFSROOT_PACKAGES into make-fai-nfsroot
103      * add more .ssh/ files to nfsroot
104      * $FAI_SUBDIR renamed to $FAI_SHAREDIR
105      * rcS_fai: add $osname
106      * write some variabel definitions to $rcsfaivar (used for remote logins)
107    
108     -- Thomas Lange <lange@debian.org>  Tue, 16 Apr 2002 13:30:04 +0200
109    
110    fai (2.3) unstable; urgency=low
111    
112      * default configurations are for Debian 3.0
113      * add auto stanza to /etc/network/interfaces (closes: #114627)
114      * now depends on debootstrap (closes: #128457)
115      * set DEBIAN_FRONTEND to "noninteractive" (closes: #131855)
116    * Fai.pm now copied to new location if woody in use (closes: #125839)    * Fai.pm now copied to new location if woody in use (closes: #125839)
117    * package upgrade does not remove nfsroot (closes: #123463)    * package upgrade does not remove nfsroot (closes: #123463)
118    * many files: use $FAI instead of fixes /fai, config file moved to    * many files: use $FAI instead of fixes /fai, config file moved to
119      from /etc/fai.conf to /etc/fai/fai.conf      from /etc/fai.conf to /etc/fai/fai.conf
120      * store log files to $LOGDIR (default to /tmp/fai), can be set in fai.conf
121      * read also subroutines-$OS_TYPE file
122    * fai.conf: moved to /etc/fai/fai.conf    * fai.conf: moved to /etc/fai/fai.conf
123      variables removed: FAI_ARCH, UTC (now in class/*.var), KERNELVERSION      variables removed: FAI_ARCH, UTC (now in class/*.var), KERNELVERSION
124      variables added: FAI      variables added: FAI, FAI_DEBOOTSTRAP_OPTS
125    * make-fai-nfsroot sets up pxelinux environment    * make-fai-nfsroot sets up pxelinux environment
126      automaticly determine kernel version; added get_kernel_version(),      automaticly determine kernel version; added get_kernel_version(),
127      copies /etc/fai/.cvspass to nfsroot, can now write the floppy image to      copies /etc/fai/.cvspass to nfsroot, can now write the floppy image to
# Line 26  fai (2.3pre) unstable; urgency=low Line 141  fai (2.3pre) unstable; urgency=low
141      Install $NFSROOT_PACKAGES in a second pass, to sidestep conflicts      Install $NFSROOT_PACKAGES in a second pass, to sidestep conflicts
142      (e.g. so that ssh may replace rsh-client)      (e.g. so that ssh may replace rsh-client)
143      Don't set up $LOGUSER's home directory if that variable is undefined      Don't set up $LOGUSER's home directory if that variable is undefined
144        add variable FAI_DEBOOTSTRAP_OPTS
145    * conf/fai_modules_off: more modules turned off    * conf/fai_modules_off: more modules turned off
146    * call openvt with full shell path (closes: #134641)    * call openvt with full shell path (closes: #134641)
147    * hooks are also skipped if task is skipped    * hooks are also skipped if task is skipped
148    * hooks that end in .source are sourced    * hooks that end in .source are sourced
149    * class/*.mod file can now define variables    * class/*.mod file can now define variables
150      * add ADAPTEC.mod file
151    * apt/conf: set Assume-Yes "true" so apt-get (and tasksel) is noninteractive    * apt/conf: set Assume-Yes "true" so apt-get (and tasksel) is noninteractive
152    * lib/subroutines: /dev/ida/ and /dev/rd/ support in    * lib/subroutines: /dev/ida/ and /dev/rd/ support in
153      subroutine:umount_local_disks, added $netdevices_up, use $tfsab      subroutine:umount_local_disks, added $netdevices_up, use $tfsab
154      instead of fstab (for solaris support), /fai is now $FAI, use shm      instead of fstab (for solaris support), /fai is now $FAI, mount shm
155      instead of normal ramdisk when $USETMPFS is set, strip comment lines      file system if available, otherwise use normal ramdisk, strip comment lines
156      when defining classes via scripts, added subroutine do_script,      when defining classes via scripts, added subroutine do_script,
157      do_scriptss calls every script class/<classname>/S[0-9]* when class is      do_scriptss calls every script class/<classname>/S[0-9]* when class is
158      not a file, execute all S[0-9]* scripts in a directory      not a file, execute all S[0-9]* scripts in a directory
# Line 43  fai (2.3pre) unstable; urgency=low Line 160  fai (2.3pre) unstable; urgency=low
160      task_partition() call setup_harddisk only if no disk_var.sh exists      task_partition() call setup_harddisk only if no disk_var.sh exists
161      defclass also sources all scripts class/S*.source      defclass also sources all scripts class/S*.source
162      add subroutines adddivert(), rmalldivert(); task_finish calls      add subroutines adddivert(), rmalldivert(); task_finish calls
163      rmalldivert      rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not
164        needed for find, save_log*() now uses date and time for directory name;
165        /tmp/fai now $LOGDIR, can be set in fai.conf; new cvs co code
166      * templates/scripts: change NET and NETWORK examples; now called S10,
167        S40 and located in directory /fai/scripts/NETWORK/
168        BASE and DEFAULT moved to DEFAULT/S20 and DEFAULT/S01
169    * setup_harddisk: raid support for /devc/rd, /dev/ida and cciss driver    * setup_harddisk: raid support for /devc/rd, /dev/ida and cciss driver
170      for Compaqs Smart Array Controllers, called with -d      for Compaqs Smart Array Controllers, called with -d
171    * doc/Makefile: detect if anything is really to do    * doc/Makefile: detect if anything is really to do
172    * use gzip -dc instead of zcat    * use gzip -dc instead of zcat
173    * make-fai-bootfloppy: do not copy /boot/System.map to floppy    * make-fai-bootfloppy: do not copy /boot/System.map to floppy, new
174        option -s
175    * added prtnetgr; change netgroup example and script all_hosts to use it    * added prtnetgr; change netgroup example and script all_hosts to use it
176    * fcopy: added debug message if executing postinst, ignore CVS    * fcopy: added debug message if executing postinst, ignore CVS
177      directories, use File::Find, now sets envionment variables $target and      directories, use File::Find, now sets envionment variables $target and
178      $FAI_ROOT, bug fix in -d option, new options -L and -P,      $FAI_ROOT, bug fix in -d option, new options -L and -P
179    * KERNELVERSION not needed in fai.conf, now automaticly determined in    * KERNELVERSION not needed in fai.conf, now automaticly determined in
180      make-fai-* scripts      make-fai-* scripts
181      * FAI_FILES removed
182    * Files added: THANKS, preinst, prtnetgr, pxelinux.cfg    * Files added: THANKS, preinst, prtnetgr, pxelinux.cfg
183    * Manual pages added fai-setup, install_packages, make-fai-bootfloppy,    * Manual pages added fai-setup, install_packages, make-fai-bootfloppy,
184      make-fai-nfroot      make-fai-nfroot
185      * add use stict pragma for perl scripts
186    * add auto.master and auto.scratch config for kernel automounter    * add auto.master and auto.scratch config for kernel automounter
187    * mkdebmirror: use passive ftp mode    * mkdebmirror: use passive ftp mode
188    * added autofs to package_CONFIG/BEOWULF    * added autofs to package_CONFIG/BEOWULF
189    * debian/prerm: do nothing when upgrading package    * debian/prerm: do nothing when upgrading package
190      * scripts/fai-setup: determine loguserhome earlier (closes: #136851)
191    * new standards version 3.5.6    * new standards version 3.5.6
192    
193   -- Thomas Lange <lange@debian.org>  Sun, 27 Jan 2002 15:08:19 +0100   -- Thomas Lange <lange@debian.org>  Tue,  9 Apr 2002 18:29:15 +0200
194    
195  fai (2.2.3) unstable; urgency=low  fai (2.2.3) unstable; urgency=low
196    
# Line 336  fai (1.2.0beta1) unstable; urgency=low Line 462  fai (1.2.0beta1) unstable; urgency=low
462      installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient      installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient
463      flag verbose controls output level      flag verbose controls output level
464      nfsroot is created without any interaction      nfsroot is created without any interaction
465      base2_2.tgz is fetched via wget, if it's not found in /tmp      base2_2.tgz is fetched via wget if it's not found in /tmp
466    
467    * new start-stop-daemon script instead of symlink to fake it    * new start-stop-daemon script instead of symlink to fake it
468    
# Line 363  fai (1.1beta1) unstable; urgency=low Line 489  fai (1.1beta1) unstable; urgency=low
489    * Initial Release.    * Initial Release.
490    
491   -- Thomas Lange <lange@informatik.uni-koeln.de>  Wed,  7 Jun 2000 11:16:23 +0200   -- Thomas Lange <lange@informatik.uni-koeln.de>  Wed,  7 Jun 2000 11:16:23 +0200
   
 Local variables:  
 mode: debian-changelog  
 End:  

Legend:
Removed from v.1082  
changed lines
  Added in v.1357

  ViewVC Help
Powered by ViewVC 1.1.5