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

Contents of /trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1223 - (hide annotations) (download)
Tue Apr 16 11:41:43 2002 UTC (11 years, 1 month ago) by lange
File size: 18490 byte(s)
finish release
1 lange 1223 fai (2.3.1) unstable; urgency=low
2    
3     * bug fix in make-fai-bootfloppy, fcopy
4     * first letter in description now uppercase (closes: #142017)
5     * add option -m to make-fai-bootfloppy
6     * save keymap to boottime.kmap.gz
7     * add many comments to shell scripts
8     * copy $loguserhome/.ssh/*.pub files to $NFSROOT/root/.ssh
9     * packages from $addpackages are also installed to the system if
10     they exist in $FAI/files/packages/
11     * minor changes in package_config files
12     * move task_confdir() to subroutines-linux
13     * added create_resolv_conf(); code removed from task_confdir
14     * jobsrunning() subroutine for linux and solaris added
15     * faireboot: source fai.conf and subroutines-$OS_TYPE
16     * subroutines-linux: additional way to determine all ethernet devices
17     * move some packages from $NFSROOT_PACKAGES into make-fai-nfsroot
18     * add more .ssh/ files to nfsroot
19     * $FAI_SUBDIR renamed to $FAI_SHAREDIR
20     * rcS_fai: add $osname
21     * write some variabel definitions to $rcsfaivar (used for remote logins)
22    
23     -- Thomas Lange <lange@debian.org> Tue, 16 Apr 2002 13:30:04 +0200
24    
25 lange 1174 fai (2.3) unstable; urgency=low
26 lange 1019
27 lange 1174 * default configurations are for Debian 3.0
28     * add auto stanza to /etc/network/interfaces (closes: #114627)
29     * now depends on debootstrap (closes: #128457)
30     * set DEBIAN_FRONTEND to "noninteractive" (closes: #131855)
31 lange 1019 * Fai.pm now copied to new location if woody in use (closes: #125839)
32     * package upgrade does not remove nfsroot (closes: #123463)
33     * many files: use $FAI instead of fixes /fai, config file moved to
34     from /etc/fai.conf to /etc/fai/fai.conf
35 lange 1159 * store log files to $LOGDIR (default to /tmp/fai), can be set in fai.conf
36 lange 1223 * read also subroutines-$OS_TYPE file
37 lange 1019 * fai.conf: moved to /etc/fai/fai.conf
38     variables removed: FAI_ARCH, UTC (now in class/*.var), KERNELVERSION
39 lange 1159 variables added: FAI, FAI_DEBOOTSTRAP_OPTS
40 lange 1019 * make-fai-nfsroot sets up pxelinux environment
41     automaticly determine kernel version; added get_kernel_version(),
42     copies /etc/fai/.cvspass to nfsroot, can now write the floppy image to
43     a file
44 lange 1037 added call_with_stamp subroutine, for easy creation of stamps
45     Tue Jan 29 20:19:27 CST 2002 -- Chad Walstrom <chad@debian.org>
46     Added support to run script as a recovery operation. This is a
47     glue-script; we may as well provide the ability to fix problems and
48     continue. Changes include:
49     - Adding a RUNDIR environment variable
50     - A command line option "-r" for recover operations
51     - logic tests and stampfiles to appropriate function calls
52     Checked for existance of character file dev/boot255 before calling mknod.
53     Checked for existance of $NFSROOT/proc/modules file before calling
54     umount $NFSROOT/proc
55     Recursively copies contents of /etc/fai/ directory (good if using CVS)
56 lange 1075 Install $NFSROOT_PACKAGES in a second pass, to sidestep conflicts
57     (e.g. so that ssh may replace rsh-client)
58     Don't set up $LOGUSER's home directory if that variable is undefined
59 lange 1159 add variable FAI_DEBOOTSTRAP_OPTS
60 lange 1019 * conf/fai_modules_off: more modules turned off
61 lange 1075 * call openvt with full shell path (closes: #134641)
62     * hooks are also skipped if task is skipped
63     * hooks that end in .source are sourced
64     * class/*.mod file can now define variables
65 lange 1159 * add ADAPTEC.mod file
66 lange 1075 * apt/conf: set Assume-Yes "true" so apt-get (and tasksel) is noninteractive
67 lange 1019 * lib/subroutines: /dev/ida/ and /dev/rd/ support in
68     subroutine:umount_local_disks, added $netdevices_up, use $tfsab
69 lange 1159 instead of fstab (for solaris support), /fai is now $FAI, mount shm
70     file system if available, otherwise use normal ramdisk, strip comment lines
71 lange 1019 when defining classes via scripts, added subroutine do_script,
72     do_scriptss calls every script class/<classname>/S[0-9]* when class is
73     not a file, execute all S[0-9]* scripts in a directory
74     /fai/scripts/$class/, skip all comment lines when definig classes
75 lange 1075 task_partition() call setup_harddisk only if no disk_var.sh exists
76     defclass also sources all scripts class/S*.source
77     add subroutines adddivert(), rmalldivert(); task_finish calls
78 lange 1159 rmalldivert, task_sysinfo calls kudzu; save_log*() -maxdepth not
79     needed for find, save_log*() now uses date and time for directory name;
80     /tmp/fai now $LOGDIR, can be set in fai.conf; new cvs co code
81     * templates/scripts: change NET and NETWORK examples; now called S10,
82     S40 and located in directory /fai/scripts/NETWORK/
83     BASE and DEFAULT moved to DEFAULT/S20 and DEFAULT/S01
84 lange 1082 * setup_harddisk: raid support for /devc/rd, /dev/ida and cciss driver
85     for Compaqs Smart Array Controllers, called with -d
86 lange 1019 * doc/Makefile: detect if anything is really to do
87     * use gzip -dc instead of zcat
88 lange 1159 * make-fai-bootfloppy: do not copy /boot/System.map to floppy, new
89     option -s
90 lange 1019 * added prtnetgr; change netgroup example and script all_hosts to use it
91     * fcopy: added debug message if executing postinst, ignore CVS
92 lange 1075 directories, use File::Find, now sets envionment variables $target and
93     $FAI_ROOT, bug fix in -d option, new options -L and -P,
94 lange 1019 * KERNELVERSION not needed in fai.conf, now automaticly determined in
95     make-fai-* scripts
96 lange 1159 * FAI_FILES removed
97 lange 1019 * Files added: THANKS, preinst, prtnetgr, pxelinux.cfg
98     * Manual pages added fai-setup, install_packages, make-fai-bootfloppy,
99     make-fai-nfroot
100 lange 1159 * add use stict pragma for perl scripts
101 lange 1037 * add auto.master and auto.scratch config for kernel automounter
102 lange 1019 * mkdebmirror: use passive ftp mode
103 lange 1037 * added autofs to package_CONFIG/BEOWULF
104 lange 1019 * debian/prerm: do nothing when upgrading package
105 lange 1159 * scripts/fai-setup: determine loguserhome earlier (closes: #136851)
106 lange 1019 * new standards version 3.5.6
107    
108 lange 1174 -- Thomas Lange <lange@debian.org> Tue, 9 Apr 2002 18:29:15 +0200
109 lange 1019
110 lange 928 fai (2.2.3) unstable; urgency=low
111 lange 891
112     * added ATOMCLIENT in disk_config
113     * setup_harddisks detects harddisk even if no valid partition table is
114     available
115     * added dosfstools to nfsroot
116     * added .rhosts for ATOMCLIENTS
117     * added detect, discover and lsdev to sysinfo
118 lange 928 * make-fai-nfsroot: now ash compatible (closes: #117431)
119     clean apt cache before creating base.tgz, make
120 lange 891 liloconf silent, verbose output can be redirected to a file
121 lange 928 call mknbi only for kernels using BOOTP, added sysutils package
122 lange 891 * scripts/DEFAULT: chmod 1777 the defined scratch partition
123     * wake on LAN section added to fai guide
124     * reiserfs patch added to setup_harddisks
125     * nfs-user-server support for woody
126     * DEFAULT: scratch directories are writeable for all users
127 lange 892 * utils moved from doc directory to /usr/share/fai
128 lange 928 * install_packages: check all package names, remove unknown packages
129     from install list; PRELOAD support for url of type file:
130     * dpkg-divert is quiet unles verbose is set
131     * make diversion for broken liloconfig (closes: #113906)
132     * added class NOGETTY
133     * install_packages: add code for command PACKAGES hold
134 lange 891
135     -- Thomas Lange <lange@debian.org> Thu, 8 Nov 2001 17:01:02 +0100
136    
137 lange 861 fai (2.2.2) unstable; urgency=low
138    
139     * bug fix in get_dhcp_info()
140     * added jmon to BEOWULF
141    
142     -- Thomas Lange <lange@debian.org> Wed, 10 Oct 2001 10:52:35 +0200
143    
144 lange 856 fai (2.2.1) unstable; urgency=low
145    
146     * bugs in mkdebmirror fixed
147     * replace compat from nsswitch.conf templates (closes: #113902)
148     * FAI_FLAGS can contain comma or space separatedd list of flags
149     * echo device before BOOTP request
150     * all_hosts uses netgroup allhosts
151    
152     -- Thomas Lange <lange@debian.org> Fri, 5 Oct 2001 17:19:14 +0200
153    
154 lange 839 fai (2.2) unstable; urgency=low
155    
156     * fix lilo bug in make-fai-bootfloppy
157     * user can define their own action using FAI_ACTION and
158     creating a command /fai/hooks/$FAI_ACTION
159     * rcS_fai rearranged; move a lot of subroutines into subroutines
160     * hooks can force rcS_fai to skip the default task
161     * timeout for bootpc can be set in rcS_fai
162     * new subroutine ether_info sets variable $ethers
163     * unused subroutine myyes removed
164     * prepare-apt.log renamed to updatebase.log
165     * task_sysinfo only probes available disks
166     * install_packages: support for new task packages using tasksel
167     * get_bootp_info() and get_dhcp_info() uses multiple network interfaces
168     via variable $netdevices
169     * layout of local Debian mirror for non-US changed
170     * mkdebmirror: non-US has new location, minor bugs removed
171     * rmdivert moves distrib.dpkg-new files
172     * new chapter about installing a Beowulf cluster
173     * bug in list_disks() fixed
174     * diskless class is automaticly defined, improved diskless hook
175     * package nfs-common added to nfsroot for lockd, statd
176     * support for additional variable definitions and classes
177     * new utilities: all_hosts, rshall and softupdate
178     * new examples for Beowulf cluster: atoms, ATOMCLIENT, BEOWULF
179     * defvar and devclass are now called before task_action
180     * bug fix: fcopy down not convert from octal when using file-modes
181     * all file in /files/root/ use file-modes
182     * tlink can show symlink of a host or all file in /boot/fai
183     * new class NOSECURETTY, NOTCPD
184    
185     -- Thomas Lange <lange@debian.org> Fri, 14 Sep 2001 14:35:49 +0200
186    
187 lange 730 fai (2.1) unstable; urgency=low
188    
189     * user visible changes are now reported in NEWS file
190     * setup_harddisk: do not check if root partition is in first 8GB, do not
191     check if it's a primary partition
192     * make-fai-nfsroot: uses debbootstrap if FAI_DEBOOTSTRAP is
193     defined (closes: #100914)
194     use /etc/apt/sources.list is FAI_SOURCES_LIST is undefined
195     * call some commands with prefix LC_ALL=C, so diffrent locale does
196     not change the output
197     * ftar: do not call tar with option I, j or z, use pipe instead
198     * rcS_fai: added hook support, use all ntpserver for ntpdate, always
199     extract base.tgz, no version number in base.tgz; read_config() removed;
200     move some task from fai_init to fai_setup to get their output;
201     create etc/hosts with fqdn in target directory; $revclasses contains
202     classes in reversed order
203     * new flag createtv; controls if ctrl-c will reboot or give a shell and
204     if two additional terminals will be available
205     * debhelper compatability level now 2
206     * woody support: using debootstrap, different package lists
207     * added class DISKLESS
208     * subroutine disk_info rewritten, ignores cdrom
209     * fai-setup: do not generate ssh key if already existing
210     * cat <<EOF calls corrected
211     * mkdebmirror now mirrors also testing and unstable by default
212     * grub support in scripts/BOOT and scripts/FAI_BOOTPART
213     * new utility chkdebnames check debian package names
214     * new script device2grub convert normal device names to grub device names
215    
216     -- Thomas Lange <lange@debian.org> Fri, 20 Jul 2001 11:55:29 +0200
217    
218 lange 655 fai (2.0.2) unstable; urgency=low
219    
220     * typo in ftp Debian mirror fixed
221     * corrected wrong cvs tag, some more little changes
222    
223     -- Thomas Lange <lange@debian.org> Thu, 28 Jun 2001 14:11:23 +0200
224    
225 lange 651 fai (2.0.1) unstable; urgency=low
226    
227 lange 730 * Default Debian mirror access now via ftp. This can take much time to
228 lange 651 download the required packages. (closes: #101596)
229     * Check if LOGUSER is defined, (closes: #101620)
230     * wget now recommends, (closes: #101594)
231     * Use ntpdate if a ntp server is defined (tag nt in bootptab),
232     (closes: #101899)
233     * DEFAULT script writes fqdn and short hostname into etc/hosts,
234     (closes: #101820)
235     * Bug fix. Check if immgen executable is available.
236    
237     -- Thomas Lange <lange@debian.org> Thu, 28 Jun 2001 13:33:33 +0200
238    
239 lange 638 fai (2.0) unstable; urgency=low
240 lange 331
241 lange 605 * first upload to Debian archive
242 lange 517 * kernel-2.2.19 support
243 lange 495 * order of classes now (with increasing priority):
244     DEFAULT, <other classes>, $HOSTNAME, LAST
245 lange 579 * architecture is now also a class (see S01alias.sh)
246 lange 495 * class/*.source renamed to class/*.var, because they define variables
247 lange 605 * new description of all classes
248 lange 579 * $moduleslist is the list of modules that will be loaded by the new system
249 lange 605 * names of examples changed to make them more comprehensible
250 lange 495 * FAI_PACKAGEDIR now FAI_DEBMIRROR
251 lange 416 * new fcopy script for copying files with classes
252     * new ftar script for extracting tar files with classes
253 lange 605 * manual pages for fcopy, ftar
254     * converted many cfengine scripts to shell scripts
255 lange 495 * several classes and scripts removed and rearranged
256 lange 331 * S90partitions.pl replaces the old shell version
257 lange 495 * add FAI_BOOTPART class and scripts
258 lange 416 * klogd, syslogd running during installation
259 lange 579 * make-fai-bootfloppy can take additional parameters for the kernel and
260     supports multiple network interface cards
261 lange 416 * kernel append parameters define variables in rcS_fai
262 lange 839 * added subroutines ifclass, rwmount
263 lange 638 * new command bootsector can enable, disable or list magic number of
264     boot sector
265 lange 416 * make many variables local
266 lange 579 * better debugging of shell scripts
267 lange 605 * remote login has all subroutines available
268 lange 416 * faireboot -s saves log files to install server
269     * sfdisk call removed from subroutines and Fai.pm, since it's not
270 lange 605 portable; unfortunately setup_hardisk still using it
271     * new mount2dir command; this task is removed from setup_hardisk
272 lange 517 * files in package_config can use dpkg --get-selections format
273 lange 605 * redundant packages in package_config/COMPILE removed
274     * PRELOADRM feature for package_config
275 lange 416 * comments in files in package_config/ are now everything after a #, not
276     only at the beginning of a line
277 lange 495 * lvm not in nfsroot by default, grub now included
278     * access from install clients to server can be done via rsh/rcp or
279     ssh/scp (see fai.conf)
280     * modprobe displays less errors
281 lange 638 * templates now stored in /usr/share/fai
282 lange 416 * all release timestamp in this changelog until version 1.4.2 are
283 lange 605 wrong; they indicate the time when I started hacking the next version;
284     these are the correct release dates:
285 lange 416 Jun 20 2000 fai_1.1beta2.tar.gz
286     Jul 11 2000 fai_1.2.0beta1.tar.gz
287 lange 605 Oct 26 2000 fai_1.3.0test1.tar.gz
288     Nov 6 2000 fai_1.3.0test2.tar.gz
289     Nov 23 2000 fai_1.4.0.tar.gz
290     Dec 7 2000 fai_1.4.1.tar.gz
291     Dec 12 2000 fai_1.4.2.tar.gz
292    
293 lange 641 -- Thomas Lange <lange@debian.org> Tue, 15 May 2001 14:28:31 +0200
294 lange 331
295 lange 286 fai (1.4.2) unstable; urgency=low
296    
297     * add wget to suggests list
298     * xviddetect called for FAI_ACTION=sysinfo
299     * fai.conf: added missing / in ftp definition of FAI_SOURCES_LIST
300     * added parted to nfsroot and package_config/MINI_SOFT
301     * FAI_KEYMAP files can also be located in /fai/files
302 lange 290 * added subroutine load_keymap_consolechar (was included in rcS_fai)
303     keymap now called correctly
304     * the little FAI banner is now printed on startup
305 lange 293 * variable hdparm tunes your hard disks and creates rcS.d script
306 lange 286
307     -- Thomas Lange <lange@debian.org> Mon, 11 Dec 2000 16:36:31 +0100
308    
309 lange 273 fai (1.4.1) unstable; urgency=low
310    
311     * swap order of class ALL and hostname
312     * CLASS ALL renamed to DEFAULT
313     * templates/class/S*.source files renamed
314     * scripts in class/ reorganized. First *.{sh,pl) are executed, then
315     $class.source are sourced for all defined classes
316     * install kernels removed, now included in package fai-kernels
317     * hdparm available in nfsroot, sysinfo prints hparm -i
318     * classs/ATA33.source can tune harddisk during installation
319     * class DEBIAN_DEVEL commented out, because this software package list
320     mostly segfaults dpkg
321 lange 274 * base?_?.tgz now included in nfsroot; BASETGZ not needed any more
322 lange 273 * bug fixed: setup_harddisk don't mount preserved partitions if mount
323     point is not in root directory
324     * bug fixed: no dns support during chroot in make-fai-nfsroot
325    
326     -- Thomas Lange <lange@debian.org> Wed, 29 Nov 2000 11:34:41 +0100
327    
328 lange 231 fai (1.4.0) unstable; urgency=low
329    
330     * faireboot is faster and more reliable
331     * package depends on nfs-server
332     * keymap created by shell script ALL (uses $FAI_KEYMAP)
333     * mk3comimage removed (uses non free software), now netboot is used
334     * first version of the FAI Guide included
335     * use dpkg-divert to fake some programs (solves many problems)
336     * yes pipes <CR> to apt-get during installation
337     * all definitions from global.conf are moved to fai.conf
338     * make-fai-nfs now uses chroot when calling apt-get
339     so nfsroot must not use the same Debian distribution as the server
340     * $MNTPOINT is mount point for Debian mirror
341     * postinst tasks are moved to fai-setup script
342     * $UTC, $FAI_CONFIGDIR added to fai.conf
343     * bug fixed: loopback device was not set up
344    
345     -- Thomas Lange <lange@debian.org> Mon, 6 Nov 2000 12:20:00 +0100
346    
347 lange 135 fai (1.3.0test2) unstable; urgency=low
348    
349 lange 150 * loopback device is set up during installation
350     * create resolv.conf via script RESOLV instead of using cfengine
351     * printers are defined in class/ not in cfengine script
352     * mount nfs directories using rsize=8192
353     * bug fixed: make-fai-nfsroot removes /boot/*-$KERNELVERSION
354 lange 135
355     -- Thomas Lange <lange@informatik.uni-koeln.de> Fri, 3 Nov 2000 10:26:03 +0100
356    
357 lange 120 fai (1.3.0test1) unstable; urgency=low
358 lange 75
359 lange 120 * kernel in nfsroot is now build with kernel-package (make-kpkg)
360     * installkernel now supports loadable modules
361     * class/S05modules.sh can load modules (example global.mod)
362     * add script make-fai-bootfloppy
363     * client's timezone during installation is now the same as on server
364     * FAI_ACTION sysinfo now mounts all local disk and searches for fstab
365     * add support for expect scripts
366 lange 891 * add nfs-kernel-server support
367 lange 120 * do not create account fai if it already exists (e.g when using NIS)
368 lange 133 * new format for keymap and consolefont definition
369 lange 75
370     -- Thomas Lange <lange@informatik.uni-koeln.de> Mon, 9 Oct 2000 18:08:02 +0200
371    
372 lange 64 fai (1.2.0beta1) unstable; urgency=low
373 lange 8
374 lange 37 * two virtual terminals available (press alt-F2 or alt-F3)
375 lange 8
376 lange 61 * make-fai-nfsroot removes pcmcia-cs
377     installs additionals packages: lvm raidtool2 ext2resize sshd dhcp-lient
378 lange 16 flag verbose controls output level
379 lange 23 nfsroot is created without any interaction
380 lange 61 base2_2.tgz is fetched via wget, if it's not found in /tmp
381 lange 16
382 lange 23 * new start-stop-daemon script instead of symlink to fake it
383 lange 37
384     * configuration for kernel 2.2.17
385    
386 lange 61 * start sshd during installation for remote access;
387     add "sshd" to FAI_FLAGS to enable this
388     remote reboot possible via: ssh -l root hostname faireboot
389 lange 37
390 lange 61 * additional dhcp support available (bootp is still the default)
391    
392 lange 37 * cvs repository available
393 lange 23
394 lange 8 -- Thomas Lange <lange@informatik.uni-koeln.de> Fri, 30 Jun 2000 13:41:13 +0200
395    
396 lange 2 fai (1.1beta2) unstable; urgency=low
397    
398     * PRELOAD feature, faireboot added
399    
400     -- Thomas Lange <lange@informatik.uni-koeln.de> Tue, 20 Jun 2000 16:29:14 +0200
401    
402     fai (1.1beta1) unstable; urgency=low
403    
404     * Initial Release.
405    
406     -- Thomas Lange <lange@informatik.uni-koeln.de> Wed, 7 Jun 2000 11:16:23 +0200
407    
408     Local variables:
409     mode: debian-changelog
410     End:

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5